This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/FreeRTOS/Source/include
Gaurav Aggarwal 0de2a2758a Fix definition of tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE
tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE was not correctly defined resulting in
dynamically allocated TCB not being freed when MPU was enabled. This commit fixes
the definition to ensure that dynamically allocated RAM (Stack and TCB) is freed
always.
2019-02-17 01:24:58 +00:00
..
croutine.h Update version numbers ready for release. 2018-09-07 18:13:20 +00:00
deprecated_definitions.h Update version numbers ready for release. 2018-09-07 18:13:20 +00:00
event_groups.h Update version numbers ready for release. 2018-09-07 18:13:20 +00:00
FreeRTOS.h Fix definition of tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE 2019-02-17 01:24:58 +00:00
list.h Update version numbers ready for release. 2018-09-07 18:13:20 +00:00
message_buffer.h Update version numbers ready for release. 2018-09-07 18:13:20 +00:00
mpu_prototypes.h Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations. 2019-01-21 23:39:48 +00:00
mpu_wrappers.h Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations. 2019-01-21 23:39:48 +00:00
portable.h Update version numbers ready for release. 2018-09-07 18:13:20 +00:00
projdefs.h Update version numbers ready for release. 2018-09-07 18:13:20 +00:00
queue.h Update version numbers ready for release. 2018-09-07 18:13:20 +00:00
semphr.h Update version numbers ready for release. 2018-09-07 18:13:20 +00:00
stack_macros.h Update version numbers ready for release. 2018-09-07 18:13:20 +00:00
StackMacros.h Update version numbers ready for release. 2018-09-07 18:13:20 +00:00
stdint.readme Introduce configENABLE_BACKWARD_COMPATIBILITY to allow the #defines that provide backward compatibility with FreeRTOS version prior to V8 to be optionally omitted. 2014-01-13 20:26:47 +00:00
stream_buffer.h Update version numbers ready for release. 2018-09-07 18:13:20 +00:00
task.h Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations. 2019-01-21 23:39:48 +00:00
timers.h Remove "FromISR' functions from the list of functions that switch to a privileged mode as IRQs are privileged already. 2018-12-17 22:04:18 +00:00