From 19dcbe3e01b7f1d1630326f519663056e62a77e3 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 21 Nov 2023 21:15:14 -0600 Subject: [PATCH] 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. --- ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk index 1c032f02c0..b9ff92f470 100644 --- a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk +++ b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk @@ -7,7 +7,7 @@ CHIP_VARIANT = SAMD21G18A CHIP_FAMILY = samd21 SPI_FLASH_FILESYSTEM = 1 -EXTERNAL_FLASH_DEVICES = "W25Q64JVxQ, GD25Q64C" +EXTERNAL_FLASH_DEVICES = "W25Q64JVxQ, GD25Q64C, W25Q16JVxQ" LONGINT_IMPL = NONE # To keep the build small