|
|
|
@ -94,6 +94,7 @@ add_compile_options(-include "../config/IncludeMcuLibConfig.h") |
|
|
|
#define configHEAP_SCHEME_IDENTIFICATION (0) /* ESP-IDF RTOS used */ |
|
|
|
#define configHEAP_SCHEME_IDENTIFICATION (0) /* ESP-IDF RTOS used */ |
|
|
|
#define McuCriticalSection_CONFIG_USE_RTOS_CRITICAL_SECTION (1) /* no native Extensa implementation yet */ |
|
|
|
#define McuCriticalSection_CONFIG_USE_RTOS_CRITICAL_SECTION (1) /* no native Extensa implementation yet */ |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#define McuULN2003_CONFIG_USE_ACCELERATION (1) |
|
|
|
/* ------------------- RTOS ---------------------------*/ |
|
|
|
/* ------------------- RTOS ---------------------------*/ |
|
|
|
#define McuLib_CONFIG_SDK_USE_FREERTOS (0) |
|
|
|
#define McuLib_CONFIG_SDK_USE_FREERTOS (0) |
|
|
|
/* #define configUSE_SEGGER_SYSTEM_VIEWER_HOOKS (1) */ |
|
|
|
/* #define configUSE_SEGGER_SYSTEM_VIEWER_HOOKS (1) */ |
|
|
|
|