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 e5c5315 commit 032cd47Copy full SHA for 032cd47
ports/raspberrypi/boards/raspberry_breadstick/mpconfigboard.mk
@@ -10,3 +10,7 @@ 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_LSM6DS/frozen_cpx
16
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar/frozen_cpx
0 commit comments