Skip to content

Commit e8304ee

Browse files
robert-hhdpgeorge
authored andcommitted
samd/boards: Add more flash choices for Adafruit M4 boards.
Over the time, these are manufactured with different flash types. All changed boards still build and run with the Giga Devices chip. The ItsyBitsy M4 board was confirmed to work with the Winbond chip. Signed-off-by: robert-hh <robert@hammelrath.com>
1 parent 947d04e commit e8304ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ports/samd/boards/ADAFRUIT_FEATHER_M4_EXPRESS/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
#define MICROPY_HW_DEFAULT_I2C_ID (2)
99
#define MICROPY_HW_DEFAULT_SPI_ID (1)
1010

11-
#define MICROPY_HW_QSPIFLASH GD25Q16C
11+
#define MICROPY_HW_QSPIFLASH GD25Q16C, W25Q16JV_IQ

ports/samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
#define MICROPY_HW_DEFAULT_I2C_ID (2)
88
#define MICROPY_HW_DEFAULT_UART_ID (3)
99

10-
#define MICROPY_HW_QSPIFLASH GD25Q16C
10+
#define MICROPY_HW_QSPIFLASH GD25Q16C, W25Q16JV_IQ

ports/samd/boards/ADAFRUIT_METRO_M4_EXPRESS/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define MICROPY_HW_MCU_NAME "SAMD51J19A"
33

44
#define MICROPY_HW_XOSC32K (1)
5-
#define MICROPY_HW_QSPIFLASH GD25Q16C
5+
#define MICROPY_HW_QSPIFLASH S25FL116K, S25FL216K, GD25Q16C, W25Q16JV_IQ
66

77
#define MICROPY_HW_DEFAULT_UART_ID (3)
88
#define MICROPY_HW_DEFAULT_I2C_ID (5)

0 commit comments

Comments
 (0)