summaryrefslogtreecommitdiff
path: root/frozen/Adafruit_CircuitPython_NeoPixel
AgeCommit message (Collapse)Author
2020-05-16update frozen libsDan Halbert
2020-01-30add gamepad to specialty cpx builds; update frozen libsDan Halbert
2019-12-19frozen: Update all submodules to latest tagged releaseJeff Epler
2019-06-19Update frozen librariesScott Shawcroft
2019-03-25Update frozen libraries to latest tagged versionsDan Halbert
2019-02-17correct weak module links; samd module only in m4 ports; update librariesDan Halbert
2018-11-01put .frozen before /lib in sys.path; update frozen librariesDan Halbert
2018-05-043.0: add CircuitPlayground and HID to CPX frozen modulesDan Halbert
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