Commit Graph

27762 Commits

Author SHA1 Message Date
Alec Delaney
aa74f21321
Add note about REPL in terminalio 2022-05-12 15:31:00 -04:00
Alec Delaney
9c0dbbab2e
Add links to information for fontio 2022-05-12 15:21:46 -04:00
Alec Delaney
a4f4effb44
Update qrio documentation 2022-05-12 14:53:01 -04:00
Alec Delaney
4827502b98
Add additional builtins, links to CPython documentation 2022-05-12 13:05:27 -04:00
Dan Halbert
0b58f1754d
Merge pull request #6385 from TG-Techie/add_make_help_fetch_submodules
Add fetch-modules to main makefile `make help`
2022-05-12 08:50:45 -04:00
Jonah
cb2bf41be6 Add fetch-modules to make help for main makefile 2022-05-11 23:45:37 -04:00
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
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
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
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
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
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
Dan Halbert
30904a8638
Merge pull request #6354 from dhalbert/espressif-dio-fixes
espressif: check properly for pull values
2022-05-05 22:44:29 -04:00
Dan Halbert
17c47ac2c3
Merge pull request #6358 from dupontgu/patch-2
Fix pin mapping for thing plus 2040
2022-05-05 21:25:52 -04:00
Guy Dupont
02ec1cebf6
Fix pin mapping for thing plus 2040
GPIO 26 was mapped to GPIO 28
2022-05-05 21:11:32 -04:00
Jeff Epler
a9d929627a
minor comment update 2022-05-05 14:40:49 -05:00
Dan Halbert
0f3eb9f46e espressif: check properly for pull values 2022-05-04 22:51:27 -04:00
Alec Delaney
d1d6d99318 Specify target for board 2022-05-04 21:59:08 -04:00