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
2018-12-31 18:19:52 +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 Update the method used to detect if a timer is active. Previously the timer was deemed to be inactive if it was not referenced from a list. However, when a timer is updated it is temporarily removed from, then re-added to a list, so now the timer's active status is stored separately. 2018-10-24 21:37:59 +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 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
mpu_wrappers.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
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 Move the 'generic' version of freertos_risc_v_chip_specific_extensions.h back to a sub-directory as having it in the RISC-V port's base directory was causing SoftConsole to pick up the wrong version (for an unknown reason). 2018-12-31 18:19:52 +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