summaryrefslogtreecommitdiff
path: root/ports/esp32s2/esp-idf-config/sdkconfig-debug.defaults
AgeCommit message (Collapse)Author
2020-12-29esp32s2: Use better optimizer flags in debug buildsJeff Epler
(note that the before and after files both lack trailing newlines; this is how the esp-idf do) OPTIMIZATION_DEFAULT is -Og, which enables optimizations that do not interfere with the debugger: ``` elseif(CONFIG_COMPILER_OPTIMIZATION_DEFAULT) list(APPEND compile_options "-Og") ```
2020-09-17Reorganize sdkconfigs and release UF2sScott Shawcroft