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 3f26a0b commit 0af00cfCopy full SHA for 0af00cf
ports/mimxrt10xx/boards/feather_m7_1011/mpconfigboard.mk
@@ -6,3 +6,7 @@ USB_MANUFACTURER = "Adafruit"
6
CHIP_VARIANT = MIMXRT1011DAE5A
7
CHIP_FAMILY = MIMXRT1011
8
FLASH = W25Q32JV
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