]> begriffs open source - freertos/commit
Add the macro xSemaphoreTakeFromISR().
authorRichard Barry <ribarry@amazon.com>
Tue, 3 Jul 2012 09:38:09 +0000 (09:38 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 3 Jul 2012 09:38:09 +0000 (09:38 +0000)
commitc8c4ab298cedd6830da5d25f5c3c4685d833b0f8
treee07040746789b918ff1c0b8809efa28fe40691d7
parent26dbc85c7cc5784412b5031b71926a9737c2fb8f
Add the macro xSemaphoreTakeFromISR().
Add #error strings if configMAX_SYSCALL_INTERRUPT_PRIORITY is set to 0.
Corrected the prototype of vApplicationStackOverflowHook().
Changed the dimensioning of the buffer declared in prvListTaskWithinSingleList() to make use of the configMAX_TASK_NAME_LEN setting.
Source/include/semphr.h
Source/portable/GCC/ARM_CM3/port.c
Source/portable/GCC/ARM_CM3_MPU/port.c
Source/portable/GCC/ARM_CM4F/port.c
Source/portable/IAR/ARM_CM3/port.c
Source/portable/IAR/ARM_CM4F/port.c
Source/portable/RVDS/ARM_CM3/port.c
Source/portable/RVDS/ARM_CM4F/port.c
Source/portable/Tasking/ARM_CM4F/port.c
Source/tasks.c