Jeff Epler
96b2604083
sort new boards & new languages lists in circuitpython.org update PR
2023-03-30 15:39:25 -05:00
Jeff Epler
703b8b2272
Merge pull request #7812 from dhalbert/merge-8.0.x-to-main
...
Merge #7810 from 8.0.x to main
2023-03-29 14:28:34 -05:00
Dan Halbert
81482a6f66
Merge remote-tracking branch 'adafruit/8.0.x' into merge-8.0.x-to-main
2023-03-29 14:52:49 -04:00
Dan Halbert
6a4830b0cf
Merge pull request #7810 from jepler/read-error-getenv
...
getenv: treat a read error like eof
2023-03-29 13:04:43 -04:00
Jeff Epler
a8bbb21eeb
Use short-circuiting or (also may save some code size)
...
Co-authored-by: Dan Halbert <halbert@adafruit.com>
2023-03-29 10:09:01 -05:00
Jeff Epler
cc3d0f6fa1
getenv: treat a read error like eof
...
Otherwise, the following would occur:
* settings.toml is in the process of being written by host computer
* soft-reset begins
* web workflow tries to grab CIRCUITPY_WIFI_SSID, but loops forever
because FAT filesystem is in inconsistent state and file reads error
* settings.toml write by host computer never completes and the filesystem
remains corrupt
* restarting yields a soft-bricked device, because startup reads
CIRCUITPY_WIFI_SSID again
2023-03-29 10:04:06 -05:00
Dan Halbert
3cd9f3381c
Merge pull request #7809 from microdev1/espnow
...
Fix espnow reinit, remove todos and improve docs
2023-03-29 07:54:50 -04:00
MicroDev
f14861c245
fix espnow reinit, remove todos and improve docs
2023-03-29 10:21:58 +05:30
Dan Halbert
b57b8dc3b8
Merge pull request #7805 from jepler/mimxrt1011-i2s-sample-rate
...
mimxrt: Fix output frequency for samples that don't divide 192kHz
2023-03-28 16:50:30 -04:00
Dan Halbert
058499fccf
Merge pull request #7807 from kattni/feather-rp2040-rfm-board-def
...
Add Feather RP2040 RFM, update DVI.
2023-03-28 16:16:41 -04:00
Kattni Rembor
2a4383e633
Add Feather RP2040 RFM, update DVI.
2023-03-28 15:23:19 -04:00
Jeff Epler
cb5e1a1e98
mimxrt: Fix output frequency for samples that don't divide 192kHz
...
This makes all the samples from Dan's collection register as 440Hz
when playing on pwmio or i2sout, using https://webaudiodemos.appspot.com/pitchdetect/index.html
to detect the frequency played (all should show as A 440Hz; an error
of up to 20 "cents" should be treated as OK)
There's an audible carrier with PWM output and the 8kHz samples. This is
probably a limitation of the peripheral which is documented as being for
input signals of 44 kHz or 48 kHz; the carrier frequency is a fixed
multiple of the sample frequency.
Closes #7800
2023-03-28 10:18:28 -05:00
Dan Halbert
3e657afbb4
Merge pull request #7804 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2023-03-28 11:03:02 -04:00
Hosted Weblate
618cfb0dc3
Merge remote-tracking branch 'origin/main'
2023-03-28 16:30:15 +02:00
Dan Halbert
29b35804d9
Merge pull request #7548 from FoamyGuy/displayio_arg_validation
...
Displayio Bitmap arg validation
2023-03-28 10:30:06 -04:00
Hosted Weblate
fc60624792
Merge remote-tracking branch 'origin/main'
2023-03-28 16:21:08 +02:00
Dan Halbert
d4e6772cc2
Merge pull request #7791 from deneyapkart/add-new-boards
...
Update creator and creation IDs (deneyapkart/1a/g) and add new boards (deneyapmini/v2 and deneyapkart1av2)
2023-03-28 10:21:00 -04:00
Hosted Weblate
128a4f9697
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/
2023-03-28 16:18:27 +02:00
Hosted Weblate
3d0940491f
Merge remote-tracking branch 'origin/main'
2023-03-28 16:18:23 +02:00
Luc
f7c2599c29
Translated using Weblate (German)
...
Currently translated at 100.0% (1002 of 1002 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2023-03-28 16:18:23 +02:00
Dan Halbert
9a0fa5cd1d
Merge pull request #7802 from Neradoc/nera-add-formats-to-msgpack
...
Add unsigned ints and 64 bit types to msgpack.unpack
2023-03-28 10:18:10 -04:00
Dan Halbert
7e91f0770a
Merge pull request #7799 from FoamyGuy/docs_jquery_fix_attempt
...
Attempt to fix missing jquery in RTD
2023-03-28 10:02:19 -04:00
Dan Halbert
bf2df1b053
Merge pull request #7801 from CDarius/m5stack-atoms3-lite
...
Add M5Stack AtomS3 Lite
2023-03-28 09:53:50 -04:00
Dan Halbert
31f46f2460
Merge pull request #7797 from Neradoc/espnow-peer-arguments
...
espnow.Peer: fix argument types and default values
2023-03-28 09:05:46 -04:00
Neradoc
02c628a3c7
Update ports/espressif/bindings/espnow/ESPNow.c
...
Co-authored-by: MicroDev <70126934+microdev1@users.noreply.github.com>
2023-03-28 14:36:43 +02:00
Neradoc
a481c564da
change Peer(encrypt=) to encrypted to match the property
2023-03-28 14:00:03 +02:00
CDario
89bd5fae61
Add M5stack AtomS3 Lite
2023-03-28 06:28:56 +00:00
Dan Halbert
1597b32f96
Merge pull request #7798 from kattni/feather-rp2040-dvi-pin-update
...
Add BUTTON option and reorganise pins.
2023-03-27 20:46:46 -04:00
Dan Halbert
77cd20af8f
Merge pull request #7785 from jepler/mimxrt10xx-mqs
...
mimxrt10xx: Add PWMAudioOut
2023-03-27 20:46:11 -04:00
foamyguy
ca23f1e1ac
attempt to fix missing jquery in RTD
2023-03-27 16:52:01 -05:00
Kattni Rembor
16854ae570
Add BUTTON, reorganise pins.
2023-03-27 16:29:03 -04:00
Neradoc
1fad969389
add unsigned ints and 64 bit types to msgpack
...
change msgpack error message when format invalid
2023-03-27 19:37:23 +02:00
Jeff Epler
9d090ee73e
get rid of another debug print
2023-03-27 10:52:52 -05:00
Jeff Epler
d6a067b0e5
Make PWMAudioOut object ll, have finaliser
...
.. for reasons stated in the comment
2023-03-27 10:52:23 -05:00
Neradoc
19429d3626
espnow.Peer: fix argument types and default values
2023-03-27 16:58:44 +02:00
Dan Halbert
7af482234b
Merge pull request #7794 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2023-03-26 21:25:55 -04:00
Luc
d9c4050f92
Translated using Weblate (German)
...
Currently translated at 96.0% (962 of 1002 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2023-03-27 00:37:56 +02:00
Ozgur BOSTAN
2ede907746
Merge branch 'adafruit:main' into add-new-boards
2023-03-26 14:57:12 +03:00
ozgurbostan
297d9d0a81
Add new boards (deneyapmini/v2 and deneyapkart1a)
2023-03-26 14:54:34 +03:00
Hosted Weblate
d3fa15dced
Merge remote-tracking branch 'origin/main'
2023-03-26 05:47:54 +02:00
MicroDev
7dcec38ba0
Merge pull request #7792 from microdev1/patch
...
Remove certain excludes from pre-commit
2023-03-26 09:06:57 +05:30
Ozgur BOSTAN
872495ef36
Update mpconfigboard.mk Deneyap Kart G
2023-03-26 01:03:40 +03:00
Ozgur BOSTAN
c8b329c4ee
Update mpconfigboard.mk of Deneyap Kart 1A
2023-03-26 01:03:01 +03:00
Ozgur BOSTAN
efeaa1ad20
Update mpconfigboard.mk of Deneyap Kart
2023-03-26 01:02:08 +03:00
MicroDev
730a2a9c2c
remove certain excludes from pre-commit
2023-03-25 13:09:35 +05:30
Hosted Weblate
817a572669
Merge remote-tracking branch 'origin/main'
2023-03-25 07:42:40 +01:00
MicroDev
cc5451ec31
Merge pull request #7787 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2023-03-25 12:12:35 +05:30
Hosted Weblate
20c5181479
Merge remote-tracking branch 'origin/main'
2023-03-25 07:42:30 +01:00
MicroDev
ad56fe4a80
Merge pull request #7788 from dhalbert/fetch-submodules-fixes
...
fetch-submodules fallback; add remove-submodules
2023-03-25 12:12:15 +05:30
Dan Halbert
94f487c08d
handle older versions of git for make fetch-submodules; add remove-submodules
2023-03-24 22:45:12 -04:00