summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-04-04Handle return code from BMA driver, and set a flag is the initialization ↵Jean-François Milants7-15/+33
fails. This allows to boot InfiniTime even if the device cannot initialize.
2021-04-04Code cleaning in BMA421 driver. Do the axis inversion in the driver and not ↵Jean-François Milants3-59/+32
in the application. NOTE: Axis remapping from the SDK do not apply to the "raw" X/Y/Z values returned to the sensor. According to the doc, the remapping is only applied to features, but I cannot check if it has any effect on step counting (I'm not sure I use it correctly, doc is not complete enough about this feature).
2021-04-04Add step counting and wake up on wrist rotation in the list of features.Jean-François Milants1-0/+3
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants27-26/+12344
wrist rotation + app to see the value of the 3 axis in "real time".
2021-04-04Merge pull request #239 from muesli/badge-linkJF0021-1/+1
Fix README build-badge link
2021-03-31Merge pull request #238 from nscooling/make_uniqueJF00211-69/+64
Resolved C++14 Cmake build issues so correctly building to C99/C++14
2021-03-24Merge pull request #249 from alexr4535/developJF0021-1/+2
add siglo as a companion app
2021-03-23add siglo as a companion appAlex Robinson1-1/+2
2021-03-22replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling7-39/+45
2021-03-22Updated to include WatchFaceAnalog and fixed clashesNiall Cooling83-561/+5373
2021-03-21Set version to 0.15.0Jean-François Milants1-1/+1
2021-03-21Update buildAndProgram.md with info about Debug/Release builds.Jean-François Milants1-5/+10
2021-03-21Merge pull request #245 from petterhs/fixDisplayErrorsJF0022-8/+4
fix display driver issues in recovery
2021-03-21Merge pull request #244 from joaquimorg/LVGL7.11.0JF0021-0/+0
Update to LVGL 7.11.0 Final
2021-03-21Merge pull request #231 from Panky-codes/feature/add-stop-watchJF00210-45/+376
Added stopwatch
2021-03-21Added stopwatch app to readmepanky-codes1-0/+1
2021-03-21fix display driver issues in recoverypetter2-8/+4
2021-03-21Reverted the paddle app in displayapp.cpppanky-codes1-2/+2
2021-03-21Updated lvgl submodule to match with develop branchpanky-codes1-0/+0
2021-03-21Fix README build-badge linkChristian Muehlhaeuser1-1/+1
2021-03-20Merged upstreampanky-codes76-529/+4994
2021-03-20Reworked based on PR comments.panky-codes4-38/+56
2021-03-20Update to LVGL 7.11.0 FinalJoaquim1-0/+0
2021-03-20Merge pull request #240 from joaquimorg/ScreenCorruptionFIXJF0024-78/+38
FIX screen corruption (Issue #213)
2021-03-20Merge pull request #237 from muesli/systeminfo-urlJF0021-1/+1
Update project URL in SystemInfo
2021-03-20Merge pull request #235 from MFAshby/doc_correctionJF0026-11/+11
Small correction to git URL in documentation files
2021-03-20Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants27-319/+1327
# Conflicts: # src/main.cpp # src/systemtask/SystemTask.h
2021-03-20Merge pull request #217 from joaquimorg/MultiFaceClockJF00225-315/+1320
Multi face support, analog clock, 12/24 config
2021-03-18FIX screen corruption #213Joaquim4-78/+38
2021-03-16Resolved C++14 Cmake build issues so correctly building to C99/C++14 standardsNiall Cooling4-23/+16
2021-03-16Update project URL in SystemInfoChristian Muehlhaeuser1-1/+1
Pinetime -> InfiniTime
2021-03-15Small correction to git URL in documentation filesMartin Ashby6-11/+11
2021-03-15Removed unused variables. Tested.panky-codes3-9/+8
2021-03-13Increased the size of the button and realigned the layout a bit. Tested.panky-codes1-5/+7
2021-03-13Added some comments for clarity. Ready for review. Tested.panky-codes2-4/+16
2021-03-13Stopwatch completed. Ready for PRpanky-codes5-55/+75
2021-03-13Adding laps completed.panky-codes2-6/+17
2021-03-12Laps introduced. Tested. Need to change the icon.panky-codes2-7/+71
2021-03-12Added a button for stop lap. Logic works. Need to implement symbol and ↵panky-codes2-9/+58
buffer for lap
2021-03-11Added play/pause button.panky-codes2-9/+55
2021-03-11Changed the clock source. Stopwatch works. Need to add butttons.panky-codes2-12/+29
2021-03-11Merge branch 'develop' of github.com:JF002/Pinetime into feature/add-stop-watchpanky-codes4-48/+60
2021-03-11Basic logic done. Need to change the timer source to get ms. Also need to ↵panky-codes6-3/+114
replace with paddle app in displayApp.cpp and ApplicationList.cpp later.
2021-03-08fix AM/PMJoaquim José Almeida Pereira1-5/+15
2021-03-07Set version to 0.14.1Jean-François Milants1-1/+1
2021-03-07Merge branch 'recovery-firmware' of JF/PineTime into developJF49-108/+3624
2021-03-07Add submodule again...Jean-François Milants2-0/+3
2021-03-07Revert "Add submodule again..."Jean-François Milants3-27/+1
This reverts commit 15484d0b34099b50c300b6f76e23f70f171bb409.
2021-03-07Add submodule again...Jean-François Milants3-1/+27
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants559-100328/+33649
# Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h