We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e110f1 commit ffb70a8Copy full SHA for ffb70a8
ports/mimxrt10xx/boards/imxrt1010_evk/mpconfigboard.mk
@@ -6,3 +6,7 @@ USB_MANUFACTURER = "NXP"
6
CHIP_VARIANT = MIMXRT1011DAE5A
7
CHIP_FAMILY = MIMXRT1011
8
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