update flash chip for Metro M7 1011
This commit is contained in:
parent
6b64cb991a
commit
f13e6d8758
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue