micropython/ports/esp32/boards/GENERIC_S3_SPIRAM
Damien George fe9eaf12f3 esp32: Add MICROPY_HW_ENABLE_UART_REPL and enable on generic S2/S3.
Some S2/S3 modules don't use the native USB interface but instead have an
external USB-UART.  To make the GENERIC_S3/S3 firmware work on these boards
the UART REPL is enabled in addition to the native USB CDC REPL.

Fixes issues #8418 and #8524.

Signed-off-by: Damien George <damien@micropython.org>
2022-04-14 14:39:20 +10:00
..
board.json esp32/boards: Add specific deploy instructions for S3 variant. 2022-02-25 16:52:58 +11:00
mpconfigboard.cmake esp32: Allow overriding cmake frozen manifest from the command line. 2022-04-04 23:49:10 +10:00
mpconfigboard.h esp32: Add MICROPY_HW_ENABLE_UART_REPL and enable on generic S2/S3. 2022-04-14 14:39:20 +10:00
sdkconfig.board esp32: Add SDCard support for S3, and a GENERIC_S3_SPIRAM board. 2021-11-19 14:05:55 +11:00