You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
FreeRTOS.h Fix definition of tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE 6 years ago
StackMacros.h Update version numbers ready for release. 7 years ago
croutine.h Update version numbers ready for release. 7 years ago
deprecated_definitions.h Update version numbers ready for release. 7 years ago
event_groups.h Update version numbers ready for release. 7 years ago
list.h Update version numbers ready for release. 7 years ago
message_buffer.h Update version numbers ready for release. 7 years ago
mpu_prototypes.h Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations. 6 years ago
mpu_wrappers.h Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations. 6 years ago
portable.h Update version numbers ready for release. 7 years ago
projdefs.h Update version numbers ready for release. 7 years ago
queue.h Update version numbers ready for release. 7 years ago
semphr.h Update version numbers ready for release. 7 years ago
stack_macros.h Update version numbers ready for release. 7 years ago
stdint.readme Introduce configENABLE_BACKWARD_COMPATIBILITY to allow the #defines that provide backward compatibility with FreeRTOS version prior to V8 to be optionally omitted. 11 years ago
stream_buffer.h Update version numbers ready for release. 7 years ago
task.h Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations. 6 years ago
timers.h Remove "FromISR' functions from the list of functions that switch to a privileged mode as IRQs are privileged already. 6 years ago