summaryrefslogtreecommitdiff
path: root/atmel-samd/boards/feather_m0_basic/mpconfigboard.h
diff options
context:
space:
mode:
authorScott Shawcroft <scott@chickadee.tech>2016-10-14 13:01:59 -0700
committerScott Shawcroft <scott@chickadee.tech>2016-10-14 13:10:17 -0700
commitcb99ae50328de982244ed5cd486ccd57f5bd93bd (patch)
tree37105fe22077ff0092ed7dfe285c0c7684291db5 /atmel-samd/boards/feather_m0_basic/mpconfigboard.h
parent343ff4faed9ec03c03382022e9c32c5d411ed6a9 (diff)
atmel-samd: Rename Feather M0 Bluefruit files to Feather M0 Basic because there isn't anything Bluefruit specific yet.v1.8.4-20161014
Diffstat (limited to 'atmel-samd/boards/feather_m0_basic/mpconfigboard.h')
-rw-r--r--atmel-samd/boards/feather_m0_basic/mpconfigboard.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/atmel-samd/boards/feather_m0_basic/mpconfigboard.h b/atmel-samd/boards/feather_m0_basic/mpconfigboard.h
new file mode 100644
index 000000000..08a3ab0b3
--- /dev/null
+++ b/atmel-samd/boards/feather_m0_basic/mpconfigboard.h
@@ -0,0 +1,7 @@
+// LEDs
+#define MICROPY_HW_LED1 PIN_PA17 // red
+// #define UART_REPL
+#define USB_REPL
+
+#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Basic"
+#define MICROPY_HW_MCU_NAME "samd21g18"