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/include
Philipp Schilk e64d1e06b3
Add traceSTARTING_SCHEDULER tracing hook. (#1082)
* Add traceSTARTING_SCHEDULER tracing hook.

Discussed here: https://forums.freertos.org/t/tracing-improvements/20097

This hook enables tracers to run code on startup after all RTOS
resources are created and to detect that the scheduler is starting without
relying on traceENTER/traceEXIT macros.

It also provides tracers access to the task handle of all IDLE tasks,
allowing them to be identified unambiguously and without relying on
INCLUDE_xTaskGetIdleTaskHandle.
8 months ago
..
CMakeLists.txt Fix circular dependency in CMake project (#700) 2 years ago
FreeRTOS.h Add traceSTARTING_SCHEDULER tracing hook. (#1082) 8 months ago
StackMacros.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
atomic.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
croutine.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
deprecated_definitions.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
event_groups.h Use suffix "U" for unsigned constant (#1041) 10 months ago
list.h Fix cmake example errors (#1037) 10 months ago
message_buffer.h Add Stream Batching Buffer (#916) 10 months ago
mpu_prototypes.h Add Stream Batching Buffer (#916) 10 months ago
mpu_syscall_numbers.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
mpu_wrappers.h Add MPU wrapper from xStreamBufferResetFromISR (#1034) 10 months ago
newlib-freertos.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
picolibc-freertos.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
portable.h Move header includes before extern c (#1047) 9 months ago
projdefs.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
queue.h Give queue set queues a unique type number. (#1083) 8 months ago
semphr.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
stack_macros.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
stdint.readme Use Regex for Copyright Year in Header Check (#1002) 11 months ago
stream_buffer.h Add Stream Batching Buffer (#916) 10 months ago
task.h Clarify documentation of xTaskNumber in TaskStatus_t. (#1081) 8 months ago
timers.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago