mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-11 09:09:24 +00:00
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:
@@ -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
|
||||
* ------------------------------------------------------------------------------------------------------------------ */
|
||||
|
Reference in New Issue
Block a user