Commit Graph

27871 Commits

Author SHA1 Message Date
Scott Shawcroft 72807bb6c5
Merge pull request #6382 from CytronTechnologies/add-maker-feather-aiot-s3
Add New Board - Cytron Maker Feather AIoT S3
2022-05-11 09:54:25 -07:00
Dan Halbert 309e15fc54
Merge pull request #6380 from tannewt/72_merge
Merge in BLE reload fix from 7.2.x
2022-05-11 11:53:46 -04:00
Dan Halbert 729cfc87c5
Merge pull request #6378 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2022-05-11 11:53:25 -04:00
Neradoc 3afec13e82 add frozen submodules to CI deps for docs and website 2022-05-11 15:33:20 +02:00
Neradoc f8922a56f9 extract documentation URL from frozen directory README.rst 2022-05-11 15:33:20 +02:00
Neradoc e08502fa85 list frozen modules in the support matrix
- fix the list of frozen modules in the board info, separate it from the builtin modules
- frozen modules are listed along with the link to their repository
- get the repository by running the git command in the frozen directory
- frozen modules are listed at the end
- they copy the style of the other modules
- frozen modules in build_board_info don't need the URLs, they are filtered out
2022-05-11 15:33:11 +02:00
Kong Wai Weng b9c28742be Added newline at the end of the file. 2022-05-11 15:30:45 +08:00
Kong Wai Weng 466f2a3644 Updated copyright information. 2022-05-11 15:25:32 +08:00
Kong Wai Weng 142ed2a024 Added Maker Feather AIoT S3. 2022-05-11 15:18:31 +08:00
Wai Weng 5df4c8640e
Merge branch 'adafruit:main' into main 2022-05-11 11:55:20 +08:00
Hosted Weblate 6689376f32
Merge remote-tracking branch 'origin/main' 2022-05-11 01:52:44 +02:00
Jonny Bergdahl 720d1c86f9
Translated using Weblate (Swedish)
Currently translated at 100.0% (1058 of 1058 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2022-05-11 01:52:44 +02:00
Wellington Terumi Uemura 88c331d749
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1058 of 1058 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2022-05-11 01:52:43 +02:00
Scott Shawcroft 9743aea7aa
Merge pull request #6334 from BigTuna94/add-rp2.65-f
Add new Keyboard - RP2.65-F
2022-05-10 16:52:39 -07:00
Scott Shawcroft 308503b9ac
Merge pull request #6377 from tannewt/fix_ble_reload
Fix BLE autoreload
2022-05-10 16:44:24 -07:00
Radomir Dopieralski e7735a3631 Add new board pewpew_lcd 2022-05-10 22:25:32 +02:00
Hosted Weblate 8ed10faf1a
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-05-10 21:51:09 +02:00
Dan Halbert 78695f528b
Merge pull request #6376 from dhalbert/errno-messages
Correct errno messages
2022-05-10 15:51:00 -04:00
Scott Shawcroft a7b6b4e2f4
Merge pull request #6375 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2022-05-10 12:32:46 -07:00
Scott Shawcroft 8d7390992a
Fix BLE autoreload
The trigger was happening when reload was suspended and therefore
ignored. Now, manage reload in one place in the file. This may
trigger reloads on BLE command error but that should be rare.

Fixes #6258
2022-05-10 12:31:40 -07:00
Dan Halbert 58646a936e Correct errno messages 2022-05-10 14:01:30 -04:00
dahanzimin d48f961d0a Add MixGo CE board 2022-05-10 18:56:13 +08:00
Jonny Bergdahl 7ecfa6611d
Translated using Weblate (Swedish)
Currently translated at 100.0% (1057 of 1057 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2022-05-10 10:16:24 +02:00
Dan Halbert cbefa96bad
Merge pull request #6362 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2022-05-09 21:23:12 -04:00
Dan Halbert 6d670287de
Merge pull request #6370 from wlcx/fix_hid_usage_error
Correct USB HID usage range error message.
2022-05-09 21:22:37 -04:00
Sam Willcocks 4231eedf8e Correct USB HID usage range error message.
When an invalid usage was given, the error message incorrectly
referenced "usage_page".
2022-05-09 19:04:01 +01:00
Hosted Weblate aeda761f23
Merge remote-tracking branch 'origin/main' 2022-05-09 03:41:53 +02:00
Dan Halbert aa625f5ce4
Merge pull request #6366 from dhalbert/espressif-i2c-delay-fix
apply i2c delay fix from adafruit/esp-idf
2022-05-08 21:41:46 -04:00
foamyguy 1c564764d6 use draw protocol impl in parent hidden too 2022-05-08 12:14:28 -05:00
foamyguy b6a5f421a9 use draw protocol impl 2022-05-08 12:02:59 -05:00
Hosted Weblate 5dd5ebca55
Merge remote-tracking branch 'origin/main' 2022-05-08 18:37:31 +02:00
Wellington Terumi Uemura 07917fee82
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1057 of 1057 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2022-05-08 18:37:30 +02:00
Dan Halbert bb46898572
Merge pull request #6361 from mwisslead/rp2040_pulsein_buffer_fix
Fix buffer issue for rp2040 PulseIn
2022-05-08 12:37:17 -04:00
Dan Halbert 8b026a2c38 apply i2c delay fix from adafruit/esp-idf 2022-05-08 09:49:18 -04:00
foamyguy 330e01d8e0 handle groups inside of groups with vectorio hidden 2022-05-07 12:27:36 -05:00
foamyguy c77dc3c828 code format 2022-05-07 11:59:26 -05:00
foamyguy d1aab89a59 remove prints and extra whitespace 2022-05-07 11:57:27 -05:00
foamyguy b03968aee5 hide vectorio objects if their containing group is hidden 2022-05-07 11:50:40 -05:00
foamyguy c8a98d1a18 Merge branch 'adafruit_main' into hidden_vectorio 2022-05-07 10:25:34 -05:00
Hosted Weblate 9a1c7cddd4
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-05-07 16:36:08 +02:00
Jeff Epler 5f4f66774c
Merge pull request #6360 from jepler/statemachine-improvements
Statemachine improvements
2022-05-07 09:35:57 -05:00
Jeff Epler 561ed3739a
fix the docstrings 2022-05-07 07:49:16 -05:00
Dan Halbert c1cc9b8bbf
Merge pull request #6353 from tekktrik/doc/add-communication-links
Add links to guides for "essential" modules, others
2022-05-06 22:45:40 -04:00
Dan Halbert 34427bd6ba
Update StateMachine.c 2022-05-06 22:36:24 -04:00
Michael Wisslead b7882edd01 Fix buffer issue for rp2040 PulseIn 2022-05-07 00:57:10 +00:00
Jeff Epler b482a732c6
StateMachine: add swap flag
Always use DMA if swap flag is enabled.

Improve docs a bit
2022-05-06 15:22:43 -05:00
Jeff Epler 23c0fc8354
add ability to get, clear txstall flag
This can be used to make sure a PIO has actually finished all data
it was schedule to receive via a 'once' background_write
2022-05-06 15:22:43 -05:00
Jeff Epler f776749ca3
Key off len, not buf, to decide if anything to DMA 2022-05-06 15:22:43 -05:00
Jeff Epler 1a9034ff7c
rp2pio: Allow background_write(None) to terminate after complete loop 2022-05-06 15:22:42 -05:00
Dan Halbert 5edc59f070
Merge pull request #6337 from jepler/property-storage
Optimize flash storage of properties
2022-05-06 09:55:18 -04:00