]> begriffs open source - freertos/commit
Add trace macros into the event groups implementation.
authorRichard Barry <ribarry@amazon.com>
Thu, 12 Dec 2013 10:19:07 +0000 (10:19 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 12 Dec 2013 10:19:07 +0000 (10:19 +0000)
commit6b3393b4b65fa5a18003992d2de768266404b085
treeb80a18b63701aea2679f6f8abdea92fceb4871fc
parent041628906600760e7143d120cdd3159a932fcd63
Add trace macros into the event groups implementation.
Add a task pre-delete hook to allow the insertion of any port specific clean up when a task is deleted.
Increase use of 'const' qualifiers.
Add vPortCloseRunningThread() into the Win32 port layer to attempt to allow Windows threads to be closed more gracefully when a task deletes itself.
FreeRTOS/Source/event_groups.c
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/MSVC-MingW/port.c
FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
FreeRTOS/Source/tasks.c