File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
ports/atmel-samd/boards/snekboard Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 23
23
#define DEFAULT_UART_BUS_RX (&pin_PB08) /* ANALOG 1 */
24
24
#define DEFAULT_UART_BUS_TX (&pin_PB09) /* ANALOG 2 */
25
25
26
+ // Other some pins that do not appear in the pinout & are not used internally
27
+ // this list is not (yet) exhaustive
28
+ #define IGNORE_PIN_PA01 1
29
+ #define IGNORE_PIN_PA03 1
30
+ #define IGNORE_PIN_PB04 1
31
+ #define IGNORE_PIN_PB05 1
32
+ #define IGNORE_PIN_PB00 1
33
+ #define IGNORE_PIN_PB01 1
34
+ #define IGNORE_PIN_PB02 1
35
+ #define IGNORE_PIN_PB04 1
36
+ #define IGNORE_PIN_PB05 1
37
+ #define IGNORE_PIN_PB06 1
38
+ #define IGNORE_PIN_PB07 1
39
+ #define IGNORE_PIN_PB12 1
40
+
26
41
// USB is always used internally so skip the pin objects for it.
27
42
#define IGNORE_PIN_PA24 1
28
43
#define IGNORE_PIN_PA25 1
You can’t perform that action at this time.
0 commit comments