14 lines
321 B
C
14 lines
321 B
C
// LEDs
|
|
#define MICROPY_HW_LED_MSC PIN_PA17 // red
|
|
// #define UART_REPL
|
|
#define USB_REPL
|
|
|
|
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Basic"
|
|
#define MICROPY_HW_MCU_NAME "samd21g18"
|
|
|
|
#define AUTORESET_DELAY_MS 500
|
|
|
|
#include "internal_flash.h"
|
|
|
|
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
|