summaryrefslogtreecommitdiff
path: root/src/displayapp/DisplayAppRecovery.h
AgeCommit message (Collapse)AuthorFilesLines
2021-09-18Fix DisplayAppRecovery : add AlarmController to ctor().Jean-François Milants1-0/+2
2021-09-13Fix DisplayAppRecovery : fix include error by forward declaring Controllers ↵Jean-François Milants1-13/+19
in header file.
2021-08-28Fix recovery firmware since last changes in DisplayApp.Jean-François Milants1-1/+5
2021-06-06Fix build for recovery firmware.Jean-François Milants1-1/+1
2021-05-21Fix recovery DisplayApp.Jean-François Milants1-2/+4
2021-05-02short vibration when enabling itpetter1-0/+2
2021-04-24Changed access modified indentationAvamander1-2/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander1-11/+11
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants1-1/+3
wrist rotation + app to see the value of the 3 axis in "real time".
2021-03-20Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants1-2/+4
# Conflicts: # src/main.cpp # src/systemtask/SystemTask.h
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants1-1/+0
# Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants1-0/+72
as a recovery firmware : it only provides basic UI and BLE connectivity for OTA. This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy). CMake builds and docker have been modified accordingly. Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the