update flash chip for Metro M7 1011

This commit is contained in:
Dan Halbert 2023-02-03 11:25:50 -05:00
parent 6b64cb991a
commit f13e6d8758
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
// make sure you don't overwrite code
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
#define BOARD_FLASH_SIZE (4 * 1024 * 1024)
#define BOARD_FLASH_SIZE (8 * 1024 * 1024)
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO_02)
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO_01)

View File

@ -5,7 +5,7 @@ USB_MANUFACTURER = "Adafruit"
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