Merge pull request #8181 from jepler/update-metro-rp2040-flash

update metro rp2040 to work with 16MB flash
This commit is contained in:
Dan Halbert 2023-07-17 14:19:07 -04:00 committed by GitHub
commit bb81b2ecf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ USB_MANUFACTURER = "Adafruit"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "GD25Q64C,W25Q64JVxQ"
EXTERNAL_FLASH_DEVICES = "GD25Q64C,W25Q64JVxQ,W25Q128JV"