feat(freertos): Add application task tag support

This commit enables support for application task tag.

- Added CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG option
- Added basic unit test
This commit is contained in:
Darian Leung
2024-03-08 21:47:46 +08:00
parent 6020d08074
commit 31883c9a64
4 changed files with 47 additions and 0 deletions

View File

@@ -251,6 +251,10 @@
#endif /* CONFIG_FREERTOS_SMP */
#endif /* def __ASSEMBLER__ */
#if CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG
#define configUSE_APPLICATION_TASK_TAG 1
#endif // CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG
/* ----------------------------------------------- Amazon SMP FreeRTOS -------------------------------------------------
* - All Amazon SMP FreeRTOS specific configurations
* ------------------------------------------------------------------------------------------------------------------ */