| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-16 | Translated using Weblate (French) | Noel Gaetan | |
| Currently translated at 98.8% (964 of 975 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/ | |||
| 2021-03-16 | Translated using Weblate (German) | Daniel Glocker | |
| Currently translated at 80.3% (783 of 975 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/ | |||
| 2021-03-15 | Merge pull request #4410 from jepler/update-ulab-dot | Scott Shawcroft | |
| Update ulab | |||
| 2021-03-15 | Merge pull request #4412 from kamtom480/spi_and_i2c | Scott Shawcroft | |
| spresense: minor changes for i2c, spi and uart | |||
| 2021-03-15 | ok it would be nice to know how to run it | Jeff Epler | |
| 2021-03-15 | cursory documentation of pre-commit | Jeff Epler | |
| 2021-03-15 | codeformat: Do search&replace without sed | Jeff Epler | |
| 2021-03-15 | Add back empty line | Scott Shawcroft | |
| 2021-03-15 | modifications by pre-commit | Jeff Epler | |
| 2021-03-15 | codeformat: use pathlib for correct(-er) processing of * vs ** in globs | Jeff Epler | |
| 2021-03-15 | codeformat: Run sed only on requested files | Jeff Epler | |
| When running from pre-commit, we believe the different invocations of sed were racing with each other, sometimes leaving zero-byte files in the filesystem (ow) | |||
| 2021-03-15 | codeformat: require filenames, filter them by include/exclude lists | Jeff Epler | |
| 2021-03-15 | codeformat: Exclude specified files even from commandline, for pre-commit | Jeff Epler | |
| 2021-03-15 | pre-commit: Have pre-commit pass the list of files to codeformat.py | Jeff Epler | |
| 2021-03-15 | Add Sourcegraph link and raspberrypi port | Scott Shawcroft | |
| 2021-03-15 | pre-commit: only run uncrustify if changed files are detected | Jeff Epler | |
| This adds the "no-run-if-empty" flag to the xargs invocation. Otherwise, if git diff names no files, the command is run once with no agument specified which leads to running on a default list of files that appears to include ignored files and files in submodules. I am uneasy about how this works (it means that `pre-commit run --all` doesn't actually check all files) but that's a separate issue. | |||
| 2021-03-15 | Merge pull request #4362 from microDev1/code-formatting | Jeff Epler | |
| Add code formatting and translations check | |||
| 2021-03-15 | update line numbering | microDev | |
| 2021-03-15 | spresense: empty rx uart fifo after initialization | Kamil Tomaszewski | |
| 2021-03-15 | spresens: configure pin mode for i2c and spi | Kamil Tomaszewski | |
| 2021-03-15 | added board configuration for Sparkfun ThingPlus RP2040 | mintakka | |
| 2021-03-15 | Update ulab | Jeff Epler | |
| 2021-03-15 | run code formatting script | microDev | |
| 2021-03-15 | update pre-commit | microDev | |
| - add formatting check - add translations check | |||
| 2021-03-14 | Merge pull request #4407 from jposada202020/RTC_doc_corrections | Jeff Epler | |
| RTC and Touchin docs changes | |||
| 2021-03-14 | Merge pull request #4406 from weblate/weblate-circuitpython-main | Jeff Epler | |
| Translations update from Weblate | |||
| 2021-03-14 | disable bitmaptools on over-full board | Jeff Epler | |
| 2021-03-15 | Translated using Weblate (French) | Hugo Dahl | |
| Currently translated at 98.4% (960 of 975 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/ | |||
| 2021-03-14 | fix docs | Jeff Epler | |
| 2021-03-14 | bitmaptools.readinto: Fix diagnostics on atmel-samd builds | Jeff Epler | |
| 2021-03-14 | RTC and Touchin docs changes | jposada202020 | |
| 2021-03-14 | Fixed initial settings for program_struct to allow more than 1 program per pio | root | |
| 2021-03-14 | make translate | Jeff Epler | |
| 2021-03-14 | Merge pull request #4402 from jposada202020/analogio_doc_corrections | Jeff Epler | |
| Change in documentation in Analogio | |||
| 2021-03-14 | Merge pull request #44 from adafruit/main | DavePutz | |
| Update from adafruit main | |||
| 2021-03-14 | bitmaptools: Add readinto | Jeff Epler | |
| When reading uncompressed bitmap data directly, readinto can work much more quickly than a Python-coded loop. On a Raspberry Pi Pico, I benchmarked a modified version of adafruit_bitmap_font's pcf reader which uses readinto instead of the existing code. My test font was a 72-point file created from Arial. This decreased the time to load all the ASCII glyphs from 4.9 seconds to just 0.44 seconds. While this attempts to support many pixel configurations (1/2/4/8/16/24/32 bpp; swapped words and pixels) only the single combination used by PCF fonts was tested. | |||
| 2021-03-14 | Change in documentation in Analogio | jposada202020 | |
| 2021-03-13 | Merge pull request #4395 from weblate/weblate-circuitpython-main | Jeff Epler | |
| Translations update from Weblate | |||
| 2021-03-13 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-13 | Merge pull request #4393 from tannewt/raise_default_flash_speed | Dan Halbert | |
| Speed up a bit more | |||
| 2021-03-13 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-12 | Merge pull request #4391 from tyomitch/patch-1 | Scott Shawcroft | |
| [vfs_fat_diskio] pdrv is not a drive number since f5f4cdae89 | |||
| 2021-03-13 | 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/ | |||
| 2021-03-12 | Merge pull request #4376 from kmatch98/displayio_bitmap | Scott Shawcroft | |
| add fill_region and draw_line to bitmap_tools | |||
| 2021-03-12 | Merge pull request #4262 from DavePutz/issue_4111 | Scott Shawcroft | |
| Issue 4111 - Implement pulseio(pulsein) for RP2040 | |||
| 2021-03-12 | Speed up a bit more | Scott Shawcroft | |
| 2021-03-12 | Added the correct files | DavePutz | |
| 2021-03-12 | Use StateMachine.c interrupt setup and simplify SM program | DavePutz | |
| 2021-03-12 | Merge pull request #4392 from tannewt/lower_default_flash_speed | Jeff Epler | |
| Lower default flash speed. | |||
| 2021-03-12 | Lower default flash speed. | Scott Shawcroft | |
| / 6 leads to ~40mhz. 2M and 4M have a max 0x03 read speed of 60mhz. If the divisor is / 4 then the speed is just over 60mhz. Fixes #4377 | |||
