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
Richard Barry 4c3722bd76 Preparing for new release...
Kernel changes:
- Remove an assert that was preventing xQueueSendFromISR() being used to give a mutex from an ISR (mutexes cannot be given using xSemaphoreGiveFromISR()).
- Introduce xTaskNotifyAndQueryFromISR() as the interrupt safe version of xTaskNotifyAndQuery().

Common demo task changes:
- Update IntSemTest.c to prove the theory that it is safe to give a mutex type semaphore from an interrupt using xQueueSendFromISR() instead of xSemaphoreGiveFromISR().
- Update TaskNotify.c to test the new xTaskNotifyAndQuery() from ISR fuction.
10 years ago
..
DemosModifiedForLowTickRate Update version number ready for V8.2.1 release. 10 years ago
Trace_Recorder_Configuration + New feature added: Task notifications. 10 years ago
FreeRTOSConfig.h Update version number ready for V8.2.1 release. 10 years ago
Run-time-stats-utils.c Update version number ready for V8.2.1 release. 10 years ago
WIN32.sln Add FreeRTOS-Plus directory. 13 years ago
WIN32.vcxproj Kernel code: 10 years ago
WIN32.vcxproj.filters Kernel code: 10 years ago
main.c Preparing for new release... 10 years ago
main_blinky.c MSP430: 10 years ago
main_full.c Microblaze: Add a port optimised task selection implementation to the Microblaze port. 10 years ago