| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-08 | Move 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-31 | Use adafruit/nrfx fork of NordicSemiconductor/nrfx | Dan Halbert | |
| 2018-08-16 | Compress 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-16 | Merge branch 'master' into micropython-25ae98f-merge | Dan Halbert | |
| 2018-07-16 | Merge 3.0.0 final bugfixes and changes to master | Dan Halbert | |
| 2018-07-11 | WIP: after merge; before testing | Dan Halbert | |
| 2018-07-12 | clean up | hathach | |
| 2018-07-10 | change gitmodule link from git to https | hathach | |
| 2018-07-03 | add tinyusb as submodule | hathach | |
| 2018-06-20 | nrf: Add a nrfx submodule and prepare for using the new drivers | arturo182 | |
| 2018-06-15 | Split out the peripherals library in preparation of sharing with MakeCode. | Scott Shawcroft | |
| 2018-05-24 | refine pirkey build | Dan Halbert | |
| 2018-05-21 | refactor longint settings; make crickit cpx build | Dan Halbert | |
| 2018-05-07 | uzlib: convert to submodule | Jeff 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-04 | 3.0: add CircuitPlayground and HID to CPX frozen modules | Dan Halbert | |
| 2018-03-28 | Remove freetouch files that were accidentally checked in and | Scott 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-02 | merge from 2.2.0 + fix up board defs | Dan Halbert | |
| 2017-12-21 | nRF52 update with internal file system support | microbuilder | |
| 2017-11-23 | Revert "Supervisor REPL support for ports/nrf/boards/feather52" | Kevin Townsend | |
| This reverts commit 92113dde815ce5aaecf63ea9e87bc4addcabd822. | |||
| 2017-11-23 | Supervisor REPL support for ports/nrf/boards/feather52 | Kevin Townsend | |
| 2017-11-02 | tools: Switch to using separate usb_descriptor repo. | Scott Shawcroft | |
| 2017-10-24 | Re-add atmel submodules. | Scott Shawcroft | |
| 2017-10-24 | Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge | Scott Shawcroft | |
| This is prep for merging in the NRF5 pull request. | |||
| 2017-10-12 | merge 2.x changes into master; touch up Makefile CFLAGS logic | Dan Halbert | |
| 2017-10-12 | Replace asf4 tree with submodule repo adafruit/asf4, branch circuitpython. | Dan Halbert | |
| 2017-10-08 | Freeze 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-29 | lib: Add new submodule, stm32lib containing STM32 CMSIS and HAL source. | Damien George | |
| Linked to https://github.com/micropython/stm32lib | |||
| 2017-08-23 | Added 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-20 | Turn on build saving and uf2 creation. | Scott Shawcroft | |
| 2017-04-18 | atmel-samd: Switch to https for freetouch submodule. | Scott Shawcroft | |
| 2017-04-18 | atmel-samd: Swap out pulseio for touchio based on FreeTouch. | Scott Shawcroft | |
| 2016-06-14 | lib/berkeley-db-1.xx: Add Berkeley DB 1.85 as a submodule. | Paul Sokolovsky | |
| From https://github.com/pfalcon/berkeley-db-1.xx, which so far contains pristine 1.85, but will get patches and compile warning fixes going forward. Berkeley DB 1.xx is BSD-licensed, and will form the basis of "btree" simple database module. | |||
| 2015-10-23 | lib/lwip: Add LwIP stack as a submodule in the library directory | Galen Hazelwood | |
| 2015-10-17 | lib/libffi: Add libffi as a submodule. | Paul Sokolovsky | |
| This allows to build libffi from source together with micropython, and is useful for cross-compilation. Support for this was already merged previously, to use: make libffi make MICROPY_STANDALONE=1 (To both commands appropriate cross-compilition flags can be added). | |||
| 2015-10-04 | lib/axtls: Add axtls git submodule, dependency of modussl. | Paul Sokolovsky | |
| From https://github.com/pfalcon/axtls , branch micropython. | |||
