Skip to content

Commit 11a9372

Browse files
committed
Set Xtal, Aref, and NC pins to be IGNORE_ed in microcontroller.pin for Wio Terminal.
1 parent d79d6ba commit 11a9372

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ports/atmel-samd/boards/seeeduino_wio_terminal/mpconfigboard.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@
3434
// USB is always used internally so skip the pin objects for it.
3535
#define IGNORE_PIN_PA24 1
3636
#define IGNORE_PIN_PA25 1
37+
38+
#define IGNORE_PIN_PA00 1 // XIN32
39+
#define IGNORE_PIN_PA01 1 // XOUT32
40+
#define IGNORE_PIN_PA03 1 // VREFA (VCC3V3)
41+
#define IGNORE_PIN_PA23 1 // NC
42+
#define IGNORE_PIN_PB15 1 // NC
43+
#define IGNORE_PIN_PB22 1 // XIN
44+
#define IGNORE_PIN_PB23 1 // XOUT
45+
#define IGNORE_PIN_PC00 1 // NC (for XOSC32K)

0 commit comments

Comments
 (0)