atmel-samd: Tweaks for rev B of the prototype circuit playground.

This commit is contained in:
Scott Shawcroft 2016-12-21 14:07:50 -08:00
parent f48d2df634
commit 7ce69959f9
2 changed files with 3 additions and 3 deletions

View File

@ -14,11 +14,11 @@
#define SPI_FLASH_PAD1_PINMUX PINMUX_DEFAULT // CS
#define SPI_FLASH_PAD2_PINMUX PINMUX_PB10D_SERCOM4_PAD2 // MOSI
#define SPI_FLASH_PAD3_PINMUX PINMUX_PB11D_SERCOM4_PAD3 // SCK
#define SPI_FLASH_CS PIN_PB08
#define SPI_FLASH_CS PIN_PB22
#define SPI_FLASH_SERCOM SERCOM4
#define MICROPY_PORT_A (PORT_PA12 | PORT_PA24 | PORT_PA25)
#define MICROPY_PORT_B (PORT_PB08 | PORT_PB10 | PORT_PB11)
#define MICROPY_PORT_B (PORT_PB10 | PORT_PB11 | PORT_PB22)
#define AUTORESET_DELAY_MS 500

View File

@ -1,4 +1,4 @@
LD_FILE = boards/samd21x18-external-flash.ld
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
USB_VID = 0x239A
USB_PID = 0x8015