2016-08-23 02:48:09 -04:00
|
|
|
// LEDs
|
2016-10-25 18:06:05 -04: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-10-31 14:31:33 -04:00
|
|
|
#define AUTORESET_DELAY_MS 500
|
2016-11-03 18:50:59 -04:00
|
|
|
|
|
|
|
#define FLASH_INCLUDE "internal_flash.h"
|