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
RichardBarry 4732b96dba
Add daemon task startup hook / timer task creation consistency check (#1009)
Add a compile time check that emits a helpful error message if the user
attempts to create a daemon task startup hook without also creating the 
timer/daemon task.

The timer/daemon task startup hook runs in the context of the timer/daemon
task.  Therefore, it won't run even if configUSE_DAEMON_TASK_STARTUP_HOOK
is set to 1 if the timer task isn't created.  The timer task is only created if
configUSE_TIMERS is not equal to 0.
11 months ago
..
CMakeLists.txt Fix circular dependency in CMake project (#700) 2 years ago
FreeRTOS.h Add daemon task startup hook / timer task creation consistency check (#1009) 11 months ago
StackMacros.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
atomic.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
croutine.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
deprecated_definitions.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
event_groups.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
list.h Not using pxIndex to iterate ready list in trace utility (#1000) 11 months ago
message_buffer.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
mpu_prototypes.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
mpu_syscall_numbers.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
mpu_wrappers.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
newlib-freertos.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
picolibc-freertos.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
portable.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
projdefs.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
queue.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
semphr.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
stack_macros.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
stdint.readme Use Regex for Copyright Year in Header Check (#1002) 12 months ago
stream_buffer.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
task.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
timers.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago