summaryrefslogtreecommitdiff
path: root/frozen/Adafruit_CircuitPython_BusDevice
AgeCommit message (Collapse)Author
2019-06-26Update frozen libraries to save spaceScott Shawcroft
2019-05-23Update frozen libsDan Halbert
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-07-03bring all frozen libraries up to dateDan Halbert
2018-05-22turn off longint on cpx crickit; update frozen libsDan Halbert
2018-05-043.0: add CircuitPlayground and HID to CPX frozen modulesDan 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).