]> begriffs open source - freertos/commit
Add task creation with affinity functions (#470)
authorDarian <32921628+Dazza0@users.noreply.github.com>
Fri, 18 Mar 2022 17:16:21 +0000 (01:16 +0800)
committerGitHub <noreply@github.com>
Fri, 18 Mar 2022 17:16:21 +0000 (10:16 -0700)
commita97741a08d36ac08d913b8bc86abf128df627e85
tree05cb8098b6862b16bdce42e4080edfb38eb0b9ae
parent4446c8f0ea97707bdf12c403ab7d7fdbdd061418
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()
include/task.h
tasks.c