diff options
| author | arturo182 <arturo182@tlen.pl> | 2020-02-29 00:39:22 +0100 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2020-02-29 00:39:22 +0100 |
| commit | 0af00cf9144a1fbbe3ab30abdcb6ec8129dd5ce9 (patch) | |
| tree | f3453c8e24bd37a32c30bc0e7e07b2f997362f0b /ports/mimxrt10xx/boards | |
| parent | 3f26a0b06b8822d0789b1989c4bdc6387e792e27 (diff) | |
Freeze adafruit_requests and adafruit_esp32spi into feather_m7_1011
Diffstat (limited to 'ports/mimxrt10xx/boards')
| -rw-r--r-- | ports/mimxrt10xx/boards/feather_m7_1011/mpconfigboard.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/mimxrt10xx/boards/feather_m7_1011/mpconfigboard.mk b/ports/mimxrt10xx/boards/feather_m7_1011/mpconfigboard.mk index 670b48b60..fbaf5d399 100644 --- a/ports/mimxrt10xx/boards/feather_m7_1011/mpconfigboard.mk +++ b/ports/mimxrt10xx/boards/feather_m7_1011/mpconfigboard.mk @@ -6,3 +6,7 @@ USB_MANUFACTURER = "Adafruit" CHIP_VARIANT = MIMXRT1011DAE5A CHIP_FAMILY = MIMXRT1011 FLASH = W25Q32JV + +# Include these Python libraries in the firmware +FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ESP32SPI +FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests |
