8000 Freeze adafruit_requests and adafruit_esp32spi into feather_m7_1011 · gregdavill/circuitpython@0af00cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 0af00cf

Browse files
committed
Freeze adafruit_requests and adafruit_esp32spi into feather_m7_1011
1 parent 3f26a0b commit 0af00cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/mimxrt10xx/boards/feather_m7_1011/mpconfigboard.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ USB_MANUFACTURER = "Adafruit"
66
CHIP_VARIANT = MIMXRT1011DAE5A
77
CHIP_FAMILY = MIMXRT1011
88
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

Comments
 (0)
0