- 25 Dec, 2021 2 commits
-
- 19 Dec, 2021 1 commit
-
- 11 Dec, 2021 3 commits
-
-
Rahix authored
Due to the new renderer, there is now enough space for longer messages. Write out the full messages instead of "compressed" ones.
-
- 07 Dec, 2021 1 commit
-
-
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.
-
- 29 Nov, 2021 3 commits
- 28 Nov, 2021 5 commits
- 16 Nov, 2021 10 commits
- 14 Nov, 2021 3 commits
- 13 Nov, 2021 1 commit
-
- 01 Nov, 2021 4 commits
-
-
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.
-
Rahix authored
Print "Reset!" to the screen before resetting so it is obvious what is about to happen. Currently, the screen brightness just suddenly jumps up and card10 becomes unresponsive until the bootloader shows up.
-
Rahix authored
-
- 01 Oct, 2021 7 commits