You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# --debug: enable debugging from ESP-IDF but makes copying files to it very slow so that's not added
115
113
# --dual-core-threads: disabled GIL, run code on both CPUs
116
114
# --task-stack-size={stack size in bytes}
115
+
# --py-freertos: add MicroPython FreeRTOS module to expose internals
117
116
# CONFIG_* sets ESP-IDF options
118
117
# listing processes on the esp32 still doesn't work because no esp32.vtask_list_threads() or something
119
118
# CONFIG_FREERTOS_USE_TRACE_FACILITY=y
120
119
# CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y
121
120
# CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y
122
-
# CONFIG_ADC_MIC_TASK_CORE=1 because with the default (-1) it hangs the CPU
123
-
121
+
# CONFIG_ADC_MIC_TASK_CORE=1 because with the default (-1) it hangs the CPU
122
+
# CONFIG_SPIRAM_XIP_FROM_PSRAM: load entire firmware into RAM to reduce SD vs PSRAM contention (recommended at https://github.com/MicroPythonOS/MicroPythonOS/issues/17)
0 commit comments