atmel-samd: Tweaks for rev B of the prototype circuit playground.
This commit is contained in:
parent
f48d2df634
commit
7ce69959f9
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user