10BC0 esp32/boards/GENERIC_C3: Merge with GENERIC_C3_USB. · jimmo/micropython@4815af7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4815af7

Browse files
committed
esp32/boards/GENERIC_C3: Merge with GENERIC_C3_USB.
As the IDF no longer supports earlier revisions of the C3 by default, we now just explicitly support rev 3+ and enable USB (which wasn't supported in earlier revisions). This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent 2fbf42d commit 4815af7

File tree

6 files changed

+8
-35
lines changed

6 files changed

+8
-35
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The following files are firmware images that should work on most
2+
ESP32-C3-based boards with 4MiB of flash, including WROOM and MINI modules,
3+
that use the revision 3 silicon (or newer).
4+
5+
USB serial/JTAG support is enabled on pin 18 and 19. Note that this
6+
is not a full USB stack, the C3 just provides a CDC/ACM class serial
7+
and JTAG interface.

ports/esp32/boards/GENERIC_C3/mpconfigboard.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ set(IDF_TARGET esp32c3)
33
set(SDKCONFIG_DEFAULTS
44
boards/sdkconfig.base
55
boards/sdkconfig.ble
6+
boards/GENERIC_C3/sdkconfig.c3usb
67
)

ports/esp32/boards/GENERIC_C3_USB/board.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

ports/esp32/boards/GENERIC_C3_USB/mpconfigboard.cmake

Lines changed: 0 additions & 7 deletions
This file was deleted.

ports/esp32/boards/GENERIC_C3_USB/mpconfigboard.h

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0