Commit Graph

25289 Commits

Author SHA1 Message Date
Dan Halbert 75f1019436 Merge remote-tracking branch 'adafruit/main' into hid-boot-protocol 2021-10-13 09:40:45 -04:00
Scott Shawcroft ec335c1210
Merge pull request #5459 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-10-12 10:54:55 -07:00
Wellington Terumi Uemura 3b72ab2f92
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1013 of 1013 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-10-12 18:04:53 +02:00
Limor "Ladyada" Fried 1099716986
Merge pull request #5457 from jepler/espressif-cam-missed-frame
eespressif: ParallelImageCapture: keep peripheral running
2021-10-11 20:25:18 -04:00
Jeff Epler 6abb7dd461 eespressif: ParallelImageCapture: keep peripheral running
Otherwise, a lot of frames were being dropped, leading to a low framerate
in the "directio" demo for OV5640 cameras
2021-10-11 15:37:57 -05:00
microDev 9d952920b9
Merge pull request #5455 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-10-11 17:48:13 +05:30
Jonny Bergdahl 022909b708
Translated using Weblate (Swedish)
Currently translated at 100.0% (1013 of 1013 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-10-11 11:40:13 +02:00
Dan Halbert 858709031b
Merge pull request #5454 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-10-10 14:26:13 -04:00
Hosted Weblate 7011d46f7b
Update translation files
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-10-10 18:34:26 +02:00
Jeff Epler db20e05c3e
Merge pull request #5452 from microDev1/patch
Use `mp_arg_validate_type` for keyword args
2021-10-10 11:34:18 -05:00
Jeff Epler 797f0a1ed7
Merge pull request #5450 from FoamyGuy/none_check_fourwire
Fix `FourWire` and `I2CDisplay` argument validation
2021-10-10 05:35:26 -05:00
microDev 1977011cfd
use `mp_arg_validate_type` for keyword args 2021-10-10 15:28:35 +05:30
foamyguy b799b2e846 fix spi include in fourwire. validate i2c_bus in I2CDisplay 2021-10-09 16:31:45 -05:00
foamyguy e8a2e4a62b use mp_arg_validate_type instead of if None 2021-10-09 13:10:17 -05:00
foamyguy 6c00ab7c97 change error message 2021-10-09 12:36:28 -05:00
foamyguy d3317b002e check for None spi when initializing FourWire 2021-10-09 12:11:07 -05:00
microDev f13db0d0e2
Merge pull request #5446 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-10-09 15:28:51 +05:30
Hosted Weblate 7e9625bfe5
Merge remote-tracking branch 'origin/main' 2021-10-09 01:19:34 +02:00
Dan Halbert faea85b01d
Merge pull request #5447 from pewpew-game/stage-scroll
Stage: add support for viewport scrolling
2021-10-08 19:19:29 -04:00
Hosted Weblate 09b9074187
Merge remote-tracking branch 'origin/main' 2021-10-09 00:20:06 +02:00
Dan Halbert 4c45364dca
Merge pull request #5442 from jpconstantineau/board-xiao-kb
Add new board variant: Seeed XIAO targeted for Keyboards/HID Devices
2021-10-08 18:19:58 -04:00
Radomir Dopieralski caa3d3726f Stage: add support for viewport scrolling 2021-10-09 00:05:49 +02:00
Hosted Weblate 202d55bd81
Merge remote-tracking branch 'origin/main' 2021-10-08 18:52:45 +02:00
Jonny Bergdahl 6d38c14243
Translated using Weblate (Swedish)
Currently translated at 100.0% (1023 of 1023 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-10-08 18:52:45 +02:00
Scott Shawcroft 6d2114bed7
Merge pull request #5439 from dhalbert/fix-min-pos-args
Fix n_args_min on many MP_DEFINE_CONST_FUN_OBJ_KW()
2021-10-08 09:52:39 -07:00
Wellington Terumi Uemura 9404fe2d81
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1023 of 1023 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-10-08 18:30:03 +02:00
Hosted Weblate 37ab970126
Update translation files
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-10-08 17:59:15 +02:00
Hosted Weblate 55154c1402
Merge remote-tracking branch 'origin/main' 2021-10-08 17:59:12 +02:00
Jonny Bergdahl 3c3051e0d7
Translated using Weblate (Swedish)
Currently translated at 100.0% (1022 of 1022 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-10-08 17:59:12 +02:00
Dan Halbert e174de8ed3
Merge pull request #5443 from dhalbert/time.monotonic-doc
Add precision info to time.monotonic() documentation
2021-10-08 11:59:04 -04:00
Dan Halbert f0e2945747 clarify RP2040 IncrementalEncoder sequential pin message 2021-10-08 10:40:58 -04:00
Dan Halbert d0b2544f88 Add precision info to time.monotonic() 2021-10-08 10:21:35 -04:00
Pierre Constantineau 37d3adfe4f updated PID from Seeed provided VID/PID 2021-10-08 07:15:18 -06:00
microDev f6681ef930
Merge pull request #5438 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-10-08 15:35:08 +05:30
Hosted Weblate be22348761
Merge remote-tracking branch 'origin/main' 2021-10-08 06:03:32 +02:00
Wellington Terumi Uemura a5f1897d05
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1022 of 1022 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-10-08 06:03:32 +02:00
microDev 87ab670a6d
Merge pull request #5441 from jpconstantineau/Nordic-PCA10100-update
changing MICROPY_HW_BOARD_NAME from Dongle to DK
2021-10-08 09:33:25 +05:30
Pierre Constantineau 002383691c changing MICROPY_HW_BOARD_NAME from Dongle to DK 2021-10-07 21:57:04 -06:00
Dan Halbert 431e784a7e big cleanup of SPI and I2C doc; fix arg names on SPI 2021-10-07 21:25:52 -04:00
Dan Halbert b48bb75e24 change len(buffer) to sys.maxsize; must import sys 2021-10-07 18:15:37 -04:00
Dan Halbert 1acafbf675 Fix n_args_min on many MP_DEFINE_CONST_FUN_OBJ_KW() 2021-10-07 16:55:19 -04:00
Dan Halbert 8b97ad1b7e remove unused self in usb_hid_enable 2021-10-07 14:37:57 -04:00
Hosted Weblate 7d56425cf3
Update translation files
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-10-07 19:08:41 +02:00
Hosted Weblate a219686b8a
Merge remote-tracking branch 'origin/main' 2021-10-07 19:08:39 +02:00
Scott Shawcroft 75db5a21a7
Merge pull request #5392 from dhalbert/report-id-0
allow usb_hid.Device(..., report_ids=(0,), ...)
2021-10-07 10:08:35 -07:00
Hosted Weblate ed35b3a8fd
Update translation files
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-10-07 19:07:55 +02:00
Scott Shawcroft df10543bee
Merge pull request #3768 from microDev1/i2c-S2
ESP32S2: Support for i2cperipheral
2021-10-07 10:07:47 -07:00
microDev 620ef26385
Merge pull request #5437 from pewpew-game/stage-picosystem
PicoSystem: freeze the Stage library
2021-10-07 21:38:14 +05:30
Jeff Epler 14ec6b70cf
Merge pull request #5403 from blues/add-strm32l4t5-swan-support
stm32l4r5 Swan support
2021-10-07 11:00:59 -05:00
Radomir Dopieralski d76eda153b PicoSystem: freeze the Stage library 2021-10-07 15:01:18 +02:00