Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
17810ad
Only change loudness on zero crossing for both `audiomixer.Mixer` and…
relic-se Aug 13, 2026
7e65486
Force volume updates within `SYNTHIO_MAX_DUR`
relic-se Aug 13, 2026
8378f65
Remove inline from zero cross loudness functions
relic-se Aug 13, 2026
04b790a
Increase clarity of active and pending loudness
relic-se Aug 13, 2026
8ca9f09
Add comments to zero crossing detection
relic-se Aug 13, 2026
fccfdbb
Check left and right channels independently for zero value
relic-se Aug 13, 2026
3ce41e2
Add optimization flags to bradanlanestudio_explorer_rp2040
relic-se Aug 14, 2026
d8f175b
Disable msgpack on meowbit_v121
relic-se Aug 14, 2026
ccb521f
Update translation files
weblate Aug 17, 2026
e4c6393
tools: fix ci_changes_per_commit.py crash on null workflowRun
mikeysklar Aug 4, 2026
c054022
Merge pull request #11205 from mikeysklar/fix/ci-null-workflowrun
dhalbert Aug 17, 2026
b1f76e0
Merge remote-tracking branch 'origin/main'
weblate Aug 17, 2026
8fb8f3e
Merge pull request #11204 from weblate/weblate-circuitpython-main
dhalbert Aug 18, 2026
d8847b0
Update issue-labeled-ping to v3
tekktrik Aug 18, 2026
12b4042
Merge pull request #11194 from relic-se/level-transition
tannewt Aug 18, 2026
ec5d640
Reset `MixerVoice` buffers rather than sample
relic-se Aug 18, 2026
c8cd7fe
Merge pull request #11208 from tekktrik/dev/update-issue-ping
dhalbert Aug 18, 2026
98505e4
Merge pull request #11211 from relic-se/audiomixer-reset-buffer
dhalbert Aug 19, 2026
629523a
zephyr-cp/wifi: bound the scan wait and run background tasks
mikeysklar Aug 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/notify-on-issue-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
issues: write
steps:
- uses: tekktrik/issue-labeled-ping@v2
- uses: tekktrik/issue-labeled-ping@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
user: v923z
Expand Down
28 changes: 17 additions & 11 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,8 @@ msgstr "Chyba alokace paměti WiFi"
msgid "Only IPv4 addresses supported"
msgstr "Pouze IPv4 adresy podporovány"

#: ports/mimxrt10xx/common-hal/busio/SPI.c shared-bindings/busio/SPI.c
#: ports/mimxrt10xx/common-hal/busio/SPI.c
#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/busio/SPI.c
msgid "Must provide MISO or MOSI pin"
msgstr "Musí poskytnout pin MISO nebo MOSI"

Expand Down Expand Up @@ -1751,12 +1752,14 @@ msgid "Unknown gatt error: 0x%04x"
msgstr ""

#: ports/nordic/common-hal/_bleio/__init__.c
#: ports/zephyr-cp/common-hal/_bleio/Connection.c
msgid ""
"Unspecified issue. Can be that the pairing prompt on the other device was "
"Unspecified issue. The pairing request on the other device may have been "
"declined or ignored."
msgstr ""

#: ports/nordic/common-hal/_bleio/__init__.c
#: ports/zephyr-cp/common-hal/_bleio/Connection.c
#, c-format
msgid "Unknown security error: 0x%04x"
msgstr "Neznámá bezpečnostní chyba: 0x%04x"
Expand Down Expand Up @@ -1857,6 +1860,17 @@ msgstr ""
msgid "In-buffer elements must be <= 4 bytes long"
msgstr "Elementy v bufferu musí být <= 4 bajty"

#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/bitbangio/I2C.c
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/I2C.c
#: shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr "Funkce vyžaduje zámek"

#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
msgid "buffer slices must be of equal length"
msgstr ""

#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
msgid "Touch alarms not available"
Expand Down Expand Up @@ -3756,6 +3770,7 @@ msgid "file must be a file opened in byte mode"
msgstr ""

#: shared-bindings/audiodelays/Chorus.c shared-bindings/audiodelays/Echo.c
#: shared-bindings/audiodelays/Flanger.c
#: shared-bindings/audiodelays/GranularPitchShift.c
#: shared-bindings/audiodelays/MultiTapDelay.c
#: shared-bindings/audiodelays/PitchShift.c
Expand All @@ -3782,15 +3797,6 @@ msgstr ""
msgid "%q and %q must be different"
msgstr "%q a %q musí být rozdílné"

#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr "Funkce vyžaduje zámek"

#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
msgid "buffer slices must be of equal length"
msgstr ""

#: shared-bindings/bitmapfilter/__init__.c
msgid ""
"weights must be a sequence with an odd square number of elements (usually 9 "
Expand Down
28 changes: 17 additions & 11 deletions locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,8 @@ msgstr ""
msgid "Only IPv4 addresses supported"
msgstr ""

#: ports/mimxrt10xx/common-hal/busio/SPI.c shared-bindings/busio/SPI.c
#: ports/mimxrt10xx/common-hal/busio/SPI.c
#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/busio/SPI.c
msgid "Must provide MISO or MOSI pin"
msgstr ""

Expand Down Expand Up @@ -1750,12 +1751,14 @@ msgid "Unknown gatt error: 0x%04x"
msgstr ""

#: ports/nordic/common-hal/_bleio/__init__.c
#: ports/zephyr-cp/common-hal/_bleio/Connection.c
msgid ""
"Unspecified issue. Can be that the pairing prompt on the other device was "
"Unspecified issue. The pairing request on the other device may have been "
"declined or ignored."
msgstr ""

#: ports/nordic/common-hal/_bleio/__init__.c
#: ports/zephyr-cp/common-hal/_bleio/Connection.c
#, c-format
msgid "Unknown security error: 0x%04x"
msgstr ""
Expand Down Expand Up @@ -1856,6 +1859,17 @@ msgstr ""
msgid "In-buffer elements must be <= 4 bytes long"
msgstr ""

#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/bitbangio/I2C.c
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/I2C.c
#: shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr ""

#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
msgid "buffer slices must be of equal length"
msgstr ""

#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
msgid "Touch alarms not available"
Expand Down Expand Up @@ -3755,6 +3769,7 @@ msgid "file must be a file opened in byte mode"
msgstr ""

#: shared-bindings/audiodelays/Chorus.c shared-bindings/audiodelays/Echo.c
#: shared-bindings/audiodelays/Flanger.c
#: shared-bindings/audiodelays/GranularPitchShift.c
#: shared-bindings/audiodelays/MultiTapDelay.c
#: shared-bindings/audiodelays/PitchShift.c
Expand All @@ -3781,15 +3796,6 @@ msgstr ""
msgid "%q and %q must be different"
msgstr "%q και %q πρεπει να είναι διαφορετικά"

#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr ""

#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
msgid "buffer slices must be of equal length"
msgstr ""

#: shared-bindings/bitmapfilter/__init__.c
msgid ""
"weights must be a sequence with an odd square number of elements (usually 9 "
Expand Down
28 changes: 17 additions & 11 deletions locale/hi.po
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,8 @@ msgstr ""
msgid "Only IPv4 addresses supported"
msgstr ""

#: ports/mimxrt10xx/common-hal/busio/SPI.c shared-bindings/busio/SPI.c
#: ports/mimxrt10xx/common-hal/busio/SPI.c
#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/busio/SPI.c
msgid "Must provide MISO or MOSI pin"
msgstr ""

Expand Down Expand Up @@ -1740,12 +1741,14 @@ msgid "Unknown gatt error: 0x%04x"
msgstr ""

#: ports/nordic/common-hal/_bleio/__init__.c
#: ports/zephyr-cp/common-hal/_bleio/Connection.c
msgid ""
"Unspecified issue. Can be that the pairing prompt on the other device was "
"Unspecified issue. The pairing request on the other device may have been "
"declined or ignored."
msgstr ""

#: ports/nordic/common-hal/_bleio/__init__.c
#: ports/zephyr-cp/common-hal/_bleio/Connection.c
#, c-format
msgid "Unknown security error: 0x%04x"
msgstr ""
Expand Down Expand Up @@ -1846,6 +1849,17 @@ msgstr ""
msgid "In-buffer elements must be <= 4 bytes long"
msgstr ""

#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/bitbangio/I2C.c
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/I2C.c
#: shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr ""

#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
msgid "buffer slices must be of equal length"
msgstr ""

#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
msgid "Touch alarms not available"
Expand Down Expand Up @@ -3738,6 +3752,7 @@ msgid "file must be a file opened in byte mode"
msgstr ""

#: shared-bindings/audiodelays/Chorus.c shared-bindings/audiodelays/Echo.c
#: shared-bindings/audiodelays/Flanger.c
#: shared-bindings/audiodelays/GranularPitchShift.c
#: shared-bindings/audiodelays/MultiTapDelay.c
#: shared-bindings/audiodelays/PitchShift.c
Expand All @@ -3764,15 +3779,6 @@ msgstr ""
msgid "%q and %q must be different"
msgstr ""

#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr ""

#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
msgid "buffer slices must be of equal length"
msgstr ""

#: shared-bindings/bitmapfilter/__init__.c
msgid ""
"weights must be a sequence with an odd square number of elements (usually 9 "
Expand Down
28 changes: 17 additions & 11 deletions locale/ko.po
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,8 @@ msgstr "Wifi 메모리 할당에 실패했습니다"
msgid "Only IPv4 addresses supported"
msgstr "IPv4 주소만 지원됩니다"

#: ports/mimxrt10xx/common-hal/busio/SPI.c shared-bindings/busio/SPI.c
#: ports/mimxrt10xx/common-hal/busio/SPI.c
#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/busio/SPI.c
msgid "Must provide MISO or MOSI pin"
msgstr "MISO 또는 MOSI 핀을 제공해야 합니다"

Expand Down Expand Up @@ -1765,12 +1766,14 @@ msgid "Unknown gatt error: 0x%04x"
msgstr ""

#: ports/nordic/common-hal/_bleio/__init__.c
#: ports/zephyr-cp/common-hal/_bleio/Connection.c
msgid ""
"Unspecified issue. Can be that the pairing prompt on the other device was "
"Unspecified issue. The pairing request on the other device may have been "
"declined or ignored."
msgstr ""

#: ports/nordic/common-hal/_bleio/__init__.c
#: ports/zephyr-cp/common-hal/_bleio/Connection.c
#, c-format
msgid "Unknown security error: 0x%04x"
msgstr ""
Expand Down Expand Up @@ -1872,6 +1875,17 @@ msgstr "출력 버퍼 요소의 길이는 <= 4 바이트 여야 합니다"
msgid "In-buffer elements must be <= 4 bytes long"
msgstr "버퍼 내 요소 길이는 <= 4여야 합니다"

#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/bitbangio/I2C.c
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/I2C.c
#: shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr "이 함수에는 잠금이 필요합니다"

#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
msgid "buffer slices must be of equal length"
msgstr ""

#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
msgid "Touch alarms not available"
Expand Down Expand Up @@ -3794,6 +3808,7 @@ msgid "file must be a file opened in byte mode"
msgstr ""

#: shared-bindings/audiodelays/Chorus.c shared-bindings/audiodelays/Echo.c
#: shared-bindings/audiodelays/Flanger.c
#: shared-bindings/audiodelays/GranularPitchShift.c
#: shared-bindings/audiodelays/MultiTapDelay.c
#: shared-bindings/audiodelays/PitchShift.c
Expand All @@ -3820,15 +3835,6 @@ msgstr ""
msgid "%q and %q must be different"
msgstr "%q와 %q는 달라야 합니다"

#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr "이 함수에는 잠금이 필요합니다"

#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
msgid "buffer slices must be of equal length"
msgstr ""

#: shared-bindings/bitmapfilter/__init__.c
msgid ""
"weights must be a sequence with an odd square number of elements (usually 9 "
Expand Down
37 changes: 24 additions & 13 deletions locale/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,8 @@ msgstr "Не удалось выделить память Wifi"
msgid "Only IPv4 addresses supported"
msgstr "Поддерживаются только адреса IPv4"

#: ports/mimxrt10xx/common-hal/busio/SPI.c shared-bindings/busio/SPI.c
#: ports/mimxrt10xx/common-hal/busio/SPI.c
#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/busio/SPI.c
msgid "Must provide MISO or MOSI pin"
msgstr "Пин MISO или MOSI должен быть предоставлен"

Expand Down Expand Up @@ -1760,14 +1761,14 @@ msgid "Unknown gatt error: 0x%04x"
msgstr "Неизвестная ошибка gatt: 0x%04x"

#: ports/nordic/common-hal/_bleio/__init__.c
#: ports/zephyr-cp/common-hal/_bleio/Connection.c
msgid ""
"Unspecified issue. Can be that the pairing prompt on the other device was "
"Unspecified issue. The pairing request on the other device may have been "
"declined or ignored."
msgstr ""
"Неуказанная проблема. Возможно, запрос на сопряжение на другом устройстве "
"был отклонен или проигнорирован."

#: ports/nordic/common-hal/_bleio/__init__.c
#: ports/zephyr-cp/common-hal/_bleio/Connection.c
#, c-format
msgid "Unknown security error: 0x%04x"
msgstr "Неизвестная ошибка безопасности: 0x%04x"
Expand Down Expand Up @@ -1872,6 +1873,17 @@ msgstr "Элементы вне буфера должны иметь длину
msgid "In-buffer elements must be <= 4 bytes long"
msgstr "Элементы буфера должны быть длиной <= 4 байта"

#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/bitbangio/I2C.c
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/I2C.c
#: shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr "Функция требует блокировки"

#: ports/raspberrypi/bindings/wiznet/PIO_SPI.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/SPI.c
msgid "buffer slices must be of equal length"
msgstr "Буферные фрагменты должны быть одинаковой длины"

#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
msgid "Touch alarms not available"
Expand Down Expand Up @@ -3797,6 +3809,7 @@ msgid "file must be a file opened in byte mode"
msgstr "Файл должен быть файлом, открытым в байтовом режиме"

#: shared-bindings/audiodelays/Chorus.c shared-bindings/audiodelays/Echo.c
#: shared-bindings/audiodelays/Flanger.c
#: shared-bindings/audiodelays/GranularPitchShift.c
#: shared-bindings/audiodelays/MultiTapDelay.c
#: shared-bindings/audiodelays/PitchShift.c
Expand All @@ -3823,15 +3836,6 @@ msgstr ""
msgid "%q and %q must be different"
msgstr "%q и %q должны быть разными"

#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
msgid "Function requires lock"
msgstr "Функция требует блокировки"

#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
msgid "buffer slices must be of equal length"
msgstr "Буферные фрагменты должны быть одинаковой длины"

#: shared-bindings/bitmapfilter/__init__.c
msgid ""
"weights must be a sequence with an odd square number of elements (usually 9 "
Expand Down Expand Up @@ -4750,6 +4754,13 @@ msgstr "выключить"
msgid "No IP"
msgstr "Нет IP"

#~ msgid ""
#~ "Unspecified issue. Can be that the pairing prompt on the other device was "
#~ "declined or ignored."
#~ msgstr ""
#~ "Неуказанная проблема. Возможно, запрос на сопряжение на другом устройстве "
#~ "был отклонен или проигнорирован."

#, c-format
#~ msgid "SDIO Init Error %x"
#~ msgstr "Ошибка инициализации SDIO %x"
Expand Down
Loading
Loading