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 5d0c37f commit aba4c50Copy full SHA for aba4c50
ports/raspberrypi/boards/pimoroni_pico_dv_base/mpconfigboard.mk
@@ -10,3 +10,6 @@ EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
10
11
CIRCUITPY__EVE = 1
12
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
@@ -24,3 +24,6 @@ CIRCUITPY_PICODVI = 1
24
CFLAGS += -DCYW43_PIN_WL_HOST_WAKE=24 -DCYW43_PIN_WL_REG_ON=23 -DCYW43_WL_GPIO_COUNT=3 -DCYW43_WL_GPIO_LED_PIN=0
25
# Must be accompanied by a linker script change
26
CFLAGS += -DCIRCUITPY_FIRMWARE_SIZE='(1536 * 1024)'
27
28
29
0 commit comments