| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-08 | Merge pull request #2752 from jepler/spinx2-cpy515.1.x | Scott Shawcroft | |
| Don't upgrade to Sphinx 3 | |||
| 2020-04-08 | Don't upgrade to Sphinx 3 | Scott Shawcroft | |
| The doc build doesn't complete and is likely broken for the inline RST. We can move to 3 when we move the inline docs to Python stubs. | |||
| 2020-03-17 | Merge pull request #2711 from jepler/update-ulab5.1.0-rc.05.1.0 | Scott Shawcroft | |
| update ulab | |||
| 2020-03-17 | Translations: follow stm port rename, run 'make translate' | Jeff Epler | |
| 2020-03-17 | Update shared-bindings/ulab/__init__.rst | Jeff Epler | |
| Co-Authored-By: Scott Shawcroft <scott@tannewt.org> | |||
| 2020-03-17 | Merge pull request #2712 from tannewt/fix_dotstar_status | Dan Halbert | |
| Fix DotStar status LED init. | |||
| 2020-03-17 | Fix DotStar status LED init. | Scott Shawcroft | |
| 2020-03-17 | ulab: include new 'extras' source file | Jeff Epler | |
| 2020-03-17 | ulab: rename enable macro so it appears in the support matrix | Jeff Epler | |
| 2020-03-17 | ulab: update documentation | Jeff Epler | |
| 2020-03-17 | objslice: take mp_obj_slice_indices from micropython | Jeff Epler | |
| 2020-03-17 | update ulab | Jeff Epler | |
| 2020-03-16 | Merge pull request #2705 from NightSkySK/UARTlogger2 | Scott Shawcroft | |
| add UARTLogger2 board support for CircuitPython | |||
| 2020-03-13 | spacing correction | Szymon Klause | |
| 2020-03-13 | add UARTLogger2 board support for CircuitPython | Szymon Klause | |
| 2020-03-13 | Merge pull request #2701 from hierophect/stm32-submodule-swap | Scott Shawcroft | |
| STM32: Change ST drivers submodule to match TinyUSB | |||
| 2020-03-13 | Merge pull request #2695 from TG-Techie/master | Scott Shawcroft | |
| Add new TG-Watch02A to the nrf boards directory | |||
| 2020-03-12 | fix board sorting (due to T being before a anf t) | TG-Techie | |
| 2020-03-12 | add TG-Watch02A to build workflow | TG-Techie | |
| 2020-03-12 | Change ST drivers submodule to match TinyUSB | Lucian Copeland | |
| 2020-03-12 | Merge pull request #2699 from hierophect/stm32-port-namechange | hierophect | |
| STM32: port directory name change | |||
| 2020-03-12 | Merge remote-tracking branch 'upstream/master' into stm32-port-namechange | Lucian Copeland | |
| 2020-03-12 | Merge pull request #2697 from hierophect/stm32-pulsein | hierophect | |
| STM32: add PulseIn module | |||
| 2020-03-12 | Revise style on interrupt handler functions | Lucian Copeland | |
| 2020-03-12 | Comment change for CI | Lucian Copeland | |
| 2020-03-12 | fix requested changes | TG-Techie | |
| 2020-03-11 | change CI target | Lucian Copeland | |
| 2020-03-11 | Change docs target | Lucian Copeland | |
| 2020-03-11 | remove old directory | Lucian Copeland | |
| 2020-03-11 | submodule move and sync | Lucian Copeland | |
| 2020-03-11 | create copy | Lucian Copeland | |
| 2020-03-11 | Add up to date translations | Lucian Copeland | |
| 2020-03-11 | Merge remote-tracking branch 'upstream/master' into stm32-pulsein | Lucian Copeland | |
| 2020-03-11 | stm32: add PulseIn module | Lucian Copeland | |
| 2020-03-10 | changed TG-Watch02A HW_BOARD_NAME | TG-Techie | |
| 2020-03-10 | add TG-Watch02A board def | TG-Techie | |
| 2020-03-10 | Merge pull request #2690 from jepler/topic-pep-498-fstrings | Scott Shawcroft | |
| Implement partial PEP-498 (f-string) support | |||
| 2020-03-10 | Merge pull request #2693 from jepler/ulab-enable | Dan Halbert | |
| ulab: enable on most builds | |||
| 2020-03-09 | ulab: don't enable on m0 boards | Jeff Epler | |
| 2020-03-09 | Update tests | Jeff Epler | |
| * string_pep498_fstring.py: Not compatible with python3.5 * cmd_parsetree.py: enumerated constants changed | |||
| 2020-03-09 | Merge pull request #2666 from dhalbert/assert_pin-and-mp_const_none-cleanup | Scott Shawcroft | |
| validate various displayio args; new pin validation routines; don't use mp_const_none if NULL will do | |||
| 2020-03-09 | Merge pull request #2692 from jepler/ulab-upstream | Scott Shawcroft | |
| ulab: Use https://github.com/v923z/micropython-ulab/ | |||
| 2020-03-09 | circuitpy_mpconfig.mk: Enable ULAB for "full builds" | Jeff Epler | |
| This enables it on the imxrt and cds56 ports where it was disabled before | |||
| 2020-03-09 | stm32: enable ulab | Jeff Epler | |
| This is needed because stm32 defines CIRCUITPY_MINIMAL_BUILD "for early port". | |||
| 2020-03-09 | cdx56: prepare to enable ulab | Jeff Epler | |
| This involves fixing support for SRC_MOD and enabling INTERNAL_LIBM including adding support for SRC_LIBM. | |||
| 2020-03-09 | ulab: Use https://github.com/v923z/micropython-ulab/ | Jeff Epler | |
| The only delta we were carrying was in the README. | |||
| 2020-03-09 | f-strings: Make optional, defaulting to !CIRCUITPY_MINIMAL_BUILD | Jeff Epler | |
| This should reclaim *most* code space added to handle f-strings. However, there may be some small code growth as parse_string_literal takes a new parameter (which will always be 0, so hopefully the optimizer eliminates it) | |||
| 2020-03-09 | lexer: catch concatenation of f'' and '' strings | Jeff Epler | |
| This turns the "edge case" into a parse-time error. | |||
| 2020-03-09 | locale: run 'make translate' | Jeff Epler | |
| 2020-03-09 | Address dpgeorge feedback - largely simplifications | Josh Klar | |
