Anonymous
c059a441c2
Translated using Weblate (Indonesian)
...
Currently translated at 31.5% (318 of 1008 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/id/
2023-11-16 16:03:03 +01:00
Jeff Epler
8cfc50bd13
Merge remote-tracking branch 'origin/8.2.x' into merge-828
2023-11-16 08:55:40 -06:00
Jeff Epler
f98ec19dbb
Merge pull request #8621 from dhalbert/add-W25Q16JVxQ
...
Add W25Q16JVxQ as possible flash chip
2023-11-16 08:39:06 -06:00
Dan Halbert
f96c848881
Merge pull request #8619 from jepler/fix-msg-build
...
missed a spot to update filename to synthetic.pot
2023-11-16 09:36:21 -05:00
Jeff Epler
4a311bd01c
Merge pull request #8620 from dhalbert/git-partial-clone-submodules-version
...
partial clone for submodules added in git 2.36.0
2023-11-16 08:35:08 -06:00
Dan Halbert
06639a2473
add W25Q16JVxQ as possible 2MB flash chip
2023-11-16 09:13:58 -05:00
Dan Halbert
cb3dba445a
partial clone for submodules added in git 2.36.0
2023-11-16 08:34:49 -05:00
Jeff Epler
ae8d359284
missed a spot to update filename to synthetic.pot
2023-11-16 07:27:06 -06:00
Dan Halbert
8e23a553e5
Merge pull request #8617 from jepler/fix-weblate-synthetic-po
...
Fix weblate synthetic po
2023-11-15 22:48:12 -05:00
Scott Shawcroft
269f352873
Merge pull request #8607 from dhalbert/esp32-analogin
...
Esp32 AnalogIn IO32 fix
2023-11-15 16:00:33 -08:00
Jeff Epler
770d1b269f
The very name "synthetic.po" caused problems with weblate
...
.. because it would add every term from circuitpython.pot to it;
then in turn, "make translate" would remove almost every message
from circuitpython.pot, and then give a pre-commit error.
Hopefully "synthetic.pot" won't get the same treatment.
This may require manual intervention on weblate to resolve a merge
conflict and undo weblate's chyange to synthetic.po/.pot.
2023-11-15 12:02:19 -06:00
Jeff Epler
f27a801b8c
"make translate"
...
This expectedly removes several messages that are "synthetic".
2023-11-15 11:58:17 -06:00
Jeff Epler
f2bd258131
Ensure translate and check-translate use the same command
...
They had diverged. This doesn't appear to be the cause of the build failure
on #8614 , but it doesn't hurt to make sure they always match.
2023-11-15 11:57:52 -06:00
Dan Halbert
4d93849a9e
Merge pull request #8614 from adafruit/revert-8599-use-utils-stdout-helpers
...
Revert "Revert to micropython's version of mp_hal_stdout_tx_strn_cooked"
2023-11-15 12:37:41 -05:00
Dan Halbert
d1ddce7ebe
Merge pull request #8613 from elpekenin/bugfix/stringify
...
[Bugfix] Resolve #8610 : concatenated strings not translatable
2023-11-15 12:37:24 -05:00
Dan Halbert
97b49e49f3
Merge pull request #8615 from SiliconLabs/dev_9.0
...
Workaround for Silabs builds intermittently fail in GitHub Actions CI
2023-11-15 12:32:01 -05:00
Nguyen Van Chat
ac11f6c2ad
Merge branch 'adafruit:main' into dev_9.0
2023-11-16 00:00:47 +07:00
Dan Halbert
bf499cf957
Merge pull request #8611 from dhalbert/qtpy-esp32-s3
...
fix qt py esp32-s3 4/2 flash size and mode
2023-11-15 11:35:22 -05:00
Dan Halbert
25dc8c9951
Revert "Revert to micropython's version of mp_hal_stdout_tx_strn_cooked"
2023-11-15 10:20:13 -05:00
elpekenin
b4e127a853
Resolve `#8610`
2023-11-15 15:59:43 +01:00
silabs-ChatNguyen
0a6e92d001
Workaround for race condition issue
2023-11-15 21:54:11 +07:00
Dan Halbert
e9d72e93a0
fix qt py esp32-s3 4/2 flash size and mode
2023-11-15 09:40:11 -05:00
Dan Halbert
58b111d428
Merge pull request #8608 from jepler/add-locale-module
...
Add `locale.getlocale()`
2023-11-15 09:24:04 -05:00
Dan Halbert
1b9f0d5fff
Merge pull request #8609 from jepler/fix-asyncio-ticks
...
_asyncio: fix definition of ticks to match adafruit_ticks
2023-11-15 08:59:17 -05:00
Dan Halbert
0dffd06e7a
Merge pull request #8601 from SiliconLabs/dev_9.0
...
Fix cannot write to characteristic unless read property is set for Silabs's board
2023-11-15 08:40:31 -05:00
Jeff Epler
43e7fcb227
Fix the locale module docstring
2023-11-15 07:22:11 -06:00
Jeff Epler
918e244c13
Add some more synthetic messages
...
.. so that nobody ever accidentally translates %S, %q, or %s.
These only appear inside MP_ERROR_TEXT for technical reasons.
2023-11-15 07:22:02 -06:00
Jeff Epler
6ca39aa9ec
_asyncio: fix definition of ticks to match adafruit_ticks
...
Otherwise, the timing of tasks is inconsistent, because C code and
userspace code are using incompatible epochs.
For whatever reason, a bunch of asyncio tests would consistently fail
in the Unix build locally; this change fixes it. I don't know why those
same tests succeed in CI!
Closes : #8500 (probably, didn't test)
2023-11-14 21:48:48 -06:00
Jeff Epler
d79bdbbe6b
update test result
2023-11-14 21:31:37 -06:00
Jeff Epler
46bfbad1bb
Add `locale.getlocale()`
...
This returns the localization of the running CircuitPython, such as
en_US, fr, etc.
Additional changes are needed in build infrastructure since the
string "en_US" should not appear to be translated in weblate, ever;
instead the value comes from the translation metadata.
Closes : #8602
2023-11-14 21:20:03 -06:00
Dan Halbert
80f8979b91
Fix ADC channel for IO32 on ESP32
2023-11-14 19:59:14 -05:00
Scott Shawcroft
f03654b61a
Merge pull request #8583 from imnotjames/boards/heltec_esp32s3_wifi_lora_v3
...
heltec esp32s3 wifi lora v3: new espressif board
2023-11-14 15:00:06 -08:00
Scott Shawcroft
98a92ef0ca
Merge pull request #8600 from supcik/oxocards
...
Add Oxocards ports
2023-11-14 14:58:37 -08:00
Scott Shawcroft
8ff0682937
Merge pull request #8605 from tannewt/fix_esp_heap_alloc
...
Fix split heap on ESP
2023-11-14 14:52:28 -08:00
Scott Shawcroft
1f2355742b
Fix split heap on ESP
...
It was setting the DMA capability requirement which excludes PSRAM.
Fixes #8597 . Fixes #8573 .
2023-11-14 12:00:59 -08:00
James Ward
e97f5b3570
chore: disable unused physical usb support
2023-11-14 14:42:44 -05:00
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