- Dec 27, 2021
- Dec 25, 2021
-
-
rahix authored
-
rahix authored
-
rahix authored
For some development builds, the firmware version string can get quite long. For example: `v1.17-123-g2120027c87da-dirty`. To ensure such long versions still get transmitted properly, increase the buffer size to 32 bytes. Let's hope that's enough for now...
-
rahix authored
Nobody noticed by MicroPython 1.17 brings f-strings. Let's enable them!
-
schneider authored
They were created to support very early launcher scripts and are not needed anymore. This also makes some apps from the hatchery work, as they were not developed with app launchers in mind.
-
- Dec 19, 2021
-
- Dec 11, 2021
-
-
rahix authored
Due to the new renderer, there is now enough space for longer messages. Write out the full messages instead of "compressed" ones.
-
- Dec 07, 2021
-
-
schneider authored
Query the BLE base band for idle periods and put the CPU to sleep during this time. This allows us to reduce clock speed again and wake up in time to quickly serve BLE interrupts. In the future we can now even go lower than DIV4, as BLE continues to work at least until DIV16.
-
- Nov 29, 2021
- Nov 28, 2021
- Nov 16, 2021
- Nov 14, 2021
- Nov 13, 2021
-
- Nov 01, 2021
-
-
rahix authored
When ctx is currently running in the dispatcher task to perform some drawing calculations, the code here in the pmic task might preempt it. This can lead to odd glitches and probably in the worst case a crash. Because we know that no other code will continue running after we've hit the shutdown codepath, we can just force-reinitialize ctx here.
-