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
kzorer 1b8f5965d3
Add xQueueCreateSetStatic method for static allocation of Queue Sets (#1228)
Add xQueueCreateSetStatic method for static allocation of Queue Sets

This commit introduces the xQueueCreateSetStatic function, which allows for the static allocation of Queue Sets in FreeRTOS when both configUSE_QUEUE_SETS and configSUPPORT_STATIC_ALLOCATION are enabled.
1 week ago
..
CMakeLists.txt Fix circular dependency in CMake project (#700) 2 years ago
FreeRTOS.h Add xQueueCreateSetStatic method for static allocation of Queue Sets (#1228) 1 week 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 Event Groups: snapshot xEventGroupSetBits returning value while in vTaskSuspendAll (#1143) 5 months ago
list.h Fix cmake example errors (#1037) 10 months ago
message_buffer.h Update stream and message buffer documentation (#1226) 1 week ago
mpu_prototypes.h Add xQueueCreateSetStatic method for static allocation of Queue Sets (#1228) 1 week ago
mpu_syscall_numbers.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
mpu_wrappers.h Add xQueueCreateSetStatic method for static allocation of Queue Sets (#1228) 1 week 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 ARMv8.1-M: Add task dedicated PAC key support (#1195) 2 weeks ago
projdefs.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
queue.h Add xQueueCreateSetStatic method for static allocation of Queue Sets (#1228) 1 week ago
semphr.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
stack_macros.h ARMv8.1-M: Add task dedicated PAC key support (#1195) 2 weeks ago
stdint.readme Use Regex for Copyright Year in Header Check (#1002) 11 months ago
stream_buffer.h Update stream and message buffer documentation (#1226) 1 week ago
task.h Add an example of human readable table generated by vTaskListTasks() to tash.h (#1215) 1 month ago
timers.h Update comment in the example for declaration of xTimerReset (#1133) 5 months ago