| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-29 | Merge pull request #4490 from weblate/weblate-circuitpython-main | Jeff Epler | |
| Translations update from Weblate | |||
| 2021-03-29 | Translated using Weblate (Chinese (Pinyin)) | hexthat | |
| Currently translated at 100.0% (970 of 970 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/ | |||
| 2021-03-27 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-27 | Merge pull request #4468 from jepler/metro-m7-dup-pins | Jeff Epler | |
| remove duplicate RX/TX pin lines | |||
| 2021-03-27 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-26 | Merge pull request #4486 from kmatch98/displayio_area_expand | Dan Halbert | |
| `displayio` and `vectorio`: move to displayio_area_union and away from _expand | |||
| 2021-03-27 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-26 | Merge pull request #4499 from dhalbert/rp2040-lengthen-sda-tx-hold-time | Limor "Ladyada" Fried | |
| Length RP2040 I2C SDA hold time | |||
| 2021-03-27 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-26 | Merge pull request #4497 from jepler/spi-enhancements | Limor "Ladyada" Fried | |
| Spi enhancements | |||
| 2021-03-26 | Incorporate https://github.com/adafruit/pico-sdk/pull/2 | Dan Halbert | |
| 2021-03-26 | run uncrustify | Jeff Epler | |
| 2021-03-26 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-26 | Merge pull request #4487 from jepler/fix-spi-gaps | Jeff Epler | |
| Fix spi gaps | |||
| 2021-03-26 | adafruit_bus_device: SPIDevice: Fix so it works with bitbangio.SPI | Jeff Epler | |
| .. by calling methods, same as we did for I2C | |||
| 2021-03-26 | bitbangio.SPI.read: Support write_value, fix some other nits | Jeff Epler | |
| 2021-03-26 | Parenthesize double-division for clarity | Jeff Epler | |
| 2021-03-26 | mimxrt10xx: Use the proper "betweenTransferDelay" (et al) values | Jeff Epler | |
| Set the betweenTransferDelay to the SCK low-time, to avoid long pauses between bytes (transfers) while preventing the last SCK cycle in a byte from being a runt pulse. Compared to an earlier revision of this change, which just set the delays all to zero, this doesn't break using an AirLift, which was sensitive to the runt pulses (the simple loopback-wire test didn't detect the problem) | |||
| 2021-03-26 | mimxrt10xx: Factor out "transfer_common" | Jeff Epler | |
| .. and set the "MasterPcsContinuous" flag, which removes some of the gap between bytes of a single SPI transaction | |||
| 2021-03-26 | Freeze ESP32SPI into mimxrt1011_evk | Jeff Epler | |
| .. so that it is more conveniently like the metro m7 for my testing | |||
| 2021-03-26 | mimxrt10xx: busio: cap SPI baudrate at 30MHz per datasheet | Jeff Epler | |
| 2021-03-26 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-25 | Merge pull request #4378 from Gadgetoid/patch-remove-rp2040-i2c-bitbang | Dan Halbert | |
| RP2040: Remove short-write bitbang from I2C | |||
| 2021-03-26 | Translated using Weblate (English (United Kingdom)) | Gareth Coleman | |
| Currently translated at 99.5% (966 of 970 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/ | |||
| 2021-03-25 | Merge pull request #4481 from tannewt/external_devices | Scott Shawcroft | |
| Switch devices.h to nvm.toml data | |||
| 2021-03-25 | Fix devices include by splitting type from defines | Scott Shawcroft | |
| 2021-03-25 | Fix 16MB Winbond names | Scott Shawcroft | |
| 2021-03-25 | Merge pull request #4484 from kmatch98/vector_fix | Scott Shawcroft | |
| Corrects vectorio.Rectangle size dimensions | |||
| 2021-03-25 | Switch devices.h to nvm.toml data | Scott Shawcroft | |
| 2021-03-25 | remove duplicated code, replace with displayio_area_canon | Kevin Matocha | |
| 2021-03-25 | move to displayio_area_union and away from _expand | Kevin Matocha | |
| 2021-03-25 | Merge pull request #4474 from jepler/fix-spi-frequency | Scott Shawcroft | |
| mimxrt: SPI: Set the TCR value returned by MasterBaudSetRate | |||
| 2021-03-25 | Merge pull request #4480 from tannewt/raspberrypi_link_line_length | Limor "Ladyada" Fried | |
| Use GCC @file to shorten linker command length | |||
| 2021-03-25 | correct rectangle size dimensions | Kevin Matocha | |
| 2021-03-25 | Merge pull request #4483 from Neradoc/implement-issue-4470 | Jeff Epler | |
| Implement issue #4470 | |||
| 2021-03-25 | sort languages in a way that is not case sensitive | Neradoc | |
| 2021-03-24 | implement issue #4470 | Neradoc | |
| move the language allow list to generate_download_info() and use it there too | |||
| 2021-03-24 | Use GCC @file to shorten linker command length | Scott Shawcroft | |
| This hopefully fixes linking on Windows with cmd.exe | |||
| 2021-03-24 | mimxrt: SPI: Set the TCR value returned by MasterBaudSetRate | Jeff Epler | |
| without this, the baud rate could be wrong; in my testing, it was low by a factor of 2 when requesating baudrate=1_000_000 (1MHz). When passing the baudrate in to LPSPI_MasterInit, the setting is made automatically, but LPSPI_MAster_SetBaudRate just returns it via the out-parameter tcrPrescaleValue. | |||
| 2021-03-23 | remove duplicate RX/TX pin lines | Jeff Epler | |
| 2021-03-23 | Merge pull request #4446 from tannewt/rp2040_flash | Dan Halbert | |
| Switch RP2040 flash settings to nvm.toml | |||
| 2021-03-23 | Merge pull request #4397 from tyomitch/patch-1 | Jeff Epler | |
| [spi_flash] handle reentrance gracefully | |||
| 2021-03-23 | Merge pull request #4465 from anecdata/udp_server | Lucian Copeland | |
| swap recvfrom_into() port byte-order | |||
| 2021-03-23 | Improve Winbond naming and correct board settings | Scott Shawcroft | |
| 2021-03-23 | [spi_flash] handle reentrance gracefully | Artyom Skrobov | |
| Report failure instead of deadlocking the device | |||
| 2021-03-22 | swap recvfrom_into() port byte-order | anecdata | |
| 2021-03-22 | Checkout before installing deps | Scott Shawcroft | |
| 2021-03-22 | Merge pull request #4464 from kmatch98/transform_fix | Scott Shawcroft | |
| update logic for displayio.TileGrid's transform_xy | |||
| 2021-03-22 | Merge pull request #4462 from jepler/disable-usb-cdc | Scott Shawcroft | |
| storage: Correct when we check for USB mounts | |||
| 2021-03-22 | Merge remote-tracking branch 'adafruit/main' into rp2040_flash | Scott Shawcroft | |
