]> begriffs open source - freertos/commit
Introduce configRECORD_STACK_HIGH_ADDRESS, which when set will result in both limits...
authorRichard Barry <ribarry@amazon.com>
Sun, 4 Sep 2016 15:46:34 +0000 (15:46 +0000)
committerRichard Barry <ribarry@amazon.com>
Sun, 4 Sep 2016 15:46:34 +0000 (15:46 +0000)
commit40201bc25363332cad41433ddf274c71476292f2
treec7de68f3cd222adf0f43e8f4fc93a041370d269f
parentf11912c5de036c97c68949eb3fa082e9ab6c0abc
Introduce configRECORD_STACK_HIGH_ADDRESS, which when set will result in both limits of the stack being saved in the TCB to allow enhanced debug capabilities.
Introduce configINCLUDE_FREERTOS_TASK_C_ADDITIONS_H, which allows a user provided header file to be included at the bottom of the tasks.c source file, which can add user functions and access file scope data.
Replace global on/off switches used for lint errors with save/restore switches.
FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/FreeRTOSConfig.h
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c