Set Xtal, Aref, and NC pins to be IGNORE_ed in microcontroller.pin for Wio Terminal.

This commit is contained in:
Tsutomu IKEGAMI 2021-04-30 13:06:09 +09:00
parent d79d6ba688
commit 11a9372da3

View File

@ -34,3 +34,12 @@
// USB is always used internally so skip the pin objects for it.
#define IGNORE_PIN_PA24 1
#define IGNORE_PIN_PA25 1
#define IGNORE_PIN_PA00 1 // XIN32
#define IGNORE_PIN_PA01 1 // XOUT32
#define IGNORE_PIN_PA03 1 // VREFA (VCC3V3)
#define IGNORE_PIN_PA23 1 // NC
#define IGNORE_PIN_PB15 1 // NC
#define IGNORE_PIN_PB22 1 // XIN
#define IGNORE_PIN_PB23 1 // XOUT
#define IGNORE_PIN_PC00 1 // NC (for XOSC32K)