summaryrefslogtreecommitdiff
path: root/.gitmodules
AgeCommit message (Collapse)Author
2020-01-06Add initial MIMXRT10XX portarturo182
2019-12-16Merge branch 'master' into masterKalbeAbbas
2019-12-10audiocore: Add MP3File using Adafruit_MP3 libraryJeff Epler
2019-12-04Add connection interval and debuggingScott Shawcroft
This also sets TinyUSB to master and to not include its submodules. It also fixes an old displayio example comment and retries gattc reads.
2019-11-13changeKalbeAbbas
2019-11-13added SD card moduleKalbeAbbas
2019-11-13SD card folder removedKalbeAbbas
2019-11-12SD card folder addedKalbeAbbas
2019-10-11Change port name to cxd56Kamil Tomaszewski
2019-10-09Add spresense-exported-sdk submoduleKamil Tomaszewski
2019-07-24Requested changes, general cleanupHierophect
2019-07-23Doc error caused by submodule, misc cleanupHierophect
2019-07-23Switch to submodule for cube filesHierophect
2019-03-29Remove lwip submodule because it is unused.Scott Shawcroft
2019-03-19Merge branch 'master' of github.com:adafruit/circuitpythonRadomir Dopieralski
2019-03-17Add frozen stage module to ugame10 boardRadomir Dopieralski
And also ignore some more pins. This is needed for the builds on the circuitpython.org to be functional.
2019-03-01Move the frozen pew.py into a submoduleRadomir Dopieralski
2019-01-31Begin font parsing and packing for terminalScott Shawcroft
2018-12-06Switch TinyUSB back to hathach's version. The merge commit of the commit we ↵Scott Shawcroft
were on.
2018-11-30Add support for adding release info into adafruit/circuitpython-orgScott Shawcroft
This also changes the build script to python with better output.
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
This started while adding USB MIDI support (and descriptor support is in this change.) When seeing that I'd have to implement the MIDI class logic twice, once for atmel-samd and once for nrf, I decided to refactor the USB stack so its shared across ports. This has led to a number of changes that remove items from the ports folder and move them into supervisor. Furthermore, we had external SPI flash support for nrf pending so I factored out the connection between the usb stack and the flash API as well. This PR also includes the QSPI support for nRF.
2018-10-31Use adafruit/nrfx fork of NordicSemiconductor/nrfxDan Halbert
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
This saves code space in builds which use link-time optimization. The optimization drops the untranslated strings and replaces them with a compressed_string_t struct. It can then be decompressed to a c string. Builds without LTO work as well but include both untranslated strings and compressed strings. This work could be expanded to include QSTRs and loaded strings if a compress method is added to C. Its tracked in #531.
2018-07-16Merge branch 'master' into micropython-25ae98f-mergeDan Halbert
2018-07-16Merge 3.0.0 final bugfixes and changes to masterDan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-07-12clean uphathach
2018-07-10change gitmodule link from git to httpshathach
2018-07-03add tinyusb as submodulehathach
2018-06-20nrf: Add a nrfx submodule and prepare for using the new driversarturo182
2018-06-15Split out the peripherals library in preparation of sharing with MakeCode.Scott Shawcroft
2018-05-24refine pirkey buildDan Halbert
2018-05-21refactor longint settings; make crickit cpx buildDan Halbert
2018-05-07uzlib: convert to submoduleJeff Epler
Textualy, the files in lib/uzlib/src were identical to the ones committed in extmod/uzlib so there should be no behavioral change possible as a result of this commit.
2018-05-043.0: add CircuitPlayground and HID to CPX frozen modulesDan Halbert
2018-03-28Remove freetouch files that were accidentally checked in andScott Shawcroft
readd the submodule.
2018-01-31.gitmodules: Use https URL for lwIP submodule.Damien George
HTTPS is supported by Savannah and better to be secure than not.
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-12-21nRF52 update with internal file system supportmicrobuilder
2017-11-23Revert "Supervisor REPL support for ports/nrf/boards/feather52"Kevin Townsend
This reverts commit 92113dde815ce5aaecf63ea9e87bc4addcabd822.
2017-11-23Supervisor REPL support for ports/nrf/boards/feather52Kevin Townsend
2017-11-02tools: Switch to using separate usb_descriptor repo.Scott Shawcroft
2017-10-24Re-add atmel submodules.Scott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
This is prep for merging in the NRF5 pull request.
2017-10-12merge 2.x changes into master; touch up Makefile CFLAGS logicDan Halbert
2017-10-12Replace asf4 tree with submodule repo adafruit/asf4, branch circuitpython.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-29lib: Add new submodule, stm32lib containing STM32 CMSIS and HAL source.Damien George
Linked to https://github.com/micropython/stm32lib
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