Skip to content

Commit 19dcbe3

Browse files
committed
add another flash chip for hallowing m0 express
A small number of hallowing m0 express boards were manufactured with an incorrect flash chip (2MB instead of 8MB). If you have received one of these boards, contact support AT adafruit DOT com for refund/replacement options. However, there's no need to make these boards e-waste. At the cost of a few bytes of flash, we can make them work with this simple update, as tested by a user who received one of the incorrectly manufactured units.
1 parent f98ec19 commit 19dcbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CHIP_VARIANT = SAMD21G18A
77
CHIP_FAMILY = samd21
88

99
SPI_FLASH_FILESYSTEM = 1
10-
EXTERNAL_FLASH_DEVICES = "W25Q64JVxQ, GD25Q64C"
10+
EXTERNAL_FLASH_DEVICES = "W25Q64JVxQ, GD25Q64C, W25Q16JVxQ"
1111
LONGINT_IMPL = NONE
1212

1313
# To keep the build small

0 commit comments

Comments
 (0)