Skip to content
Snippets Groups Projects
  1. Dec 27, 2021
  2. Dec 25, 2021
  3. Dec 19, 2021
  4. Dec 11, 2021
  5. Dec 07, 2021
    • schneider's avatar
      epicardium: Query BLE hardware for idle periods · 545d6473
      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.
      545d6473
  6. Nov 29, 2021
  7. Nov 28, 2021
  8. Nov 16, 2021
  9. Nov 14, 2021
  10. Nov 13, 2021
  11. Nov 01, 2021
    • rahix's avatar
      fix(pmic): Fix glitches due to ctx race · 5bdf0a45
      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.
      5bdf0a45
    • rahix's avatar
      feat(pmic): Indicate on screen that a reset will happen · 56a6d691
      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.
      56a6d691
Loading