summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-22flash: Correctly signal error on invalid flash readJeff Epler
This logic was intended to mirror what is done for "write", but the wrong variable name was repeated twice.
2020-06-22Merge pull request #3057 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2020-06-22Update translation filesHosted 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-22Translated 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-22Merge pull request #3056 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2020-06-22Translated 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-21Rework handling of ctrl-c interruptDavePutz
2020-06-19Generate stacktrace and reset exception for ctrl-c interruptDavePutz
Added code in mp_hal_delay_ms() to generate stacktrace and reset exception for ctrl-c interrupt
2020-06-19Moved changes to supervisor/shared/tick.cDavePutz
2020-06-19Merge pull request #3041 from weblate/weblate-circuitpython-masterJeff Epler
Translations update from Weblate
2020-06-19delay 1ms on SAMD51 when reading processor voltageDan Halbert
2020-06-19removed trailing whitespaceDavePutz
2020-06-19Update __init__.cDavePutz
2020-06-19Added stack trace after a sleep ctrl-c interruptDavePutz
2020-06-19Added the new assigned VID/PID pairFlorin Trutiu
2020-06-19loc_ber_m4_base_boardFlorin Trutiu
2020-06-18Fixes issue with memory alignment in STM32Mark 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-17Translated 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-17Merge pull request #3039 from hierophect/stm32-meowbit-uf2-webScott Shawcroft
STM32: make Meowbit default to UF2 on website
2020-06-16Merge pull request #9 from adafruit/mainDavePutz
update from adafruit
2020-06-16Handle a sleep exit with ctrl-cDavePutz
2020-06-16Merge pull request #3036 from dhalbert/prefix-match-allScott Shawcroft
Fix ScanEntry prefix matching for any=False
2020-06-16Merge pull request #3031 from jepler/improve-shared-bindings-linksScott Shawcroft
docs: Improve 5.0.x <-> main branch doc linkrot
2020-06-16Merge pull request #3040 from hierophect/stm32-portd-hotfixScott Shawcroft
STM32: Add port D to LQFP64
2020-06-16Add port D to LQFP64Lucian Copeland
2020-06-16Add meowbit UF2 download override to websiteLucian Copeland
2020-06-15supervisor.mk: Compute what USB_DEVICES should be, and check it against what ↵Jeff Epler
it is
2020-06-15remove debugging printsDan Halbert
2020-06-15Merge pull request #3035 from jepler/simplify-checkoutScott Shawcroft
actions: Try checkout v2.2.0
2020-06-15Merge pull request #3033 from jepler/actions-doc-artifactScott Shawcroft
actions: upload artifacts for stubs & docs
2020-06-15docs: conf.py: Remove an irrelevant TODOJeff 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-15Merge pull request #3026 from hierophect/stm32-i2cspeedScott Shawcroft
STM32: Add I2C timing to the F7 and H7 board profile
2020-06-15Merge pull request #8 from adafruit/mainDavePutz
update from adafruit
2020-06-15Fix ScanEntry prefix matching for allDan Halbert
2020-06-15cxd56: Disable HID and MIDIJeff Epler
These are already disabled via the USB_DEVICES setting, but the code is included anyway.
2020-06-15cxd56: Sort the configuration settingsJeff Epler
2020-06-15Revert I2C timing overrides, reduce scope to module onlyLucian Copeland
2020-06-14actions: Try checkout v2.2.0Jeff 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-14shared-bindings: Change docstrings with '\x...' chars to raw stringsJeff Epler
Closes: #3032
2020-06-14docs: Generate redirects for autoapi renamingJeff Epler
2020-06-14docs: conf.py: alphabetize importsJeff Epler
2020-06-14docs: Improve 5.0.x <-> main branch doc linkrotJeff 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-11Merge pull request #3027 from DavePutz/Issue3014Scott Shawcroft
Issue #3014 Add a refresh when making a displayio palette transparent or opaque
2020-06-11Merge remote-tracking branch 'upstream/main' into stm32-i2cspeedLucian Copeland
2020-06-11Merge pull request #3025 from hierophect/stm32-f7-startupScott Shawcroft
STM32: Add DTCM and ITCM support to F7 series
2020-06-11Move I2C speed to clock-style definitionLucian Copeland
2020-06-10Issue #3014 - refresh after changing to transparentDavePutz
Adding self->needs_refresh = true; in common_hal_displayio_palette_make_opaque() and common_hal_displayio_palette_make_transparent()
2020-06-10Merge pull request #7 from adafruit/mainDavePutz
update fork
2020-06-10Add macros for setting correct F7 and H7 I2C timingLucian Copeland
2020-06-10Merge branch 'stm32-f7-startup' into stm32-i2cspeedLucian Copeland