Stefan Kratochwil stefank
  • Joined on 2024-04-15
stefank commented on pull request TonBERRY/tonberry-pico#17 2025-04-22 19:37:48 +00:00
15-create-filesystem-image-with-firmware

It appears that CMake has removes support for versions < 3.5. This popped up when building with cmake 4.0.1.

Stupid question: Can we make the build container registry 'gitea/runner-images:ubuntu…

stefank opened issue TonBERRY/tonberry-pico#16 2025-03-25 22:31:56 +00:00
Implement web api endpoint /v1/api/nfc/current
stefank pushed to webapi at TonBERRY/tonberry-pico 2025-03-25 21:24:12 +00:00
20eb4321fa Minimal example for api endpoint
2d711fcdb6 Fomulated potentially useful openapi spec and json schema.
b818ed933d Merge pull request 'nfc-module' (#10) from nfc-module into main
ee43ad816a Providing public interface, fixed formatting.
a2a9c82471 Nfc module now depends on initialized MFRC522, fixed incorrect return type hint.
Compare 5 commits »
stefank deleted branch nfc-module from TonBERRY/tonberry-pico 2025-03-25 21:21:30 +00:00
stefank pushed to main at TonBERRY/tonberry-pico 2025-03-25 21:21:29 +00:00
b818ed933d Merge pull request 'nfc-module' (#10) from nfc-module into main
ee43ad816a Providing public interface, fixed formatting.
a2a9c82471 Nfc module now depends on initialized MFRC522, fixed incorrect return type hint.
976bc4053c Made nfc.py executable, increased tocard_retries to 20 due to increased CPU frequency.
5cda9891f5 Added docstrings and license information.
Compare 6 commits »
stefank merged pull request TonBERRY/tonberry-pico#10 2025-03-25 21:21:28 +00:00
nfc-module
stefank pushed to nfc-module at TonBERRY/tonberry-pico 2025-03-25 21:16:42 +00:00
ee43ad816a Providing public interface, fixed formatting.
stefank pushed to nfc-module at TonBERRY/tonberry-pico 2025-03-25 21:05:19 +00:00
a2a9c82471 Nfc module now depends on initialized MFRC522, fixed incorrect return type hint.
stefank pushed to webapi at TonBERRY/tonberry-pico 2025-03-25 20:49:52 +00:00
872aa9c717 Minimal example for api endpoint
d9be80af3b Fomulated potentially useful openapi spec and json schema.
Compare 2 commits »
stefank pushed to webapi at TonBERRY/tonberry-pico 2025-03-25 19:44:45 +00:00
784b0982b5 Minimal example for api endpoint
39c1e127b9 Fomulated potentially useful openapi spec and json schema.
cb617b3521 WIP: First working example for an async background task
976bc4053c Made nfc.py executable, increased tocard_retries to 20 due to increased CPU frequency.
5cda9891f5 Added docstrings and license information.
Compare 14 commits »
stefank pushed to nfc-module at TonBERRY/tonberry-pico 2025-03-25 19:38:22 +00:00
976bc4053c Made nfc.py executable, increased tocard_retries to 20 due to increased CPU frequency.
5cda9891f5 Added docstrings and license information.
ba4c5175eb WIP: First working example for an async background task
dfd48a0314 Fix crash when starting audiocore from REPL
72d5d97d46 Merge pull request 'audiocore-mp3-decoder' (#12) from audiocore-mp3-decoder into main
Compare 11 commits »
stefank pushed to webapi at TonBERRY/tonberry-pico 2025-03-25 19:32:07 +00:00
90ea982830 Minimal example for api endpoint
stefank approved TonBERRY/tonberry-pico#12 2025-03-21 21:45:03 +00:00
audiocore-mp3-decoder

Just a few questions, and one irrelevant typo.

stefank commented on pull request TonBERRY/tonberry-pico#12 2025-03-21 21:45:03 +00:00
audiocore-mp3-decoder

Partly complements my question from above.

stefank commented on pull request TonBERRY/tonberry-pico#12 2025-03-21 21:45:03 +00:00
audiocore-mp3-decoder

Aaah, ARM Compiler manual says this is "Set Event" - not Schienenersatzverkehr...

stefank commented on pull request TonBERRY/tonberry-pico#12 2025-03-21 21:45:03 +00:00
audiocore-mp3-decoder

continuous

stefank commented on pull request TonBERRY/tonberry-pico#12 2025-03-21 21:45:03 +00:00
audiocore-mp3-decoder

Shouldn't be dma_channel_abort() and irq_remove_handler() be the other way round because of E13?

stefank commented on pull request TonBERRY/tonberry-pico#12 2025-03-21 21:45:03 +00:00
audiocore-mp3-decoder

Ah, I was already wondering why i2s needs to know about the samplerate. Check 👍

stefank commented on pull request TonBERRY/tonberry-pico#12 2025-03-21 21:45:03 +00:00
audiocore-mp3-decoder

Stumbled across this because of volume_adjust() and the 15 bit right shift.

stefank commented on pull request TonBERRY/tonberry-pico#12 2025-03-21 21:45:03 +00:00
audiocore-mp3-decoder

That#s not something we need to do now, but we definitely need to document the IPC protocol. I am getting lwIP vibes here ^^