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-12-06 13:31:38 -05:00
|
|
|
#define MICROPY_PORT_A (PORT_PA24 | PORT_PA25 | PORT_PA27)
|
|
|
|
#define MICROPY_PORT_B (PORT_PB03)
|
|
|
|
|
2016-11-29 17:29:33 -05:00
|
|
|
#include "internal_flash.h"
|
2016-12-01 16:46:44 -05:00
|
|
|
|
2017-08-25 16:00:27 -04:00
|
|
|
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
|
|
|
|
|
2016-12-01 16:46:44 -05:00
|
|
|
#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)
|