summaryrefslogtreecommitdiff
path: root/atmel-samd/boards/pirkey_m0/mpconfigboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'atmel-samd/boards/pirkey_m0/mpconfigboard.h')
-rw-r--r--atmel-samd/boards/pirkey_m0/mpconfigboard.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/atmel-samd/boards/pirkey_m0/mpconfigboard.h b/atmel-samd/boards/pirkey_m0/mpconfigboard.h
new file mode 100644
index 000000000..3ce4003df
--- /dev/null
+++ b/atmel-samd/boards/pirkey_m0/mpconfigboard.h
@@ -0,0 +1,18 @@
+#define USB_REPL
+
+#define MICROPY_HW_BOARD_NAME "Adafruit pIRKey M0"
+#define MICROPY_HW_MCU_NAME "samd21e18"
+
+#define MICROPY_HW_APA102_MOSI (&pin_PA00)
+#define MICROPY_HW_APA102_SCK (&pin_PA01)
+
+// #define CIRCUITPY_BITBANG_APA102
+
+#define MICROPY_PORT_A (PORT_PA00 | PORT_PA01 | PORT_PA24 | PORT_PA25)
+#define MICROPY_PORT_B (0)
+
+#define CIRCUITPY_INTERNAL_NVM_SIZE 0
+
+#include "internal_flash.h"
+
+#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)