Skip to content

Commit cacb012

Browse files
committed
feather_m4_express: Use quad data mode on flash
Limor confirmed that the all shipping revisions starting with Rev D had QSPI flash chips installed. Note that when neither EXTERNAL_FLASH_QSPI_SINGLE nor EXTERNAL_FLASH_QSPI_DUAL is specified quad mode is assumed, so this is addressed by removing the setting altogether.
1 parent 9256e6b commit cacb012

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ports/atmel-samd/boards/feather_m4_express/mpconfigboard.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#define MICROPY_PORT_C (0)
1717
#define MICROPY_PORT_D (0)
1818

19-
#define EXTERNAL_FLASH_QSPI_DUAL
20-
2119
#define BOARD_HAS_CRYSTAL 1
2220

2321
#define DEFAULT_I2C_BUS_SCL (&pin_PA13)

0 commit comments

Comments
 (0)