]> git.sur5r.net Git - freertos/commit
Add the macro xSemaphoreTakeFromISR().
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 3 Jul 2012 09:38:09 +0000 (09:38 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 3 Jul 2012 09:38:09 +0000 (09:38 +0000)
commitffe4c2c0ca0182e9565be9f4c9a424573f4cd540
treee07040746789b918ff1c0b8809efa28fe40691d7
parent8e72ee02c713b0d851853753b1310a81c226ddc7
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.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1752 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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