Skip to content

Commit

Permalink
feat(xiao-esp32-c3): configure default serial interface
Browse files Browse the repository at this point in the history
Connect the USB Serial/JTAG interface to the serial terminal
  • Loading branch information
urish committed Oct 1, 2024
1 parent 72c17ae commit 13f01b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion boards/xiao-esp32-c3/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"fqbn": "esp32:esp32:XIAO_ESP32C3",
"width": 18.1,
"height": 23.4,

"mcuAttrs": {
"serialInterface": "USB_SERIAL_JTAG"
},

"pins": {
"D0": { "x": 1.4335, "y": 4.9305, "target": "GPIO2" },
"D1": { "x": 1.4335, "y": 7.4705, "target": "GPIO3" },
Expand Down

0 comments on commit 13f01b8

Please sign in to comment.