diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2016-12-21 14:07:50 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2016-12-21 14:07:50 -0800 |
| commit | 7ce69959f98770f0782b121b031ba97535d2672b (patch) | |
| tree | 5c50c6c82f9cd4d090a121aa3fc506f99a91b8fe /atmel-samd/boards | |
| parent | f48d2df63465e1c3f2acb6413bb4772e89069c4f (diff) | |
atmel-samd: Tweaks for rev B of the prototype circuit playground.
Diffstat (limited to 'atmel-samd/boards')
| -rw-r--r-- | atmel-samd/boards/cplay_m0_flash/mpconfigboard.h | 4 | ||||
| -rw-r--r-- | atmel-samd/boards/cplay_m0_flash/mpconfigboard.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/atmel-samd/boards/cplay_m0_flash/mpconfigboard.h b/atmel-samd/boards/cplay_m0_flash/mpconfigboard.h index 1db6c4b74..c863da6e4 100644 --- a/atmel-samd/boards/cplay_m0_flash/mpconfigboard.h +++ b/atmel-samd/boards/cplay_m0_flash/mpconfigboard.h @@ -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 diff --git a/atmel-samd/boards/cplay_m0_flash/mpconfigboard.mk b/atmel-samd/boards/cplay_m0_flash/mpconfigboard.mk index 4b508957d..8b6d61bbb 100644 --- a/atmel-samd/boards/cplay_m0_flash/mpconfigboard.mk +++ b/atmel-samd/boards/cplay_m0_flash/mpconfigboard.mk @@ -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 |
