circuitpython/ports/esp32s2/supervisor
Scott Shawcroft 796373b8be
A number of small ESP32S2 fixes:
* Fix flash writes that don't end on a sector boundary. Fixes #2944
* Fix enum incompatibility with IDF.
* Fix printf output so it goes out debug UART.
* Increase stack size to 8k.
* Fix sleep of less than a tick so it doesn't crash.
2020-05-28 15:43:55 -07:00
..
internal_flash.c A number of small ESP32S2 fixes: 2020-05-28 15:43:55 -07:00
internal_flash.h Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
internal_flash_root_pointers.h Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
port.c A number of small ESP32S2 fixes: 2020-05-28 15:43:55 -07:00
usb.c Update ESP IDF 2020-05-28 15:38:48 -07:00