Skip to content

Commit ffb70a8

Browse files
committed
Freeze ESP32SPI into mimxrt1011_evk
.. so that it is more conveniently like the metro m7 for my testing
1 parent 9e110f1 commit ffb70a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/mimxrt10xx/boards/imxrt1010_evk/mpconfigboard.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ USB_MANUFACTURER = "NXP"
66
CHIP_VARIANT = MIMXRT1011DAE5A
77
CHIP_FAMILY = MIMXRT1011
88
FLASH = AT25SF128A
9+
10+
# Include these Python libraries in the firmware
11+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ESP32SPI
12+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests

0 commit comments

Comments
 (0)