2016-08-23 02:48:09 -04:00
|
|
|
// LEDs
|
2016-12-06 13:31:38 -05:00
|
|
|
//#define MICROPY_HW_LED_MSC PIN_PA17 // red
|
2016-08-23 19:47:53 -04:00
|
|
|
// #define UART_REPL
|
|
|
|
#define USB_REPL
|
2016-08-23 20:36:29 -04:00
|
|
|
|
2016-10-14 16:01:59 -04:00
|
|
|
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Basic"
|
2016-08-23 20:36:29 -04:00
|
|
|
#define MICROPY_HW_MCU_NAME "samd21g18"
|
2016-10-25 17:27:59 -04:00
|
|
|
|
2016-12-06 13:31:38 -05:00
|
|
|
#define MICROPY_PORT_A (PORT_PA24 | PORT_PA25)
|
|
|
|
#define MICROPY_PORT_B (0)
|
|
|
|
|
2016-11-29 17:29:33 -05:00
|
|
|
#include "internal_flash.h"
|
2016-12-01 16:46:44 -05:00
|
|
|
|
|
|
|
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
|