Commit Graph

30313 Commits

Author SHA1 Message Date
Scott Shawcroft 9251c6f988
Merge pull request #7684 from isacben/document-aeios-AES-rekey
Document aeios.AES.rekey() and refactor arg validation
2023-03-08 10:47:12 -08:00
Scott Shawcroft 35e82a5f5e
Merge pull request #7676 from microdev1/ci
CI: Enhancements & Refactoring
2023-03-08 10:36:05 -08:00
Scott Shawcroft e346b731ca
Merge pull request #7692 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-03-08 10:33:05 -08:00
Jonny Bergdahl b23d24d817
Translated using Weblate (Swedish)
Currently translated at 100.0% (1004 of 1004 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2023-03-08 08:10:07 +01:00
Wellington Terumi Uemura 03815eb3d6
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1004 of 1004 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-03-08 08:10:07 +01:00
MicroDev f0b509cd0d
partially revert refactor workflow names 2023-03-08 00:51:02 +05:30
Isaac Benitez b7db2896d1 Second fix for the IV argument capitalization (documentation) 2023-03-07 10:12:57 -08:00
Scott Shawcroft e207106dd7
Merge pull request #7691 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-03-07 08:56:58 -08:00
Hosted Weblate 2d74d062be
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-07 03:58:37 +01:00
MicroDev b9e478af39
Merge pull request #7471 from matemaciek/main
Add function for drawing polygons to bitmaptools
2023-03-07 08:28:07 +05:30
foamyguy 812fa2b34b change docstring, add example code. 2023-03-06 16:55:12 -06:00
MicroDev 03bb7ff652
refactor `boards / build` to `ports / board` 2023-03-07 03:22:31 +05:30
Isaac Benitez 8955caff44 Fix capitalization of the IV argument (documentation) 2023-03-06 10:38:28 -08:00
Isaac Benitez 90155925d5 Document aeios.AES.rekey() and refactor arg validation 2023-03-05 12:58:40 -08:00
Dan Halbert 0ca6cc7741
Merge pull request #7668 from jepler/gifio-directio-example
document going directly to display with ondiskgif
2023-03-04 12:25:55 -05:00
Dan Halbert 2ac1c7a020
Add blank line after code-block 2023-03-04 11:59:31 -05:00
Jeff Epler 4e169bb956
Merge pull request #7673 from gamblor21/atmel-spi-tx-len-fix
Fix for long length SPI writes on ATMEL
2023-03-04 09:21:27 -06:00
MicroDev b17364a447
conditionally build all languages 2023-03-04 15:08:54 +05:30
MicroDev d35297ceae
refactor workflow names 2023-03-04 12:11:30 +05:30
MicroDev 055c9bfb40
split boards dynamically 2023-03-04 12:10:36 +05:30
Scott Shawcroft 8a10069995
Merge pull request #7674 from jepler/m7-bootloader-reset
use right DBL_TAP_REG when resetting to bootloader
2023-03-03 13:44:22 -08:00
Jeff Epler b2a08e2cce
use right DBL_TAP_REG when resetting to bootloader
This helps my development scripts work better, and probably also fixes
a problem switching from the circuitpython environment back to arduino.
(specifically, the "1200 baud" serial trick was not rebooting into
the bootloader but was just resetting)
2023-03-03 10:09:31 -06:00
gamblor21 6987d3d752 Fix for long length writes 2023-03-02 21:55:21 -06:00
Anne Barela 763d7e4c5b
Merge pull request #7669 from dhalbert/gif-delay-fix
OnDiskGif delay was being chopped to 8 bits
2023-03-02 17:58:30 -05:00
Dan Halbert bac1a9625a OnDiskGif delay was being chopped to 8 bits 2023-03-02 16:47:07 -05:00
Jeff Epler 6eae40338c
fix problems spotted very quickly by gamblor :) 2023-03-01 17:56:18 -06:00
Jeff Epler ac0bf1049a
document going directly to display with ondiskgif 2023-03-01 17:50:02 -06:00
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