Skip to content

Commit f13e6d8

Browse files
committed
update flash chip for Metro M7 1011
1 parent 6b64cb9 commit f13e6d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/mimxrt10xx/boards/metro_m7_1011/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// make sure you don't overwrite code
88
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
99

10-
#define BOARD_FLASH_SIZE (4 * 1024 * 1024)
10+
#define BOARD_FLASH_SIZE (8 * 1024 * 1024)
1111

1212
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO_02)
1313
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO_01)

ports/mimxrt10xx/boards/metro_m7_1011/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USB_MANUFACTURER = "Adafruit"
55

66
CHIP_VARIANT = MIMXRT1011DAE5A
77
CHIP_FAMILY = MIMXRT1011
8-
FLASH = W25Q32JV
8+
FLASH = W25Q64JV
99

1010
# Include these Python libraries in the firmware
1111
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ESP32SPI

0 commit comments

Comments
 (0)