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/Demo/Common
Richard Barry 9b11b0c601 Remove the direct call to xQueueCreateMutex() and replace it with the xSemaphoreCreateMutex() macro. The result is the same, but the xQueue equivalent should not be used directly outside of the core files. 13 years ago
..
FileSystem/FatFs-0.7e 15 years ago
Full Update headers for the FreeRTOS V7.0.2 release. 14 years ago
Minimal Fix compiler warning in TimerDemo.c that is only seen when the file is compiled on 8 bit devices. 13 years ago
Utils Add an optional global buffer to the command interpreter that can be used for command interpreter output. This removes the need for multiple output buffers to be allocated when more than one command interpreter is implemented. 14 years ago
drivers Change occurrences of "Cortex M3" to "Cortex-M3". 14 years ago
ethernet Remove the direct call to xQueueCreateMutex() and replace it with the xSemaphoreCreateMutex() macro. The result is the same, but the xQueue equivalent should not be used directly outside of the core files. 13 years ago
include Update headers for the FreeRTOS V7.0.2 release. 14 years ago