]> git.sur5r.net Git - freertos/commit
Introduce configRECORD_STACK_HIGH_ADDRESS, which when set will result in both limits...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 4 Sep 2016 15:46:34 +0000 (15:46 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 4 Sep 2016 15:46:34 +0000 (15:46 +0000)
commite821c6d37a3e8bb498b97ff786392a572b3593ff
treec7de68f3cd222adf0f43e8f4fc93a041370d269f
parent57fb9ade95dea7254bf1c585ea8f5e8de5527152
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.

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