2016-08-24 03:14:11 -04:00
|
|
|
#define USB_REPL
|
2016-08-23 20:36:29 -04:00
|
|
|
|
|
|
|
#define MICROPY_HW_BOARD_NAME "Arduino Zero"
|
|
|
|
#define MICROPY_HW_MCU_NAME "samd21g18"
|
2016-09-15 20:01:19 -04:00
|
|
|
|
2016-11-29 17:07:08 -05:00
|
|
|
// #define MICROPY_HW_LED_MSC PIN_PA17 // red
|
2016-09-15 20:01:19 -04:00
|
|
|
#define MICROPY_HW_LED_TX PIN_PA27
|
|
|
|
#define MICROPY_HW_LED_RX PIN_PB03
|
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
|
|
|
|
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)
|