| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-22 | flash: Correctly signal error on invalid flash read | Jeff Epler | |
| This logic was intended to mirror what is done for "write", but the wrong variable name was repeated twice. | |||
| 2020-06-22 | Merge pull request #3057 from weblate/weblate-circuitpython-main | Jeff Epler | |
| Translations update from Weblate | |||
| 2020-06-22 | Update translation files | Hosted Weblate | |
| Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/ | |||
| 2020-06-22 | Translated using Weblate (Spanish) | Alvaro Figueroa | |
| Currently translated at 77.7% (594 of 764 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/ | |||
| 2020-06-22 | Merge pull request #3056 from weblate/weblate-circuitpython-main | Jeff Epler | |
| Translations update from Weblate | |||
| 2020-06-22 | Translated using Weblate (Spanish) | Alvaro Figueroa | |
| Currently translated at 69.7% (533 of 764 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/ | |||
| 2020-06-21 | Rework handling of ctrl-c interrupt | DavePutz | |
| 2020-06-19 | Generate stacktrace and reset exception for ctrl-c interrupt | DavePutz | |
| Added code in mp_hal_delay_ms() to generate stacktrace and reset exception for ctrl-c interrupt | |||
| 2020-06-19 | Moved changes to supervisor/shared/tick.c | DavePutz | |
| 2020-06-19 | Merge pull request #3041 from weblate/weblate-circuitpython-master | Jeff Epler | |
| Translations update from Weblate | |||
| 2020-06-19 | delay 1ms on SAMD51 when reading processor voltage | Dan Halbert | |
| 2020-06-19 | removed trailing whitespace | DavePutz | |
| 2020-06-19 | Update __init__.c | DavePutz | |
| 2020-06-19 | Added stack trace after a sleep ctrl-c interrupt | DavePutz | |
| 2020-06-19 | Added the new assigned VID/PID pair | Florin Trutiu | |
| 2020-06-19 | loc_ber_m4_base_board | Florin Trutiu | |
| 2020-06-18 | Fixes issue with memory alignment in STM32 | Mark Olsson | |
| When compiling with optimizations on, an issue occurs where the claimed_pins/never_reset_pins memory location is shared with another variable. This causes some bad memory read, so the USB pins ended up being reset. Setting these to have an alignment of 4 bytes resolves this. Tested on nucleo_f746zg | |||
| 2020-06-17 | Translated using Weblate (German) | Andreas Buchen | |
| Currently translated at 98.0% (749 of 764 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/de/ | |||
| 2020-06-17 | Merge pull request #3039 from hierophect/stm32-meowbit-uf2-web | Scott Shawcroft | |
| STM32: make Meowbit default to UF2 on website | |||
| 2020-06-16 | Merge pull request #9 from adafruit/main | DavePutz | |
| update from adafruit | |||
| 2020-06-16 | Handle a sleep exit with ctrl-c | DavePutz | |
| 2020-06-16 | Merge pull request #3036 from dhalbert/prefix-match-all | Scott Shawcroft | |
| Fix ScanEntry prefix matching for any=False | |||
| 2020-06-16 | Merge pull request #3031 from jepler/improve-shared-bindings-links | Scott Shawcroft | |
| docs: Improve 5.0.x <-> main branch doc linkrot | |||
| 2020-06-16 | Merge pull request #3040 from hierophect/stm32-portd-hotfix | Scott Shawcroft | |
| STM32: Add port D to LQFP64 | |||
| 2020-06-16 | Add port D to LQFP64 | Lucian Copeland | |
| 2020-06-16 | Add meowbit UF2 download override to website | Lucian Copeland | |
| 2020-06-15 | supervisor.mk: Compute what USB_DEVICES should be, and check it against what ↵ | Jeff Epler | |
| it is | |||
| 2020-06-15 | remove debugging prints | Dan Halbert | |
| 2020-06-15 | Merge pull request #3035 from jepler/simplify-checkout | Scott Shawcroft | |
| actions: Try checkout v2.2.0 | |||
| 2020-06-15 | Merge pull request #3033 from jepler/actions-doc-artifact | Scott Shawcroft | |
| actions: upload artifacts for stubs & docs | |||
| 2020-06-15 | docs: conf.py: Remove an irrelevant TODO | Jeff Epler | |
| This TODO made sense in the context of the original project, but for use in CircuitPython it does not appear to be relevant. Remove it. | |||
| 2020-06-15 | Merge pull request #3026 from hierophect/stm32-i2cspeed | Scott Shawcroft | |
| STM32: Add I2C timing to the F7 and H7 board profile | |||
| 2020-06-15 | Merge pull request #8 from adafruit/main | DavePutz | |
| update from adafruit | |||
| 2020-06-15 | Fix ScanEntry prefix matching for all | Dan Halbert | |
| 2020-06-15 | cxd56: Disable HID and MIDI | Jeff Epler | |
| These are already disabled via the USB_DEVICES setting, but the code is included anyway. | |||
| 2020-06-15 | cxd56: Sort the configuration settings | Jeff Epler | |
| 2020-06-15 | Revert I2C timing overrides, reduce scope to module only | Lucian Copeland | |
| 2020-06-14 | actions: Try checkout v2.2.0 | Jeff Epler | |
| This version is supposed to > Fetch all history for all tags and branches when fetch-depth=0 We leave the tags fetch in place so that actions _in cloned repos_ work. Cloned repos' tags do not necessarily match adafruit/circuitpython, but we want version reporting to be able to use adafruit/circuitpython tags when they are most relevant according to "git describe"'s heuristics. Submodules are different, as they always point to the repo specified in .gitmodules, so they don't need special handling to get the most relevant tags. | |||
| 2020-06-14 | shared-bindings: Change docstrings with '\x...' chars to raw strings | Jeff Epler | |
| Closes: #3032 | |||
| 2020-06-14 | docs: Generate redirects for autoapi renaming | Jeff Epler | |
| 2020-06-14 | docs: conf.py: alphabetize imports | Jeff Epler | |
| 2020-06-14 | docs: Improve 5.0.x <-> main branch doc linkrot | Jeff Epler | |
| This improves, but does not entirely fix, the broken links that result from the autoapi change. It fixes module-level links, but class links still do not work (e.g., /shared-bindings/displayio/Palette.html (5.0.x) is now just /shared-bindings/displayio/#displayio.Palette). | |||
| 2020-06-11 | Merge pull request #3027 from DavePutz/Issue3014 | Scott Shawcroft | |
| Issue #3014 Add a refresh when making a displayio palette transparent or opaque | |||
| 2020-06-11 | Merge remote-tracking branch 'upstream/main' into stm32-i2cspeed | Lucian Copeland | |
| 2020-06-11 | Merge pull request #3025 from hierophect/stm32-f7-startup | Scott Shawcroft | |
| STM32: Add DTCM and ITCM support to F7 series | |||
| 2020-06-11 | Move I2C speed to clock-style definition | Lucian Copeland | |
| 2020-06-10 | Issue #3014 - refresh after changing to transparent | DavePutz | |
| Adding self->needs_refresh = true; in common_hal_displayio_palette_make_opaque() and common_hal_displayio_palette_make_transparent() | |||
| 2020-06-10 | Merge pull request #7 from adafruit/main | DavePutz | |
| update fork | |||
| 2020-06-10 | Add macros for setting correct F7 and H7 I2C timing | Lucian Copeland | |
| 2020-06-10 | Merge branch 'stm32-f7-startup' into stm32-i2cspeed | Lucian Copeland | |
