QUERY · ISSUE
ESP32-S2-Saola-1 Dev board
port-esp32
Just received a couple of these today, the wrover version with 2 MB PSRAM. Any advice on what I can try to compile micropython to this single core esp32?
CANDIDATE · PULL REQUEST
esp32/boards: Add board definition for ESP32-S2-Saola-1
port-esp32board-definition
This PR adds a new esp32 port board definition GENERIC_S2_SAOLA.
Changes made in this commit follow @dpgeorge's advice on #6925 (https://github.com/micropython/micropython/pull/6925#issuecomment-782547267)
So far, I have successfully buit, flashed, and reached REPL on IDF versions:
- v4.3-beta2
- v4.3-beta3
Closes #7299