- Dec 11, 2021
-
- 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.
-
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
-
- Oct 01, 2021
- Sep 23, 2021
-
-
schneider authored
- Sep 20, 2021
-
- Sep 19, 2021
-
-
schneider authored
-