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
Richard Barry dc99300fa9 First task running in RISC-V-Qemu-sifive_e-FreedomStudio demo. 6 years ago
..
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. 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 xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version of xTaskGetApplicationTaskTagFrom(). 6 years ago
mpu_wrappers.h Add xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version of xTaskGetApplicationTaskTagFrom(). 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 First task running in RISC-V-Qemu-sifive_e-FreedomStudio demo. 6 years ago
timers.h Minor synching - no functional changes. 7 years ago