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.
2 parents bb87d43 + 71dfe62 commit d00e77dCopy full SHA for d00e77d
boards/8086_commander/board.mk
@@ -0,0 +1,2 @@
1
+CHIP_FAMILY = samd21
2
+CHIP_VARIANT = SAMD21G18A
boards/8086_commander/board_config.h
@@ -0,0 +1,17 @@
+#ifndef BOARD_CONFIG_H
+#define BOARD_CONFIG_H
3
+
4
+#define CRYSTALLESS 1
5
6
+#define VENDOR_NAME "8086 Consultancy"
7
+#define PRODUCT_NAME "COMMANDER"
8
+#define VOLUME_LABEL "CMDBOOT"
9
+#define INDEX_URL "https://8086.net/p/commander"
10
+#define BOARD_ID "SAMD21G18A-Commander-v0"
11
12
+#define USB_VID 0x3171
13
+#define USB_PID 0x0100
14
15
+#define LED_PIN PIN_PA06
16
17
+#endif
0 commit comments