| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-29 | esp32s2: Use better optimizer flags in debug builds | Jeff 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-17 | Reorganize sdkconfigs and release UF2s | Scott Shawcroft | |
