We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b64cb9 + f13e6d8 commit 3a82730Copy full SHA for 3a82730
ports/mimxrt10xx/boards/metro_m7_1011/mpconfigboard.h
@@ -7,7 +7,7 @@
7
// make sure you don't overwrite code
8
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
9
10
-#define BOARD_FLASH_SIZE (4 * 1024 * 1024)
+#define BOARD_FLASH_SIZE (8 * 1024 * 1024)
11
12
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO_02)
13
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO_01)
ports/mimxrt10xx/boards/metro_m7_1011/mpconfigboard.mk
@@ -5,7 +5,7 @@ USB_MANUFACTURER = "Adafruit"
5
6
CHIP_VARIANT = MIMXRT1011DAE5A
CHIP_FAMILY = MIMXRT1011
-FLASH = W25Q32JV
+FLASH = W25Q64JV
# Include these Python libraries in the firmware
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ESP32SPI
0 commit comments