0c4f9b878a
All of the code was there except the linker was failing to clear the bss section because I added too many .zeros. The should have only been the exported globals that start with _ like _szero = .. Fixing that and turn on the usb transmit fixed everything.
8 lines
185 B
C
8 lines
185 B
C
// LEDs
|
|
#define MICROPY_HW_LED1 PIN_PA17 // red
|
|
// #define UART_REPL
|
|
#define USB_REPL
|
|
|
|
#define MICROPY_HW_BOARD_NAME "Arduino Zero"
|
|
#define MICROPY_HW_MCU_NAME "samd21g18"
|