Commit Graph

30285 Commits

Author SHA1 Message Date
Dan Halbert 965caa0302
Merge pull request #7663 from blues/fix-swan_r5_LSE_drive_level
fix: Increases drive strength of the 32kHz external crystal
2023-03-01 15:39:08 -05:00
Dan Halbert 8e87b92deb
Merge pull request #7666 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-03-01 15:37:01 -05:00
hexthat 175049841d
Translated using Weblate (Chinese (Pinyin))
Currently translated at 100.0% (1002 of 1002 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2023-03-01 18:39:27 +01:00
Ettore Atalan bb4ebf7c17
Translated using Weblate (German)
Currently translated at 95.6% (958 of 1002 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2023-03-01 18:39:27 +01:00
Matthew McGowan e2c6cf5929 fix: Increases drive strength of 32kHz external crystal, in line with calculations specified in ST AN2867 sections 3.3, 3.4, and STM32L4 datasheet DS12023 Table 58. LSE oscillator characteristics.
The drive strength RCC_LSEDRIVE_LOW is marginal for the 32kHz crystal oscillator stability, and RCC_LSEDRIVE_MEDIUMLOW meets the calculated drive strength with a small margin for parasitic capacitance.
2023-02-28 14:34:10 -08:00
Dan Halbert cb6201d952
Merge pull request #7659 from dhalbert/gifio-displayio-doc
Update gifio and displayio documentation
2023-02-28 15:57:29 -05:00
Dan Halbert 34033d9da2
Merge pull request #7660 from adafruit/8.0.x
Merge latest 8.0.x changes to main; update frozen libraries
2023-02-28 15:56:34 -05:00
Dan Halbert 859a48723f
Merge pull request #7633 from tannewt/fix_imx_pwm
Fix `pwmio` on iMX RT.
2023-02-28 14:11:06 -05:00
Dan Halbert 5386cafa21 Update gifio and displayio documentation 2023-02-28 13:02:24 -05:00
Scott Shawcroft 8e4626ffba
Merge pull request #7559 from startup-potech/main
Request to add a COSMO-Pico board
2023-02-28 09:49:31 -08:00
Scott Shawcroft 482ba05958
Merge pull request #7658 from titimoby/8.0.x.add_Lilygo_tembed
add support Lilygo T-embed esp32s3 board
2023-02-28 09:45:21 -08:00
Thierry Chantier c6d38e4ba8 add support Lilygo T-embed esp32s3 board 2023-02-28 14:02:21 +00:00
Dan Halbert bdb9816317
Merge pull request #7654 from dhalbert/8.0.x-7652
8.0.x Backport of #7652 ("soft reboot" printing); update frozen libraries
2023-02-27 22:52:30 -05:00
Dan Halbert 9b2f1abeab update frozen libraries and get smaller RFM69 library 2023-02-27 20:56:14 -05:00
Scott Shawcroft 8a8579a9b9
Merge pull request #7655 from Neradoc/busdevice_on_hallowing
Enable bus device on hallowing M0
2023-02-27 16:10:06 -08:00
Neradoc f22f2a3662 enable bus device on hallowing M0 2023-02-27 18:44:08 +01:00
Dan Halbert 8f3e20ff96 Merge pull request #7652 from xorbit/fix_soft_reboot_marker
Fix print of "soft reboot" when the user presses ^D
2023-02-26 23:27:23 -05:00
Dan Halbert dec3cfc955
Merge pull request #7652 from xorbit/fix_soft_reboot_marker
Fix print of "soft reboot" when the user presses ^D
2023-02-26 23:18:59 -05:00
Patrick Van Oosterwijck 4c9044a0bf Fix it with simulate_reset instead 2023-02-26 19:49:12 -07:00
Patrick Van Oosterwijck 5bca86b43d Fix print of "soft reboot" when the user presses ^D
The logic of the main loop was changed between version 7 and 8.
[Commit](9307b62ad5)
Something is wrong with the existing version 8 logic so the serial
write of "soft reboot" is never executed when the user does a
soft reboot.
A consequence of this is that tools like `tools/pyboard.py`, `ampy`
and `mpremote` are not able to activate the raw REPL since they
execute a soft reboot and wait for this to be printed to the console.
2023-02-26 16:00:37 -07:00
Dan Halbert 7ac2011341
Merge pull request #7651 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-02-26 09:46:36 -05:00
Jonny Bergdahl 3db4312441
Translated using Weblate (Swedish)
Currently translated at 100.0% (1002 of 1002 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2023-02-26 07:37:42 +01:00
Wellington Terumi Uemura f15669af6c
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1002 of 1002 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-02-26 07:37:42 +01:00
Neradoc 05f7bfe70e
Translated using Weblate (French)
Currently translated at 98.5% (987 of 1002 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2023-02-26 07:37:41 +01:00
Dan Halbert f214d6b336
Merge pull request #7649 from jepler/improve-pwmio-documentation
Improve pwmio documentation
2023-02-25 21:35:06 -05:00
MicroDev 96ab9ff615
Merge pull request #7648 from gamblor21/ondiskgif_doc_fix
OnDiskGif Documentation Example fix
2023-02-26 07:36:04 +05:30
gamblor21 ce3da1ec66 Small doc change 2023-02-25 14:15:33 -06:00
Jeff Epler 07b3bd6d77
Improve pwmio documentation
#7644 pointed out the need for better documentation.

To the best of my ability I noted the current behavior.
I think that there may be some ports that do not actually read
back the 'set' frequency value, but they are ports marked as beta
status (mimxrt10xx) or not maintained by us (cxd56).
2023-02-25 11:02:49 -06:00
gamblor21 328a08729d Example fix 2023-02-25 09:16:33 -06:00
MicroDev 26bab620f7
Merge pull request #7626 from bill88t/wspico-psram-speedup
Waveshare ESP32-S2 Pico psram definition improvements
2023-02-25 16:15:24 +05:30
MicroDev 0a98092ebd
Merge pull request #7647 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-02-25 16:14:41 +05:30
Hosted Weblate f2c7e2af25
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-02-25 01:53:40 +01:00
Dan Halbert f9831b3bbc
Merge pull request #7639 from adafruit/8.0.x
Merge 8.0.x up to main
2023-02-24 19:32:09 -05:00
Dan Halbert 1bf88a28cc
Merge pull request #7646 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-02-24 19:30:00 -05:00
Hosted Weblate 547bb1fd44
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-02-25 00:20:19 +01:00
Hosted Weblate 1063ec0649
Merge remote-tracking branch 'origin/main' 2023-02-25 00:20:15 +01:00
Luis Ruiz San Segundo 70d1640e46
Translated using Weblate (Spanish)
Currently translated at 100.0% (1004 of 1004 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2023-02-25 00:20:15 +01:00
Jose David M 666d333e87
Translated using Weblate (Spanish)
Currently translated at 100.0% (1004 of 1004 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2023-02-25 00:20:15 +01:00
Dan Halbert 8c714ec864
Merge pull request #7497 from tannewt/banglejs2
Add Bangle.js 2, JDI memory displays and ACeP epd
2023-02-24 18:20:06 -05:00
Hosted Weblate 51f2d0f64b
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-02-24 22:09:46 +01:00
Scott Shawcroft adf5b7a23c
Merge pull request #7602 from milindmovasha/espressif-analogbufio
Espressif analogbufio implementation
2023-02-24 13:09:27 -08:00
Scott Shawcroft 2c843403ee
Merge pull request #7642 from MicroDev1/ci
CI: Fix scheduler
2023-02-24 12:30:39 -08:00
Scott Shawcroft 144aed40e3
Rename flag. Turn on UTF-8 and flag on unix
Also added label portion to the test.
2023-02-24 12:23:59 -08:00
MicroDev 0e17deff05
ci fix scheduler 2023-02-24 11:41:41 +05:30
Scott Shawcroft 1197394a03
Add simple test 2023-02-23 15:53:59 -08:00
Scott Shawcroft f832386cda
Merge remote-tracking branch 'adafruit/main' into banglejs2 2023-02-23 14:43:38 -08:00
Scott Shawcroft b79661d631
Alphabetize, fix typo and remove incorrect comment 2023-02-23 14:34:54 -08:00
Scott Shawcroft 1a3358d036
Limit FatFs' ability to upper case paths
Only uppercase ASCII letters a-z. This saves ~900 bytes. Previously
written files with other unicode letters will only be accessible
from their upper cased path.
2023-02-23 14:28:58 -08:00
MicroDev 00a03c3235
Merge pull request #7640 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-02-24 01:28:12 +05:30
Hosted Weblate b7bcfe6ad3
Merge remote-tracking branch 'origin/main' 2023-02-23 20:49:34 +01:00