8000 Merge pull request #7542 from dhalbert/metro-m7-flash-64 · rbrian/circuitpython@3a82730 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a82730

Browse files
authored
Merge pull request adafruit#7542 from dhalbert/metro-m7-flash-64
update flash chip for Metro M7 1011
2 parents 6b64cb9 + f13e6d8 commit 3a82730

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)
0