summaryrefslogtreecommitdiff
path: root/frozen
AgeCommit message (Collapse)Author
2021-02-20update adafruit_registerJonah Yolles-Murphy
2021-02-20fix TG-Watch ble issueJonah Yolles-Murphy
2021-02-14pewpew10 - use _pew.get_ticks() for time trackingRadomir Dopieralski
2021-01-13final name and extra boardJonah Yolles-Murphy
2021-01-10update TG-Watch pins, name, and frozen librariesJonah Yolles-Murphy
2020-12-30update frozen libs for 6.1.0-beta.3Dan Halbert
2020-11-27update Requests; rolled back by accidentDan Halbert
2020-10-02Bump pew-pewpew-standalone-10.x to 2.0.1Radomir Dopieralski
2020-10-02Bump circuitpython-stage to 1.1.1Radomir Dopieralski
This adds handling of GameOver exception as SystemExit in anticipation of the new way of starting games from the menu.
2020-09-09 freeze rfm69 and bus_device libraries int feather_m0_rfm69Jerry Needell
2020-08-09 update frozen Adafruit_CircutPython_RFM9x libraryJerry Needell
2020-08-05 freeze rfm9x and BusDevice, remove many built-in modulesJerry Needell
2020-08-03 update frozen submodulesJerry Needell
2020-07-28Merge from upstream and make translateDan Halbert
2020-07-27 adjust stack for SAMD21 to accomodate larger pystack -- update frozen ↵Jerry Needell
module adafruit_busdevice
2020-07-18pewpew_m4: Enable analogio and usb_hidRadomir Dopieralski
The newest version for the Stage library for PewPewM4 no longer contains embedded graphics, which frees enough space in flash to enabled back AnalogIO and also add USB_HID. There is still ~192 bytes left free. If new additions to CircuitPython make it grow further, we can disable USB_HID again.
2020-05-16update frozen libsDan Halbert
2020-04-28add submodule to TG-Watch02ATG-Techie
2020-04-16Bump circuitpython-stage to 1.0.11 to fix audio problemsRadomir Dopieralski
Fix #2773
2020-04-15Fix RGB/BGR colors in StageRadomir Dopieralski
This makes the colors used by the stage library compatible with those used by the displayio library.
2020-02-29Freeze adafruit_requests and adafruit_esp32spi into feather_mimxrt1011arturo182
2020-02-08trying to add Adafruit_CircuitPython_Register againMax Holliday
2020-01-30add gamepad to specialty cpx builds; update frozen libsDan Halbert
2020-01-30circuitpython-stage: allow choosing background colorRadomir Dopieralski
2020-01-07Update submodules including BusDevice and HID.Scott Shawcroft
HID's API has changed to take in devices explicitly so that both USB and BLE work.
2019-12-26Bump circuitpython-stage version to 1.0.8Radomir Dopieralski
2019-12-23Update PewPew M4Radomir Dopieralski
PewPew M4 now has the pew.py added to its frozen libraries. Some features needed to be disabled to make room for that.
2019-12-19frozen: Update all submodules to latest tagged releaseJeff Epler
2019-11-13changeKalbeAbbas
2019-11-13Removed SD card folderKalbeAbbas
2019-11-13added SD card moduleKalbeAbbas
2019-11-13SD card folder removedKalbeAbbas
2019-11-13Added SD card submoduleKalbeAbbas
2019-11-13deleted SD card folderKalbeAbbas
2019-11-12SD card folder addedKalbeAbbas
2019-09-30Update frozon modules.Scott Shawcroft
Fixes https://github.com/adafruit/Adafruit_CircuitPython_INA219/issues/12
2019-09-05Add support for PewPew M4 boardRadomir Dopieralski
2019-08-01Update circuitpython-stage to 1.0.4 for audiocore changesRadomir Dopieralski
Since some parts of audioio were moved to audiocore, we now have to import them differently.
2019-06-27Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402Scott Shawcroft
2019-06-26Shrink pIRkey build down.Scott Shawcroft
Rollback HID to save string space and remove board mapping for default buses that don't exist.
2019-06-26Update frozen libraries to save spaceScott Shawcroft
2019-06-19update stage tooScott Shawcroft
2019-06-19Update frozen librariesScott Shawcroft
2019-06-18Add support for PyGamer to Stage libraryRadomir Dopieralski
2019-06-12Update BusDevice to save space.Scott Shawcroft
2019-05-28Add top-level Makefile target to update frozen libs easily; Update CPX libDan Halbert
2019-05-23Update frozen libsDan Halbert
2019-05-22Bump circuitpython-stage to 1.0.2Radomir Dopieralski
This fixes an OverflowError in the read_palette function. (cherry picked from commit 4ebcca865cbda4b08dc917581438473f625e2a12)
2019-05-11Bump circuitpython-stage to 1.0.1Radomir Dopieralski
2019-04-23Update stage with 1.0.0 releaseScott Shawcroft