File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
atmel-samd/boards/cplay_m0_flash Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
#define SPI_FLASH_PAD1_PINMUX PINMUX_DEFAULT // CS
15
15
#define SPI_FLASH_PAD2_PINMUX PINMUX_PB10D_SERCOM4_PAD2 // MOSI
16
16
#define SPI_FLASH_PAD3_PINMUX PINMUX_PB11D_SERCOM4_PAD3 // SCK
17
- #define SPI_FLASH_CS PIN_PB08
17
+ #define SPI_FLASH_CS PIN_PB22
18
18
#define SPI_FLASH_SERCOM SERCOM4
19
19
20
20
#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 )
22
22
23
23
#define AUTORESET_DELAY_MS 500
24
24
Original file line number Diff line number Diff line change 1
- LD_FILE = boards/samd21x18-external-flash.ld
1
+ LD_FILE = boards/samd21x18-bootloader- external-flash.ld
2
2
USB_VID = 0x239A
3
3
USB_PID = 0x8015
4
4
You can’t perform that action at this time.
0 commit comments