Skip to content

Commit 9eb85a5

Browse files
committed
shrink Xinabox CS11 by turning off unused pins
1 parent 03b6f7b commit 9eb85a5

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,34 @@
2222
// USB is always used internally so skip the pin objects for it.
2323
#define IGNORE_PIN_PA24 1
2424
#define IGNORE_PIN_PA25 1
25+
26+
// Turn off pins not in the board mapping to save space. They aren't broken out.
27+
#define IGNORE_PIN_PA00 1
28+
#define IGNORE_PIN_PA01 1
29+
#define IGNORE_PIN_PA02 1
30+
#define IGNORE_PIN_PA03 1
31+
32+
#define IGNORE_PIN_PB08 1
33+
#define IGNORE_PIN_PB09 1
34+
35+
#define IGNORE_PIN_PA04 1
36+
#define IGNORE_PIN_PA05 1
37+
#define IGNORE_PIN_PA06 1
38+
#define IGNORE_PIN_PA08 1
39+
40+
#define IGNORE_PIN_PA13 1
41+
#define IGNORE_PIN_PA14 1
42+
#define IGNORE_PIN_PA15 1
43+
#define IGNORE_PIN_PA18 1
44+
#define IGNORE_PIN_PA20 1
45+
#define IGNORE_PIN_PA21 1
46+
47+
#define IGNORE_PIN_PB22 1
48+
#define IGNORE_PIN_PB23 1
49+
50+
#define IGNORE_PIN_PA27 1
51+
#define IGNORE_PIN_PA28 1
52+
#define IGNORE_PIN_PA30 1
53+
#define IGNORE_PIN_PA31 1
54+
#define IGNORE_PIN_PB02 1
55+
#define IGNORE_PIN_PB03 1

0 commit comments

Comments
 (0)