We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84abc7c commit 4c67400Copy full SHA for 4c67400
ports/atmel-samd/boards/metro_m4_express/mpconfigboard.h
@@ -32,6 +32,19 @@
32
#define DEFAULT_UART_BUS_RX (&pin_PA23)
33
#define DEFAULT_UART_BUS_TX (&pin_PA22)
34
35
+// Used for 32 kHz crystal
36
+#define IGNORE_PIN_PA00 1
37
+#define IGNORE_PIN_PA01 1
38
+
39
// USB is always used internally so skip the pin objects for it.
40
#define IGNORE_PIN_PA24 1
41
#define IGNORE_PIN_PA25 1
42
43
+// Not connected
44
+#define IGNORE_PIN_PA07 1
45
+#define IGNORE_PIN_PA15 1
46
+#define IGNORE_PIN_PB00 1
47
+#define IGNORE_PIN_PB01 1
48
+#define IGNORE_PIN_PB04 1
49
+#define IGNORE_PIN_PB05 1
50
+#define IGNORE_PIN_PB23 1
0 commit comments