You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/FreeRTOS/Demo/WIN32-MSVC-Static-Allocatio...
Richard Barry f1725afbe5 Remove compiler warning by ensure prvInitialiseMutex() is not included if configUSE_MUTEXES is 0.
Reduce the number of xTaskCreateStatic() parameters by having the function return the task handle, rather than pass the task handle out using a parameter.  This is also consistent with other objectCreate() functions.
9 years ago
..
FreeRTOSConfig.h Update version number to 9.0.0rc2. 9 years ago
WIN32.sln Notes: 9 years ago
WIN32.vcxproj Notes: 9 years ago
WIN32.vcxproj.filters Notes: 9 years ago
main.c Remove compiler warning by ensure prvInitialiseMutex() is not included if configUSE_MUTEXES is 0. 9 years ago