<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/esp32s2/esp-idf-config/sdkconfig-debug.defaults, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-12-29T20:06:32+00:00</updated>
<entry>
<title>esp32s2: Use better optimizer flags in debug builds</title>
<updated>2020-12-29T20:06:32+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-11-12T20:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d024df6b065c125f07c929371c94a48b058eff22'/>
<id>urn:sha1:d024df6b065c125f07c929371c94a48b058eff22</id>
<content type='text'>
(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")
```
</content>
</entry>
<entry>
<title>Reorganize sdkconfigs and release UF2s</title>
<updated>2020-09-17T23:01:23+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-09-17T23:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=17bdc969dbd060eec60de067f21f8d4143e80bd8'/>
<id>urn:sha1:17bdc969dbd060eec60de067f21f8d4143e80bd8</id>
<content type='text'>
</content>
</entry>
</feed>
