Skip to content

Commit 7ce6995

Browse files
committed
atmel-samd: Tweaks for rev B of the prototype circuit playground.
1 parent f48d2df commit 7ce6995

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

atmel-samd/boards/cplay_m0_flash/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
#define SPI_FLASH_PAD1_PINMUX PINMUX_DEFAULT // CS
1515
#define SPI_FLASH_PAD2_PINMUX PINMUX_PB10D_SERCOM4_PAD2 // MOSI
1616
#define SPI_FLASH_PAD3_PINMUX PINMUX_PB11D_SERCOM4_PAD3 // SCK
17-
#define SPI_FLASH_CS PIN_PB08
17+
#define SPI_FLASH_CS PIN_PB22
1818
#define SPI_FLASH_SERCOM SERCOM4
1919

2020
#define MICROPY_PORT_A (PORT_PA12 | PORT_PA24 | PORT_PA25)
21-
#define MICROPY_PORT_B (PORT_PB08 | PORT_PB10 | PORT_PB11)
21+
#define MICROPY_PORT_B (PORT_PB10 | PORT_PB11 | PORT_PB22)
2222

2323
#define AUTORESET_DELAY_MS 500
2424

atmel-samd/boards/cplay_m0_flash/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LD_FILE = boards/samd21x18-external-flash.ld
1+
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
22
USB_VID = 0x239A
33
USB_PID = 0x8015
44

0 commit comments

Comments
 (0)