summaryrefslogtreecommitdiff
path: root/.gitmodules
AgeCommit message (Collapse)Author
2018-05-03Freeze HID and Express into CPX 2.x firmware.Dan Halbert
2017-12-23Add git version info to frozen modules.Dan 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
2017-04-20Turn on build saving and uf2 creation.Scott Shawcroft
2017-04-18atmel-samd: Switch to https for freetouch submodule.Scott Shawcroft
2017-04-18atmel-samd: Swap out pulseio for touchio based on FreeTouch.Scott Shawcroft
2016-06-14lib/berkeley-db-1.xx: Add Berkeley DB 1.85 as a submodule.Paul Sokolovsky
From https://github.com/pfalcon/berkeley-db-1.xx, which so far contains pristine 1.85, but will get patches and compile warning fixes going forward. Berkeley DB 1.xx is BSD-licensed, and will form the basis of "btree" simple database module.
2015-10-23lib/lwip: Add LwIP stack as a submodule in the library directoryGalen Hazelwood
2015-10-17lib/libffi: Add libffi as a submodule.Paul Sokolovsky
This allows to build libffi from source together with micropython, and is useful for cross-compilation. Support for this was already merged previously, to use: make libffi make MICROPY_STANDALONE=1 (To both commands appropriate cross-compilition flags can be added).
2015-10-04lib/axtls: Add axtls git submodule, dependency of modussl.Paul Sokolovsky
From https://github.com/pfalcon/axtls , branch micropython.