aboutsummaryrefslogtreecommitdiff
path: root/frozen
AgeCommit message (Collapse)Author
2017-12-30update CPX frozen modules to latest versionsDan Halbert
2017-12-15update CPX frozen Adafruit_CircuitPython_LIS3DH to library version 3.0.0Dan Halbert
2017-12-14bring CPX frozen modules up to dateDan Halbert
2017-12-03update CPX frozen modules to latest versionsDan Halbert
2017-10-08Freeze libraries needed by adafruit_circuitplayground library into firmware.Dan Halbert
This saves a lot of RAM. Fixes #287. Also fixed compilation of frozen_mpy.c to use supplied make rule rather than builtin rule (supplied rule suppresses printing out the gcc command line).
2017-08-23Added ability to freeze multiple directories; freeze neopixel library in cpx ↵Dan Halbert
build (#199) Reworked frozen module support: clean up makefiles and handle multiple directories. Modules to freeze are included as git submodules. Add neopixel to circuitplayground express build. Fixes #56