Skip to content

ESP32S2 support and Error Handling

Compare
Choose a tag to compare
@RetiredWizard RetiredWizard released this 18 Nov 04:45
· 213 commits to main since this release
7255f7a

PyDOS no longer crashes to REPL when a python script has an error.

ESP32S2 microcontroller has been tested against PyDOS and many of the external routines.

To run PyDOS on CircuitPython on an ESP32S2 board without memory and recursion limitation problems a custom CircuitPython UF2 file must be built with the MICROPY_ENABLE_PYSTACK parameter disabled and the MICROPY_STACKLESS parameter enabled.

What's Changed

Full Changelog: v0.9...v1.0