| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow.
|
| |
|
|
|
|
| |
This fixes an issue that would prevent the firmware from running correctly after a full reset or after the flashing of the firmware.
Before this fix, ble_manager_init_peer_manager() was called before the scheduler, which trigged an assert in an IRQ routine.
|
| | |
|
| | |
|
| |
|
|
| |
than 7s.
|
| | |
|
|
|
Refactor SystemTask in its own class.
Refactor Screen to be able to close current screen and open a new one.
Re-enable sleep/wake up and propagate button event to Screens.
|