Merge pull request #5055 from todbot/main

Add alternative IS25LP128F flash chip to Arduino Nano RP2040 Connect
This commit is contained in:
Jeff Epler 2021-07-24 20:16:57 -05:00 committed by GitHub
commit 0a3c75c43d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ USB_MANUFACTURER = "Arduino"
CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "AT25SF128A"
EXTERNAL_FLASH_DEVICES = "AT25SF128A, IS25LP128F"
CIRCUITPY__EVE = 1