circuitpython/ports/esp32s2
Scott Shawcroft f39708abb2
Add PSRAM support to ESP32S2
When configured the CircuitPython heap will be on the external RAM.
When not available, the heap will be 48k inside the IDF heap.
2020-08-21 16:20:58 -07:00
..
boards Add PSRAM support to ESP32S2 2020-08-21 16:20:58 -07:00
common-hal Remove breaking parenthesis 2020-08-18 15:54:50 -04:00
esp-idf@160ba4924d Compiles! 2020-06-24 12:47:59 -07:00
modules Switch SPI to polling DMA and enable displayio 2020-06-24 13:10:08 -07:00
peripherals Style changes, reposition runtime errors 2020-08-18 11:42:06 -04:00
supervisor Add PSRAM support to ESP32S2 2020-08-21 16:20:58 -07: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 Add PulseIn 2020-08-14 15:30:48 -04:00
background.h supervisor: factor supervisor_background_tasks from sundry ports 2020-07-15 11:49:44 -05:00
CMakeLists.txt change CMake verision requirement 2020-06-27 13:27:42 -04:00
esp32s2_peripherals_config.h Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
fatfs_port.c Add license to some obvious files. 2020-07-06 19:16:25 +01:00
Makefile Add neopixel support 2020-07-31 15:34:12 -04:00
mpconfigport.h Expand PulseOut API, debug cleanup 2020-08-14 16:36:02 -04:00
mpconfigport.mk Fix neopixel macro issue, set default neopixel color 2020-08-10 13:16:20 -04:00
mphalport.c Add pull up testing, proper us delay and stop supporting 45 and 46 for I2C 2020-06-24 12:47:58 -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 Turn off Idle WDT and speed up CPU 2020-06-24 13:10:31 -07:00