mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-22 00:46:54 +00:00
Merge branch 'feature/freertos_linux_target_add_features' into 'master'
freertos/linux: added event group and stream buffer Closes IDF-6007 See merge request espressif/esp-idf!20878
This commit is contained in:
@@ -191,7 +191,7 @@ This file get's pulled into assembly sources. Therefore, some includes need to b
|
||||
|
||||
// -------------------- Co-routines -----------------------
|
||||
|
||||
#define configUSE_CO_ROUTINES 0
|
||||
#define configUSE_CO_ROUTINES 0 // CO_ROUTINES are not supported in ESP-IDF
|
||||
#define configMAX_CO_ROUTINE_PRIORITIES 2
|
||||
|
||||
// ------------------- Software Timer ----------------------
|
||||
|
Reference in New Issue
Block a user