Commit Graph

28756 Commits

Author SHA1 Message Date
Dan Halbert d3e244b4c3
Merge pull request #6785 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2022-08-20 20:15:40 -04:00
Hosted Weblate 923335e992
Merge remote-tracking branch 'origin/main' 2022-08-20 16:10:54 +02:00
Jeff Epler 9500c20f24
Merge pull request #6784 from gamblor21/is31fl3741-fix
Two small fixes, remove hardcoded height and non-scaled display issues
2022-08-20 08:10:50 -06:00
Hosted Weblate d18663cb80
Merge remote-tracking branch 'origin/main' 2022-08-20 16:10:00 +02:00
hexthat 0b3c74283a
Translated using Weblate (Chinese (Pinyin))
Currently translated at 100.0% (1003 of 1003 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2022-08-20 16:09:59 +02:00
Jeff Epler f5f63dae80
Merge pull request #6783 from tannewt/fix_scale2_terminal
Fix scroll area shift with scale > 1
2022-08-20 08:09:50 -06:00
River Wang de6929d2bb
Translated using Weblate (Chinese (Pinyin))
Currently translated at 99.1% (994 of 1003 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2022-08-20 01:08:13 +02:00
hexthat ffc7e2b0c2
Translated using Weblate (Chinese (Pinyin))
Currently translated at 99.1% (994 of 1003 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2022-08-20 01:08:13 +02:00
gamblor21 f134f86291 Two small fixes, remove hardcoded height and non-scale issues 2022-08-19 15:13:38 -05:00
Scott Shawcroft 802cff2286
Fix scroll area shift with scale > 1
Fixes #6775
2022-08-19 11:20:47 -07:00
Kattni 43e18f171c
Merge pull request #6782 from dhalbert/update-frozen-libraries-8.0.0-beta.0a
update frozen HID
2022-08-18 15:06:10 -04:00
Dan Halbert 2c2ee9f0f4 update frozen HID 2022-08-18 14:42:52 -04:00
Kattni 87937a87e4
Merge pull request #6780 from dhalbert/update-frozen-libraries-8.0.0-beta.0
update frozen libraries for 8.0.0-beta.0
2022-08-18 13:50:09 -04:00
Dan Halbert 0c87d0b40d matrixportal: remove ulab instead of bleio HCI 2022-08-18 10:23:37 -04:00
Dan Halbert 29cbe5a94f update frozen libraries for 8.0.0-beta.0 2022-08-18 08:01:32 -04:00
Dan Halbert 2664d3766d matrixportal: remove BLEIO HCI to make room to freeze portalbase 2022-08-18 07:43:31 -04:00
Dan Halbert 05d2013b45
Merge pull request #6778 from tannewt/fix_s2_bootloop
Guard against workflow background happening early
2022-08-18 07:18:57 -04:00
Scott Shawcroft 3e60ec3a3e
Merge pull request #6770 from tannewt/upload_folder
Add uploading a directory and its contents
2022-08-17 16:09:56 -07:00
Scott Shawcroft 704ecc34fb
Guard against workflow background happening early
Fixes #6756 because the ringbuf size is zero and the empty check
does % which leads to division by zero error.
2022-08-17 15:44:07 -07:00
Melissa LeBlanc-Williams da5c0cc702
Merge pull request #6777 from makermelissa/main
Add offline message to web workflow /code/ page
2022-08-17 15:28:47 -07:00
Scott Shawcroft dbd6c0750a
Merge pull request #6774 from solderparty/bbq20kbd
Add the Solder Party BBQ20KBD board
2022-08-17 14:05:57 -07:00
Melissa LeBlanc-Williams 79628a7c41 Add offline message to web workflow /code/ page 2022-08-17 13:57:20 -07:00
Scott Shawcroft b7a2a3d724
Fix arm builds 2022-08-17 13:52:13 -07:00
Scott Shawcroft 3aa5f60cb9
Merge remote-tracking branch 'adafruit/main' into upload_folder 2022-08-17 13:15:37 -07:00
arturo182 23f2b62196 Add the Solder Party BBQ20KBD board 2022-08-17 20:44:23 +02:00
Scott Shawcroft 9a5f00a093
Remove upload button and fix mkdir parents 2022-08-17 11:31:11 -07:00
Scott Shawcroft 2f0e209eca
Merge pull request #6772 from dhalbert/esp32-touch-fix
Fix ESP32 touch; rework common code a bit
2022-08-17 10:24:22 -07:00
Scott Shawcroft 1287d9c22d
Merge pull request #6769 from tannewt/ww_move
Add file and directory renaming
2022-08-16 22:11:59 -07:00
Dan Halbert e6f1a2bc9b
Merge pull request #6771 from tannewt/ww_online_code_editor
Add /code/ for online editing
2022-08-16 20:40:12 -04:00
Dan Halbert 2bc8d73776 Fix ESP32 touch; rework common code a bit 2022-08-16 20:04:27 -04:00
Scott Shawcroft 3493be7757
Fix recursive delete, add upload labels and progress 2022-08-16 17:03:09 -07:00
Scott Shawcroft e570349034
Edit .env and ignore canceled renames 2022-08-16 16:02:55 -07:00
Scott Shawcroft 525eb711c1
Add /code/ for online editing 2022-08-16 15:44:58 -07:00
Scott Shawcroft b6e24230cf
Add uploading a directory and its contents
This only works for one top level directory at a time.
2022-08-16 14:41:10 -07:00
Scott Shawcroft 85b0be83bf
Add file and directory renaming
Internally this is done with a MOVE HTTP verb. It is modeled after
WebDAV MOVE but not exact to keep the Destination header shorter
and have more consistent response codes.

Fixes #6647
2022-08-16 13:51:40 -07:00
Scott Shawcroft 4b1d1fd72d
Merge pull request #6768 from mayrhomar/main
Add Waveshare ESP32-S2-Pico-LCD
2022-08-16 09:50:46 -07:00
Scott Shawcroft 3fbddfde59
Merge pull request #6758 from gamblor21/rp2040_i2ctarget
Rp2040 i2ctarget support
2022-08-15 13:57:49 -07:00
Scott Shawcroft 7717ab8e13
Merge pull request #6754 from jepler/check-read-utf8
When reading data from a file into a str, check if it's utf-8
2022-08-15 13:48:43 -07:00
Martin 528da05f54 Add Waveshare ESP32-S2-Pico-LCD 2022-08-15 16:46:14 +02:00
MicroDev a223102366
Merge pull request #6759 from ladyada/main
pycam rev b pins
2022-08-14 22:01:29 +05:30
MicroDev 8bf88d44fb
Merge pull request #6760 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2022-08-14 21:59:17 +05:30
Can Kocyigit 787bfd5b6e
Translated using Weblate (Turkish)
Currently translated at 12.1% (122 of 1003 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/tr/
2022-08-14 14:14:55 +02:00
Can Kocyigit 86dd4c53aa
Translated using Weblate (German)
Currently translated at 99.9% (1002 of 1003 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2022-08-14 14:14:55 +02:00
lady ada 2f2ccdddbf pycam rev b pins 2022-08-13 23:41:35 -04:00
gamblor21 7584363f66 Forgot an include 2022-08-13 17:41:45 -05:00
gamblor21 1ae2a2154e Initial i2ctaret commit 2022-08-13 17:00:43 -05:00
MicroDev fa3e265bfb
Merge pull request #6753 from tannewt/esp_led_reset
Audit all boards with LED pins defined
2022-08-13 15:25:02 +05:30
MicroDev 5c184faa95
Merge pull request #6751 from tannewt/no_any_key_while_reloading
Don't reload or enter repl when autoreloading
2022-08-13 15:22:50 +05:30
MicroDev 28c93cad68
Merge pull request #6742 from tannewt/c3_short_send
Retry send if only some bytes sent
2022-08-13 15:22:27 +05:30
MicroDev 50be223b5f
Merge pull request #6749 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2022-08-13 15:20:14 +05:30