| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-01 | Merge pull request #4267 from dhalbert/rp2040-digitalinout-fixes | Scott Shawcroft | |
| RP2040: change DigitalInOut direction only when necessary; strong drive strength | |||
| 2021-03-01 | protomatter: get an rp2 fix by updating | Jeff Epler | |
| 2021-03-01 | Update QT Py flash size | Scott Shawcroft | |
| 2021-03-01 | Update Feather RP2040 to 8MB | Scott Shawcroft | |
| 2021-03-01 | Fix formatting in SPI docs | ajs256 | |
| Close #4293 by changing `..note::` to `.. note::`. | |||
| 2021-03-01 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-01 | 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-01 | Translated using Weblate (Swedish) | Jonny Bergdahl | |
| Currently translated at 100.0% (970 of 970 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/ | |||
| 2021-03-01 | Translated using Weblate (Portuguese (Brazil)) | Wellington Terumi Uemura | |
| Currently translated at 100.0% (970 of 970 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/ | |||
| 2021-03-01 | Merge pull request #4278 from kmatch98/blit_self | Jeff Epler | |
| fix two off by one errors | |||
| 2021-03-01 | spresense: return the correct value for Analog In | Kamil Tomaszewski | |
| 2021-03-01 | 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-01 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-03-01 | Translated using Weblate (Spanish) | Jose David M | |
| Currently translated at 100.0% (970 of 970 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/ | |||
| 2021-02-28 | Merge pull request #4277 from adafruit/tannewt-patch-1 | Dan Halbert | |
| Typo fix: direcion -> direction | |||
| 2021-02-28 | Deleted translation using Weblate (Abkhazian) | Dan Halbert | |
| 2021-02-28 | Added translation using Weblate (Abkhazian) | Dan Halbert | |
| 2021-02-28 | Use uint16 for temporary variables in displayio.TileGrid | Radomir Dopieralski | |
| Should fix #4284 | |||
| 2021-02-27 | Added counters per slice | gamblor21 | |
| 2021-02-27 | Separate out mp_obj_list_insert for use in display.Group | Radomir Dopieralski | |
| Note that for some reason this makes the binary 500 bytes larger! | |||
| 2021-02-27 | Remove max_size from displayio.Group | Radomir Dopieralski | |
| Still accept it as an argument. Add deprecation note. | |||
| 2021-02-27 | Remove unused typedef for group children | Radomir Dopieralski | |
| 2021-02-27 | Add displayio.Group.sort() method | Radomir Dopieralski | |
| 2021-02-27 | Separate mp_obj_list_pop so it can be used outside of objlist.c | Radomir Dopieralski | |
| 2021-02-27 | Replace displaio.Group.children with a python list | Radomir Dopieralski | |
| This is a first go at it, done by naive replacing of all array operations with corresponding operations on the list. Note that there is a lot of unnecessary type conversions, here. Also, list_pop has been copied, because it's decalerd STATIC in py/objlist.h | |||
| 2021-02-27 | displaio: don't store group children native object | Radomir Dopieralski | |
| Since we want to expose the list of group's children to the user, we should only have the original objects in it, without any other additional data, and compute the native object as needed. | |||
| 2021-02-27 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-02-27 | Translated using Weblate (Swedish) | Jonny Bergdahl | |
| Currently translated at 100.0% (970 of 970 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/ | |||
| 2021-02-27 | Translated using Weblate (Portuguese (Brazil)) | Wellington Terumi Uemura | |
| Currently translated at 100.0% (970 of 970 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/ | |||
| 2021-02-27 | Merge pull request #4283 from pewpew-game/usb-msc-disable | Dan Halbert | |
| Fix for CIRCUITPY_USB_MSC=0 | |||
| 2021-02-27 | Fix for CIRCUITPY_USB_MSC=0 | Radomir Dopieralski | |
| Avoid undefined functions when MSC is disabled. | |||
| 2021-02-26 | Removed more includes | root | |
| 2021-02-26 | Removed unecessary includes | root | |
| 2021-02-26 | Changed reset_rp2pio_statemachine to clean up any PIO interrupts. | root | |
| 2021-02-26 | translation update | Scott Shawcroft | |
| 2021-02-26 | fix two off by one errors | Kevin Matocha | |
| 2021-02-26 | translation update | Scott Shawcroft | |
| 2021-02-27 | Update StateMachine.c | Jonny Bergdahl | |
| Changed woring to use max instead | |||
| 2021-02-26 | Typo fix: direcion -> direction | Scott Shawcroft | |
| 2021-02-26 | 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-02-26 | Merge pull request #4224 from microDev1/busio-uart-rp | Scott Shawcroft | |
| RP2040: Support for UART | |||
| 2021-02-26 | need to gpio_set_dir() at some point | Dan Halbert | |
| 2021-02-26 | Requested changes | root | |
| 2021-02-26 | Turn off GC opt on catwan_usbstick | Scott Shawcroft | |
| 2021-02-26 | Merge pull request #4253 from tannewt/rp2040_fix_pwm_reuse | Scott Shawcroft | |
| Fix second shared PWM | |||
| 2021-02-26 | Merge pull request #4274 from weblate/weblate-circuitpython-main | Scott Shawcroft | |
| Translations update from Weblate | |||
| 2021-02-26 | Merge remote-tracking branch 'adafruit/main' into busio-uart-rp | Scott Shawcroft | |
| 2021-02-26 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-02-26 | Merge pull request #4270 from tannewt/rp2040_feather_pinout | Limor "Ladyada" Fried | |
| Update RP2040 Feather pinout for production rev | |||
| 2021-02-26 | Merge remote-tracking branch 'origin/main' into update-protomatter-rp2 | Jeff Epler | |
