| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-04 | Be cognizant of null transform for .transpose_xy | Dan Halbert | |
| 2021-03-04 | StateMachine.h: Add header for declaration of mcu_pin_obj_t typedef | Jeff Epler | |
| 2021-03-04 | PDMIn: Add missing deinit call | Jeff Epler | |
| 2021-03-04 | Merge pull request #4316 from microDev1/issue-template | Scott Shawcroft | |
| Add issue templates | |||
| 2021-03-04 | Merge pull request #4287 from pewpew-game/displayio-transpose-uint | Scott Shawcroft | |
| Use uint16 for temporary variables in displayio.TileGrid | |||
| 2021-03-04 | rp2pio: Add pins_are_sequential | Jeff Epler | |
| This can be used where the standard API calls for a list of pins, to check that they satisfy the requirements of the rp2pio state machine, e.g., ```python def __init__(self, pin_a, pin_b): if not rp2pio.pins_are_sequential([pin_a, pin_b]): raise ValueError("Pins must be sequential") ``` | |||
| 2021-03-04 | StateMachine: Add pull up/down for inputs | Jeff Epler | |
| 2021-03-04 | StateMachine: Add in_available property | Jeff Epler | |
| I named the property `in_available` because it is similar to pyserial. However, it indicates the number of words in the fifo, not the number of bytes. | |||
| 2021-03-04 | Merge pull request #4325 from microDev1/fix-wdt | Dan Halbert | |
| ESP32S2: Fix watchdog deinit | |||
| 2021-03-04 | Merge pull request #4327 from hathach/fix-4066-rp2040-hanged-tud_disconnect | Dan Halbert | |
| fix rp2040 use of tud_disconnect | |||
| 2021-03-04 | update tinyusb | hathach | |
| 2021-03-04 | rp2040 use normal usb_irq_handler() | hathach | |
| 2021-03-04 | fix watchdog deinit | microDev | |
| 2021-03-03 | Merge pull request #4317 from weblate/weblate-circuitpython-main6.2.0-beta.3 | Dan Halbert | |
| Translations update from Weblate | |||
| 2021-03-04 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-03 | Merge pull request #4322 from dhalbert/group-list-member-fix | Dan Halbert | |
| use self->members in displayio_group_set() | |||
| 2021-03-04 | Added translation using Weblate (English (United Kingdom)) | Jeff Epler | |
| 2021-03-03 | use self->members in displayio_group_set() | Dan Halbert | |
| 2021-03-03 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-03 | Merge pull request #4319 from jepler/feather-default-uart | Dan Halbert | |
| feather rp2040: enable default board.UART | |||
| 2021-03-03 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-03 | Translated using Weblate (Swedish) | Jonny Bergdahl | |
| Currently translated at 100.0% (974 of 974 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/ | |||
| 2021-03-03 | Merge pull request #4318 from dhalbert/update-idf-cache-id | Jeff Epler | |
| force a new idf-cache id to fix build issues | |||
| 2021-03-04 | Apply suggestions from code review | microDev | |
| 2021-03-03 | feather rp2040: enable default board.UART | Jeff Epler | |
| 2021-03-03 | force a new idf-cache id to fix build issues | Dan Halbert | |
| 2021-03-03 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-03 | Translated using Weblate (Portuguese (Brazil)) | Wellington Terumi Uemura | |
| Currently translated at 100.0% (974 of 974 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/ | |||
| 2021-03-03 | Merge pull request #4315 from dhalbert/rp2040-i2c-short-writes | Dan Halbert | |
| RP2040: Implement short I2C writes (2 bytes or less) using bitbangio | |||
| 2021-03-03 | Update mpconfigport.mk | DavePutz | |
| 2021-03-03 | Update call to rp2pio_statemachine_construct | DavePutz | |
| 2021-03-03 | 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-03 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-03 | Translated using Weblate (Swedish) | Jonny Bergdahl | |
| Currently translated at 100.0% (971 of 971 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/ | |||
| 2021-03-03 | Merge pull request #4254 from gamblor21/rp2040_countio | Scott Shawcroft | |
| Rp2040 countio | |||
| 2021-03-03 | Merge pull request #4265 from DavePutz/pio_soft_reset | Scott Shawcroft | |
| Clear out PIOs and State Machines on RP2040 soft reset | |||
| 2021-03-03 | Merge pull request #4313 from weblate/weblate-circuitpython-main | Scott Shawcroft | |
| Translations update from Weblate | |||
| 2021-03-03 | add .github to exclusions | microDev | |
| 2021-03-03 | add 1sec timeouts for I2C read and write | Dan Halbert | |
| 2021-03-03 | add issue templates | microDev | |
| 2021-03-02 | Merge pull request #42 from adafruit/main | DavePutz | |
| Update from adafruit main | |||
| 2021-03-02 | Fixed merge | gamblor21 | |
| 2021-03-02 | works on nearly all sensors | Dan Halbert | |
| 2021-03-03 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-02 | Merge pull request #4312 from jepler/feather-rp2040-led | Dan Halbert | |
| feather rp2040: add board.LED | |||
| 2021-03-02 | Update mpconfigport.mk | DavePutz | |
| 2021-03-02 | Update mpconfigport.mk | DavePutz | |
| 2021-03-02 | Update mpconfigport.mk to get builds working | DavePutz | |
| 2021-03-02 | Update PulseIn.c | DavePutz | |
| 2021-03-02 | Merge branch 'main' into rp2040_countio | Mark | |
