diff --git a/ports/raspberrypi/boards/raspberry_breadstick/mpconfigboard.mk b/ports/raspberrypi/boards/raspberry_breadstick/mpconfigboard.mk index 20607d50e4..fb91124ad9 100644 --- a/ports/raspberrypi/boards/raspberry_breadstick/mpconfigboard.mk +++ b/ports/raspberrypi/boards/raspberry_breadstick/mpconfigboard.mk @@ -10,3 +10,7 @@ EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ" CIRCUITPY__EVE = 1 CIRCUITPY_PICODVI = 1 + +# Include these Python libraries in firmware. +FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LSM6DS/frozen_cpx +FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar/frozen_cpx \ No newline at end of file