Scott Shawcroft
8048dcb76c
Update frozon modules.
...
Fixes https://github.com/adafruit/Adafruit_CircuitPython_INA219/issues/12
3 years ago
Radomir Dopieralski
d50ed3b6e7
Add support for PewPew M4 board
3 years ago
Radomir Dopieralski
fd2299e51a
Update circuitpython-stage to 1.0.4 for audiocore changes
...
Since some parts of audioio were moved to audiocore, we now have
to import them differently.
4 years ago
Scott Shawcroft
0cce7fcaa3
Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402
4 years ago
Scott Shawcroft
fe507db45f
Shrink pIRkey build down.
...
Rollback HID to save string space and remove board mapping for
default buses that don't exist.
4 years ago
Scott Shawcroft
1f105e0ac0
Update frozen libraries to save space
4 years ago
Scott Shawcroft
14d0606fa0
update stage too
4 years ago
Scott Shawcroft
a7bed2a74e
Update frozen libraries
4 years ago
Radomir Dopieralski
5803245009
Add support for PyGamer to Stage library
4 years ago
Scott Shawcroft
d2ec43113e
Update BusDevice to save space.
4 years ago
Dan Halbert
71c7aca29c
Add top-level Makefile target to update frozen libs easily; Update CPX lib
4 years ago
Dan Halbert
b5fc646e3d
Update frozen libs
4 years ago
Radomir Dopieralski
9ae3d92179
Bump circuitpython-stage to 1.0.2
...
This fixes an OverflowError in the read_palette function.
(cherry picked from commit 4ebcca865cbda4b08dc917581438473f625e2a12)
4 years ago
Radomir Dopieralski
31e5e6ea98
Bump circuitpython-stage to 1.0.1
4 years ago
Scott Shawcroft
b5508ed832
Update stage with 1.0.0 release
4 years ago
Scott Shawcroft
2011bc3485
Update stage for GamePadShift
4 years ago
Radomir Dopieralski
d39e7e7dd5
Use displayio.Display directly
4 years ago
Radomir Dopieralski
dabbded622
Got back to using Display object in the Stage library
4 years ago
Radomir Dopieralski
c3136f4f32
Enable displayio for uGame10 board
...
Also, make the _stage library work with the fourwire bus, to re-use the
display.
4 years ago
Kattni
8115301588
Merge pull request #1697 from dhalbert/update-frozen-libs
...
Update frozen libraries to latest tagged versions
4 years ago
Dan Halbert
a88990aa68
Update frozen libraries to latest tagged versions
4 years ago
Radomir Dopieralski
a50ee4f650
Add frozen stage module to ugame10 board
...
And also ignore some more pins.
This is needed for the builds on the circuitpython.org to be functional.
4 years ago
Radomir Dopieralski
5d85d54026
Move the frozen pew.py into a submodule
4 years ago
Radomir Dopieralski
8e50aeb06f
Fix pew.tick() to not accumulate error over time
4 years ago
Radomir Dopieralski
3826ca4194
Rename internal pins to add underscore in front
4 years ago
Radomir Dopieralski
59f63eaef6
Handle new buttons
4 years ago
Dan Halbert
97aeb1953b
correct weak module links; samd module only in m4 ports; update libraries
4 years ago
Dan Halbert
11de8fdca7
merge 3.x swap of /lib and .frozen; update frozen libs
4 years ago
Dan Halbert
4dfba2f8ac
put .frozen before /lib in sys.path; update frozen libraries
4 years ago
Dan Halbert
ab02a034f6
Update frozen libraries for 4.0.0-alpha.2
4 years ago
Dan Halbert
a20ab40ed2
Merge 3.0.0 final bugfixes and changes to master
5 years ago
Dan Halbert
53d821332f
update Crickit library to fix stepper Drive issues
5 years ago
Dan Halbert
bf9981e8db
bring all frozen libraries up to date
5 years ago
Dan Halbert
b68cd14391
update crickit-related libs
5 years ago
Dan Halbert
d98701c8d1
updates crickit and motor frozn libs with latest changes, including 550-2400 default servo range
5 years ago
Dan Halbert
1f3de5174e
Freeze Adafruit_CircuitPython_Crickit into crickit builds
5 years ago
Dan Halbert
27eba65dc7
update HID, and update seesaw version
5 years ago
Dan Halbert
6e6bfc4d57
Update frozen LIS3DH to 4.2.1 to save space
5 years ago
Dan Halbert
052a9ff378
update cpx lib
5 years ago
Dan Halbert
b9f36184f5
refine pirkey build
5 years ago
Dan Halbert
0d7db29630
turn off longint on cpx crickit; update frozen libs
5 years ago
Dan Halbert
5680933483
refactor longint settings; make crickit cpx build
5 years ago
Dan Halbert
32363b801b
3.0: add CircuitPlayground and HID to CPX frozen modules
5 years ago
Dan Halbert
ef65ee78c5
Freeze libraries needed by adafruit_circuitplayground library into firmware.
...
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).
5 years ago
Dan Halbert
74cfdeb316
Added ability to freeze multiple directories; freeze neopixel library in cpx 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
6 years ago