Commit Graph

28756 Commits

Author SHA1 Message Date
latkinso42 a1856ea3e9 Renaming module from adcbuffer to analogbufio 2022-09-05 12:11:49 -04:00
latkinso42 478b40ecf9 Merge branch 'adcdma' of https://github.com/latkinso42/circuitpython into adcdma
Syncing with remote
2022-09-04 16:07:37 -04:00
Lee Atkinson 3cd8259a78
Merge branch 'adafruit:main' into adcdma 2022-09-04 15:59:20 -04:00
latkinso42 d7a1db5b87 Changes per review 2022-09-04 15:57:59 -04:00
Dan Halbert 14498f793d
Merge pull request #6859 from wemos/s3_cpython
Add LOLIN S3 ESP32-S3 board.
2022-09-04 13:10:52 -04:00
Dan Halbert 98aa7f831f
Merge pull request #6864 from bill88t/pinsws
Forgor the one IO39 pin and SDA-SCL
2022-09-04 12:53:32 -04:00
bill88t ca7fb6dede removal of sda-scl and add "GP" to 40,41 2022-09-04 18:05:50 +03:00
bill88t e1891038c8 Forgor the one IO pin and sda-scl 2022-09-04 16:59:56 +03:00
Dan Halbert 449b43e5a6
Merge pull request #6863 from jepler/rp2pio-erroneous-mask
rp2pio: fix occasional bug when not using OUT pins
2022-09-04 09:15:35 -04:00
Jeff Epler a3e17189a4
rp2pio: fix occasional bug when not using OUT pins
a NULL first pin object is used to indicate that there are zero
of some kind of pin associated with the StateMachine. However,
mask_and_rotate wasn't checking for zero. It actually read data from
near address 0x0 and (in my case) got a nonzero mask, which then
caused a program with GPIO11 and GPIO12 as input with pull-up and no
out pins to erroneously encounter the error "pull masks conflict with
direction masks"
2022-09-03 20:39:42 -05:00
wemos 3a18d285a2 Add LOLIN S3 ESP32-S3 board. 2022-09-03 11:06:51 +08:00
latkinso42 6fe2ea4513 Merging back with updated main files 2022-09-02 15:51:45 -04:00
Dan Halbert d3626f1321
Merge pull request #6855 from tekktrik/doc/socketpool-init
Document socketpool.SocketPool.__init__()
2022-09-01 22:27:29 -04:00
Mark 5d08a177fc
Merge pull request #6854 from makermelissa/main
Add info and link for Web Workflow /code/ page
2022-09-01 20:05:18 -05:00
Alec Delaney 85f0206fa4 Document socketpool.SocketPool.__init__() 2022-09-01 19:44:08 -04:00
Melissa LeBlanc-Williams 8e0c6930dd Fix trailing whitespace 2022-09-01 13:32:49 -07:00
Melissa LeBlanc-Williams 8be2d650c7 Add info and link for Web Workflow /code/ page 2022-09-01 12:26:33 -07:00
MicroDev b1371ceb62
Merge pull request #6846 from tekktrik/dev/fix-uart-docs
Fix UART documentation
2022-09-01 13:08:34 +05:30
MicroDev d6446293d6
Merge pull request #6841 from thetazero/patch-1
Improve os.stat docs
2022-09-01 13:08:20 +05:30
Dan Halbert 884371fea7
Merge pull request #6848 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2022-08-31 14:26:35 -04:00
thetazero 1a40757cdd
Change unpopulated to always 0 2022-08-30 11:48:17 -04:00
Hosted Weblate eebd7f86a2
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/
2022-08-30 17:41:50 +02:00
Dan Halbert 3ba385ff5c
Merge pull request #6794 from jepler/esp32-camera-error-checking
Esp32 camera error checking
2022-08-30 11:41:42 -04:00
Alec Delaney 0d8dab7381
Update write() function definition 2022-08-30 11:18:06 -04:00
Alec Delaney bf9f329a61
Fix UART.readline docstring 2022-08-30 11:12:47 -04:00
Dan Halbert b68bb47be6
Merge pull request #6840 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2022-08-30 10:59:50 -04:00
thetazero 92c77013bf
Lint 2022-08-30 10:37:48 -04:00
Hosted Weblate 02c6f8cba8
Merge remote-tracking branch 'origin/main' 2022-08-30 13:53:59 +02:00
Dan Halbert d7e9848d28
Merge pull request #6842 from Neradoc/no-such-board-pewpew13
Remove alias to pewpew13
2022-08-30 07:53:52 -04:00
Neradoc 8f0223573f remove alias to pewpew13 2022-08-30 10:52:54 +02:00
thetazero f5286b4e79
Improve os.stat docs 2022-08-29 13:01:11 -07:00
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
Lee Atkinson 04af01a672 Pin Validation fixed/readmultiple return fixed 2022-08-27 14:47:12 -04: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