Commit Graph

34772 Commits

Author SHA1 Message Date
Scott Shawcroft 4bdd3e6150
Merge pull request #8589 from jepler/issue8588
Rework ci_fetch_deps and use it from makefiles too
2023-11-14 10:04:37 -08:00
Scott Shawcroft 6a6739206c
Merge pull request #8599 from jepler/use-utils-stdout-helpers
Revert to micropython's version of mp_hal_stdout_tx_strn_cooked
2023-11-14 09:43:11 -08:00
Jacques Supcik e8e1a1db9e fix formating using uncrustify 0.72
I was using uncrustify version 0.77.1 and it does not work like
the version 0.72 used by Ununtu 22.04.
2023-11-14 13:35:21 +01:00
Jacques Supcik 9b7f7d0d05 fix style to pass pre-commit checks 2023-11-14 08:39:08 +01:00
silabs-ChatNguyen e1c15629cf Write to characteristic locally with WRITE_NO_RESPONSE 2023-11-14 11:53:12 +07:00
James Ward c1af64ab18
fix: use pending creation id & remove VID/PID 2023-11-13 17:40:50 -05:00
Dan Halbert ed7c714fe2
Merge pull request #8598 from tannewt/fix_pystack_size
Fix pystack size
2023-11-13 16:56:20 -05:00
Dan Halbert 0294ccfb55
Merge pull request #8596 from jepler/obsolete-allocation-stuff
Remove some stuff about reserved psram & supervisor allocations
2023-11-13 16:55:47 -05:00
James Ward d7a27d8d2b
heltec esp32s3 wifi lora v3: new espressif board 2023-11-13 16:55:05 -05:00
Jacques Supcik 388807e725 fix typo 2023-11-13 22:46:39 +01:00
Jeff Epler b47e23c9c5
Finish removing reserved psram 2023-11-13 15:31:35 -06:00
Jacques Supcik 471ee6f8c9 add: display initialisation 2023-11-13 22:26:00 +01:00
Jacques Supcik 4654f9c304 add expressif cards 2023-11-13 22:22:28 +01:00
Jeff Epler 06ee8daab9
Revert to micropython's version of mp_hal_stdout_tx_strn_cooked
Closes #8510
2023-11-13 14:31:30 -06:00
Scott Shawcroft fd5373c364
Merge pull request #8595 from bill88t/main
Fix ESP32-C6 wifi
2023-11-13 11:43:51 -08:00
Scott Shawcroft 0302d6bbc8
Merge pull request #8541 from alextremblay/keebio_elite_pi
Add support for the Keeb.io Elite-Pi
2023-11-13 11:43:37 -08:00
Scott Shawcroft ae07ac17ac
Fix pystack size
Original code used uint32_t* so `/ sizeof(size_t)` was needed. It
is a uint8_t* now so that division makes it 4x smaller. Whoops!

Fixes #8574
2023-11-13 11:33:37 -08:00
Alex Tremblay 9478048342
Update USB PID/VID 2023-11-13 14:12:32 -05:00
Bill Sideris d6ad25ee96
Completely remove tx buffer setting 2023-11-13 21:03:05 +02:00
Jeff Epler fb840159fb
Remove some stuff about reserved psram & supervisor allocations
this is obsoleted by the new split heap code 🎉
2023-11-13 12:55:26 -06:00
Scott Shawcroft bb12d36e5a
Merge pull request #8591 from SiliconLabs/dev_9.0
Fix crash when pwmio deinit for Silabs's board
2023-11-13 10:29:25 -08:00
Bill Sideris df1cc17359
Fix C6 wifi 2023-11-13 19:35:47 +02:00
silabs-ChatNguyen 55ecc64bf1 Fix crash when pwmio deinit 2023-11-13 11:57:16 +07:00
Jeff Epler 6db9f2e73f
Rework ci_fetch_deps and use it from makefiles too
* teach ci_fetch_deps about --filter=blob:none
 * change logic ensuring tags in frozen/ are fetched
 * since check=True was all the time, remove unused kwarg
 * add fetch-board-submodules

Closes: #8588
2023-11-12 12:32:34 -06:00
Dan Halbert 166a98fa34
Merge pull request #8587 from dhalbert/lib-tlsf-ci_fetch_deps
add lib/tlsf to tools/ci_fetch_deps.py
2023-11-12 11:43:44 -05:00
Dan Halbert 2f969a4db7 add lib/tlsf to tools/ci_fetch_deps.py 2023-11-11 19:04:56 -05:00
Dan Halbert 7029f7295c
Merge pull request #8586 from lookfwd/fix_8570b
Consistency improvement on I2S mclk support for Espressif port #8570
2023-11-11 08:33:25 -05:00
Dimitrios Kouzis-Loukas 07050f2e6f Consistency improvement on I2S mclk support for Espressif port #8570 2023-11-11 06:42:38 -05:00
Scott Shawcroft 1dec24c48b
Merge pull request #8584 from dhalbert/8.2.x-to-main-2023-11-09 2023-11-10 22:37:12 -08:00
Dan Halbert 24ae0c4c73 use raw string for grep regexp 2023-11-10 22:42:42 -05:00
Dan Halbert 146ca2ada9
Merge pull request #8577 from dhalbert/update-frozen-2023-11-10
update frozen libraries
2023-11-10 21:16:55 -05:00
Dan Halbert e7fabe11c1
Merge pull request #8582 from tannewt/document_heap_config
Document CIRCUITPY_HEAP_START_SIZE
2023-11-10 21:16:39 -05:00
Dan Halbert 75fcacd481
Merge pull request #8575 from dhalbert/8.2.x-to-main-2023-11-09
merge 8.2.x to main
2023-11-10 20:42:13 -05:00
Dan Halbert 2eb283004d
fix title underline 2023-11-10 20:27:32 -05:00
Dan Halbert 57238aa02c
Update docs/environment.rst 2023-11-10 20:25:06 -05:00
Scott Shawcroft 3e6456d7e1
Document CIRCUITPY_HEAP_START_SIZE
and remove CIRCUITPY_RESERVED_PSRAM.

Fixes #8581
2023-11-10 15:53:49 -08:00
Dan Halbert b1b01e2e0d
UM boards are qio
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2023-11-10 18:09:56 -05:00
Dan Halbert d410efdcf4
Merge pull request #8579 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-11-10 17:50:29 -05:00
Hosted Weblate d4d77ea702
Merge remote-tracking branch 'origin/main' 2023-11-10 21:54:22 +01:00
Jacques Supcik eb16cbaca8
Translated using Weblate (French)
Currently translated at 98.6% (994 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2023-11-10 21:54:21 +01:00
jessyjones d3df25891a
Translated using Weblate (French)
Currently translated at 98.6% (994 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2023-11-10 21:54:21 +01:00
Dan Halbert fed12a1b12
Merge pull request #8580 from eightycc/part_type
Allow CIRCUITPY to mount on Android
2023-11-10 15:54:17 -05:00
Bob Abeles c83e203d37 Change part type to 0x06, Big FAT12/16 CHS 2023-11-10 12:07:02 -08:00
Hosted Weblate c63908c297
Merge remote-tracking branch 'origin/main' 2023-11-10 16:45:58 +01:00
Andi Chandler a2c3731ad8
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (1008 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/
2023-11-10 16:45:58 +01:00
Wellington Terumi Uemura 0bc29327ac
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1008 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-11-10 16:45:57 +01:00
MuskoM 677eb0a46e
Translated using Weblate (Polish)
Currently translated at 54.1% (546 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pl/
2023-11-10 16:45:56 +01:00
Dan Halbert 3de6484471
Merge pull request #8578 from supcik/locale-fr
fix French translations
2023-11-10 10:45:48 -05:00
Jacques Supcik 31d7506247 fix Ferench translations 2023-11-10 16:11:37 +01:00
Dan Halbert b449181997 update frozen libraries 2023-11-10 09:29:48 -05:00