FreeRTOS-Kernel/include
Darian a97741a08d
Add task creation with affinity functions (#470)
This commit adds the functions listed below. These functions allow
tasks to be created with their core affinity already set.

- xTaskCreateAffinitySet()
- xTaskCreateStaticAffinitySet()
- xTaskCreateRestrictedAffinitySet()
- xTaskCreateRestrictedStaticAffinitySet()
2022-03-18 10:16:21 -07:00
..
atomic.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
croutine.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
deprecated_definitions.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
event_groups.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
FreeRTOS.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
list.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
message_buffer.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
mpu_prototypes.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
mpu_wrappers.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
portable.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
projdefs.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
queue.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
semphr.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
stack_macros.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
StackMacros.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
stdint.readme Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
stream_buffer.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00
task.h Add task creation with affinity functions (#470) 2022-03-18 10:16:21 -07:00
timers.h Add SMP in the License Header (#402) 2021-10-13 18:38:24 -07:00