summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-01Merge pull request #4267 from dhalbert/rp2040-digitalinout-fixesScott Shawcroft
RP2040: change DigitalInOut direction only when necessary; strong drive strength
2021-03-01protomatter: get an rp2 fix by updatingJeff Epler
2021-03-01Update QT Py flash sizeScott Shawcroft
2021-03-01Update Feather RP2040 to 8MBScott Shawcroft
2021-03-01Fix formatting in SPI docsajs256
Close #4293 by changing `..note::` to `.. note::`.
2021-03-01Merge remote-tracking branch 'origin/main' into mainHosted Weblate
2021-03-01Translated 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-01Translated 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-01Translated 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-01Merge pull request #4278 from kmatch98/blit_selfJeff Epler
fix two off by one errors
2021-03-01spresense: return the correct value for Analog InKamil Tomaszewski
2021-03-01Update 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/
2021-03-01Merge remote-tracking branch 'origin/main' into mainHosted Weblate
2021-03-01Translated 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-28Merge pull request #4277 from adafruit/tannewt-patch-1Dan Halbert
Typo fix: direcion -> direction
2021-02-28Deleted translation using Weblate (Abkhazian)Dan Halbert
2021-02-28Added translation using Weblate (Abkhazian)Dan Halbert
2021-02-28Use uint16 for temporary variables in displayio.TileGridRadomir Dopieralski
Should fix #4284
2021-02-27Added counters per slicegamblor21
2021-02-27Separate out mp_obj_list_insert for use in display.GroupRadomir Dopieralski
Note that for some reason this makes the binary 500 bytes larger!
2021-02-27Remove max_size from displayio.GroupRadomir Dopieralski
Still accept it as an argument. Add deprecation note.
2021-02-27Remove unused typedef for group childrenRadomir Dopieralski
2021-02-27Add displayio.Group.sort() methodRadomir Dopieralski
2021-02-27Separate mp_obj_list_pop so it can be used outside of objlist.cRadomir Dopieralski
2021-02-27Replace displaio.Group.children with a python listRadomir 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-27displaio: don't store group children native objectRadomir 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-27Merge remote-tracking branch 'origin/main' into mainHosted Weblate
2021-02-27Translated 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-27Translated 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-27Merge pull request #4283 from pewpew-game/usb-msc-disableDan Halbert
Fix for CIRCUITPY_USB_MSC=0
2021-02-27Fix for CIRCUITPY_USB_MSC=0Radomir Dopieralski
Avoid undefined functions when MSC is disabled.
2021-02-26Removed more includesroot
2021-02-26Removed unecessary includesroot
2021-02-26Changed reset_rp2pio_statemachine to clean up any PIO interrupts.root
2021-02-26translation updateScott Shawcroft
2021-02-26fix two off by one errorsKevin Matocha
2021-02-26translation updateScott Shawcroft
2021-02-27Update StateMachine.cJonny Bergdahl
Changed woring to use max instead
2021-02-26Typo fix: direcion -> directionScott Shawcroft
2021-02-26Update 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/
2021-02-26Merge pull request #4224 from microDev1/busio-uart-rpScott Shawcroft
RP2040: Support for UART
2021-02-26need to gpio_set_dir() at some pointDan Halbert
2021-02-26Requested changesroot
2021-02-26Turn off GC opt on catwan_usbstickScott Shawcroft
2021-02-26Merge pull request #4253 from tannewt/rp2040_fix_pwm_reuseScott Shawcroft
Fix second shared PWM
2021-02-26Merge pull request #4274 from weblate/weblate-circuitpython-mainScott Shawcroft
Translations update from Weblate
2021-02-26Merge remote-tracking branch 'adafruit/main' into busio-uart-rpScott Shawcroft
2021-02-26Merge remote-tracking branch 'origin/main' into mainHosted Weblate
2021-02-26Merge pull request #4270 from tannewt/rp2040_feather_pinoutLimor "Ladyada" Fried
Update RP2040 Feather pinout for production rev
2021-02-26Merge remote-tracking branch 'origin/main' into update-protomatter-rp2Jeff Epler