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 4c67400 commit 16405dfCopy full SHA for 16405df
ports/atmel-samd/boards/feather_m4_express/mpconfigboard.h
@@ -28,6 +28,20 @@
28
#define DEFAULT_UART_BUS_RX (&pin_PB17)
29
#define DEFAULT_UART_BUS_TX (&pin_PB16)
30
31
+// Used for 32 kHZ crystal
32
+#define IGNORE_PIN_PA00 1
33
+#define IGNORE_PIN_PA01 1
34
+
35
// USB is always used internally so skip the pin objects for it.
36
#define IGNORE_PIN_PA24 1
37
#define IGNORE_PIN_PA25 1
38
39
+// Not connected
40
+#define IGNORE_PIN_PA15 1
41
+#define IGNORE_PIN_PA27 1
42
+#define IGNORE_PIN_PB00 1
43
+#define IGNORE_PIN_PB04 1
44
+#define IGNORE_PIN_PB06 1
45
+#define IGNORE_PIN_PB07 1
46
+#define IGNORE_PIN_PB30 1
47
+#define IGNORE_PIN_PB31 1
0 commit comments