summaryrefslogtreecommitdiff
path: root/frozen/Adafruit_CircuitPython_LIS3DH
AgeCommit message (Collapse)Author
2020-12-30update frozen libs for 6.1.0-beta.3Dan Halbert
2020-08-03 update frozen submodulesJerry Needell
2020-05-16update frozen libsDan Halbert
2020-01-30add gamepad to specialty cpx builds; update frozen libsDan Halbert
2019-09-30Update frozon modules.Scott Shawcroft
Fixes https://github.com/adafruit/Adafruit_CircuitPython_INA219/issues/12
2019-06-26Update frozen libraries to save spaceScott Shawcroft
2019-05-23Update frozen libsDan 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-06-02Update frozen LIS3DH to 4.2.1 to save spaceDan 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).