Skip to content

Commit 032cd47

Browse files
committed
Added Frozen Modules LSM6DS and DotStar
1 parent e5c5315 commit 032cd47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/raspberrypi/boards/raspberry_breadstick/mpconfigboard.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ 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_LSM6DS/frozen_cpx
16+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar/frozen_cpx

0 commit comments

Comments
 (0)