Freeze ESP32SPI into mimxrt1011_evk

.. so that it is more conveniently like the metro m7 for my testing
This commit is contained in:
Jeff Epler 2021-03-26 10:01:20 -05:00
parent 9e110f120a
commit ffb70a8737
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@ USB_MANUFACTURER = "NXP"
CHIP_VARIANT = MIMXRT1011DAE5A
CHIP_FAMILY = MIMXRT1011
FLASH = AT25SF128A
# Include these Python libraries in the firmware
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ESP32SPI
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests