Skip to content

Commit aba4c50

Browse files
committed
Add adafruit_sdcard as frozen library
1 parent 5d0c37f commit aba4c50

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ports/raspberrypi/boards/pimoroni_pico_dv_base/mpconfigboard.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
1010

1111
CIRCUITPY__EVE = 1
1212
CIRCUITPY_PICODVI = 1
13+
14+
# Include these Python libraries in firmware.
15+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SD

ports/raspberrypi/boards/pimoroni_pico_dv_base_w/mpconfigboard.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ CIRCUITPY_PICODVI = 1
2424
CFLAGS += -DCYW43_PIN_WL_HOST_WAKE=24 -DCYW43_PIN_WL_REG_ON=23 -DCYW43_WL_GPIO_COUNT=3 -DCYW43_WL_GPIO_LED_PIN=0
2525
# Must be accompanied by a linker script change
2626
CFLAGS += -DCIRCUITPY_FIRMWARE_SIZE='(1536 * 1024)'
27+
28+
# Include these Python libraries in firmware.
29+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SD

0 commit comments

Comments
 (0)