Hosted Weblate
047d958c43
Merge remote-tracking branch 'origin/main'
2022-08-29 21:01:42 +02:00
Dan Halbert
142c3a4fb9
Merge pull request #6831 from jepler/issue8628
...
Check uniqueness of creatorid:creationid
2022-08-29 15:01:35 -04:00
Boran Roni
6ec5ae1d86
Translated using Weblate (Turkish)
...
Currently translated at 13.1% (132 of 1003 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/tr/
2022-08-29 20:20:41 +02:00
Maxime Leroy
72fe1a95f6
Translated using Weblate (French)
...
Currently translated at 99.6% (999 of 1003 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2022-08-29 20:20:41 +02:00
Dan Halbert
371e544a92
Merge pull request #6823 from pypewpew/ugame10-fix
...
Fix ugame.py for the ugame10 board
2022-08-29 12:34:02 -04:00
Dan Halbert
af07a74422
Merge pull request #6826 from MicroDev1/main
...
Update formatting of `LICENSE` and clean-up
2022-08-29 12:31:49 -04:00
Dan Halbert
98cc46e784
Merge pull request #6834 from DavePutz/issue_6565
...
Make PulseIn object long-lived
2022-08-28 19:00:49 -04:00
Jeff Epler
2c6f57be5e
Update ports/espressif/common-hal/esp32_camera/Camera.c
...
Co-authored-by: Mark <56205165+gamblor21@users.noreply.github.com>
2022-08-28 16:46:50 -05:00
root
44a5ca2f85
Make pulsein object long-lived
2022-08-28 12:07:26 -05:00
root
09dd2294f6
Make Pulsein long-lived
2022-08-28 12:00:48 -05:00
Dan Halbert
e85cde0511
Merge pull request #6833 from rshah713/main
...
Fix typos and grammar in design_guide
2022-08-28 11:12:34 -04:00
Rohan Shah
ceada2655a
Remove article for general functionality
2022-08-28 10:59:23 -04:00
Rohan Shah
d476de1a04
Fix typos and grammar in design_guide
2022-08-28 10:44:18 -04:00
Jeff Epler
cb202ea344
Check uniqueness of creatorid:creationid
...
Turns out we already have one duplicate, so I 'endorsed' it, but probably
one should be reassigned.
Closes : #8628
2022-08-27 21:32:58 -05:00
microDev
62548db6fb
update formatting of LICENSE and clean-up
2022-08-27 14:47:10 +05:30
Dan Halbert
4b065c40d3
Merge pull request #6822 from jepler/update-pico-sdk
...
bump pico-sdk to 1.4.0
2022-08-26 20:48:40 -04:00
Radomir Dopieralski
0a0c03c3d2
Fix ugame.py for the ugame10 board
...
It was still trying to use the gamepad module, and there was a typo
2022-08-26 17:07:44 +02:00
Jeff Epler
ebd58155f2
bump pico-sdk to 1.4.0
2022-08-26 09:54:16 -05:00
Jeff Epler
dc27fb967d
error at runtime if no psram actually reserved
2022-08-26 09:27:50 -05:00
Jeff Epler
9f22e75e5e
error if camera is configured but no psram
2022-08-26 09:27:50 -05:00
Jeff Epler
8ed6a6135a
Disable camera on boards without psram
2022-08-26 09:27:50 -05:00
Dan Halbert
aa5f892a11
Merge pull request #6810 from maximkulkin/usb-hid-get-last-report-doc
...
shared-bindings/usb_hid: Fix docs for Device.get_last_received_report()
2022-08-25 07:55:59 -04:00
Dan Halbert
83838fc4fd
Merge pull request #6798 from DavePutz/issue_6735
...
Fix handling of zero-length pulseout pulse
2022-08-25 07:49:28 -04:00
MicroDev
48967ed725
Merge pull request #6802 from dhalbert/remove-last_received_report-property
...
remove usb_hid.Device.last_received_report
2022-08-25 12:19:07 +05:30
MicroDev
073fc9d986
Merge pull request #6814 from tekktrik/doc/fix-typing
...
Fix type annotation in adafruit_bus_device.SPIDevice.__init__()
2022-08-25 12:11:38 +05:30
Mark
aaf96653ce
Merge pull request #6807 from makermelissa/main
...
Allow Move/Rename to be called from localhost
2022-08-24 20:52:37 -05:00
Alec Delaney
c395e0d217
Fix type annotation in adafruit_bus_device.SPIDevice.__init__()
2022-08-24 20:48:32 -04:00
Maxim Kulkin
76ce46a530
shared-bindings/usb_hid: Fix docs for Device.get_last_received_report()
...
Update documentation for Device.get_last_received_report() fixing
type signature and adding note on "consume" behavior.
2022-08-24 17:59:14 -04:00
Melissa LeBlanc-Williams
1ae4d881fd
Allow Move/Rename to be called from localhost
2022-08-24 14:50:42 -07:00
Dan Halbert
fa5fcb612d
remove usb_hid.Device.last_received_report
2022-08-24 08:56:48 -04:00
Dan Halbert
b481411541
Merge pull request #6767 from maximkulkin/usb-hid-get-last-report-fix
...
shared-module/usb_hid: Fix behavior of Device.get_last_received_report()
2022-08-24 08:51:35 -04:00
Maxim Kulkin
aab5fac67b
shared-module/usb_hid: Fix behavior of Device.get_last_received_report()
...
Documentation states that get_last_received_report() function should
return None if there was no report received previously, otherwise it
should return report. Moreover, same report should be returned only
once. That makes it possible to reliably process incoming OUT/Feature
reports.
This patch adds an array that stores flags if report with particular
ID was received and updates get_last_received_report() to match its
documentation.
2022-08-24 01:34:51 -04:00
Dan Halbert
4ae97bec68
Merge pull request #6797 from jepler/issue6796
...
hashlib: fix the 'digest_size' property
2022-08-23 18:39:33 -04:00
DavePutz
c00a630f50
Update PulseOut.c
...
reorder the tests for zero-length
2022-08-23 15:58:27 -05:00
root
3daebb36c3
Fix handling of zero-length pulseout pulse
2022-08-23 15:17:54 -05:00
Jeff Epler
e920c977d4
hashlib: fix the 'digest_size' property
...
Closes : #6796
2022-08-23 14:57:26 -05:00
Jeff Epler
6572f85913
Merge pull request #6779 from dhalbert/matrixportal-more-ram
...
matrixportal: remove ulab to make room to freeze portalbase
2022-08-23 09:41:36 -06:00
Jeff Epler
65ec12afde
Merge pull request #6789 from DavePutz/issue_6788
...
Make rotaryio object long-lived
2022-08-21 15:31:45 -06:00
root
fc21b30762
Make rotaryio object long-lived
2022-08-21 15:09:27 -05:00
Dan Halbert
0b2528bc1b
Merge pull request #6787 from Neradoc/nera-web-workflow
...
Add serial number to version.json (as UID)
2022-08-21 07:33:07 -04:00
Neradoc
dfd6fa2114
add serial number to version.json, UID like in boot_out.txt
2022-08-21 04:09:44 +02:00
Dan Halbert
d3e244b4c3
Merge pull request #6785 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2022-08-20 20:15:40 -04:00
Hosted Weblate
923335e992
Merge remote-tracking branch 'origin/main'
2022-08-20 16:10:54 +02:00
Jeff Epler
9500c20f24
Merge pull request #6784 from gamblor21/is31fl3741-fix
...
Two small fixes, remove hardcoded height and non-scaled display issues
2022-08-20 08:10:50 -06:00
Hosted Weblate
d18663cb80
Merge remote-tracking branch 'origin/main'
2022-08-20 16:10:00 +02:00
hexthat
0b3c74283a
Translated using Weblate (Chinese (Pinyin))
...
Currently translated at 100.0% (1003 of 1003 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2022-08-20 16:09:59 +02:00
Jeff Epler
f5f63dae80
Merge pull request #6783 from tannewt/fix_scale2_terminal
...
Fix scroll area shift with scale > 1
2022-08-20 08:09:50 -06:00
River Wang
de6929d2bb
Translated using Weblate (Chinese (Pinyin))
...
Currently translated at 99.1% (994 of 1003 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2022-08-20 01:08:13 +02:00
hexthat
ffc7e2b0c2
Translated using Weblate (Chinese (Pinyin))
...
Currently translated at 99.1% (994 of 1003 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2022-08-20 01:08:13 +02:00
gamblor21
f134f86291
Two small fixes, remove hardcoded height and non-scale issues
2022-08-19 15:13:38 -05:00