circuitpython/ports/esp32/boards/ESP32_GENERIC_C2
Angus Gratton d4399b3230 esp32: Fix first line ESP32-C2 serial output after reset or deepsleep.
ESP32-C2 ROM prints at 74880bps (same as ESP8266), so need a newline
before first MicroPython output to avoid it being appended on end of
a line of noise.

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2025-07-30 10:51:29 +10:00
..
board.json esp32: Add support for ESP32-C2 (aka ESP8684). 2025-07-30 10:51:29 +10:00
board.md esp32: Add support for ESP32-C2 (aka ESP8684). 2025-07-30 10:51:29 +10:00
board_init.c esp32: Fix first line ESP32-C2 serial output after reset or deepsleep. 2025-07-30 10:51:29 +10:00
mpconfigboard.cmake esp32: Fix first line ESP32-C2 serial output after reset or deepsleep. 2025-07-30 10:51:29 +10:00
mpconfigboard.h esp32: Fix first line ESP32-C2 serial output after reset or deepsleep. 2025-07-30 10:51:29 +10:00