circuitpython/ports/esp32s2
Jeff Epler f232aef786 supervisor.mk: Compute USB_DEVICES; remove from boards and ports
Since Actions passed on the previous commit, where this computed value
was checked against the specified value (if any), this is no net change,
except that we no longer need to specify it for particular boards or
ports.
2020-06-23 12:59:01 -05:00
..
boards supervisor.mk: Compute USB_DEVICES; remove from boards and ports 2020-06-23 12:59:01 -05:00
common-hal Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
esp-idf@7aae7f034b Update ESP IDF 2020-05-28 15:38:48 -07:00
modules Fully implement digitalio and pin-in-use tracking. 2020-05-19 17:46:29 -07:00
peripherals Fully implement digitalio and pin-in-use tracking. 2020-05-19 17:46:29 -07:00
supervisor Redid formula for calculating subticks 2020-06-09 10:08:49 -05:00
tools Spill registers before scanning the stack. 2020-05-28 18:34:14 -07:00
.gitignore Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
background.c Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
background.h Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
CMakeLists.txt Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
esp32s2_peripherals_config.h Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
fatfs_port.c Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
Makefile A number of small ESP32S2 fixes: 2020-05-28 15:43:55 -07:00
mpconfigport.h A number of small ESP32S2 fixes: 2020-05-28 15:43:55 -07:00
mpconfigport.mk esp32s2: Disable USB MIDI 2020-06-23 10:57:25 -05:00
mphalport.c Spill registers before scanning the stack. 2020-05-28 18:34:14 -07:00
mphalport.h Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
partitions.csv Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
qstrdefsport.h Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
sdkconfig.defaults A number of small ESP32S2 fixes: 2020-05-28 15:43:55 -07:00