summaryrefslogtreecommitdiff
path: root/src/displayapp/DisplayAppRecovery.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-06-12Move most of the code from the constructor of the objects statically ↵Jean-François Milants1-1/+2
initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (https://en.cppreference.com/w/cpp/language/siof). See https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238.
2021-06-06Fix build for recovery firmware.Jean-François Milants1-2/+5
2021-05-21Fix recovery DisplayApp.Jean-François Milants1-2/+3
2021-05-15Merge pull request #349 from Avamander/patch-2JF0021-1/+1
Switched to booleans for infinite while loops
2021-05-14Added braces to a few if statementsAvamander1-2/+3
2021-05-14Switched to booleans for infinite while loopsAvamander1-1/+1
2021-05-02short vibration when enabling itpetter1-0/+1
2021-04-24Reformatted all the files according to clang-format styleAvamander1-16/+20
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants1-1/+2
wrist rotation + app to see the value of the 3 axis in "real time".
2021-03-21fix display driver issues in recoverypetter1-4/+2
2021-03-20Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants1-2/+2
# Conflicts: # src/main.cpp # src/systemtask/SystemTask.h
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants1-0/+110
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