aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Re-enabled use-after-move warningAvamander2021-01-311-1/+0
| | | | |
| * | | | Added clang-tidy configurationAvamander2021-01-301-0/+27
| |/ / /
* | | | Merge pull request #194 from Avamander/patch-6JF0022021-01-311-0/+136
|\ \ \ \ | | | | | | | | | | Added Clang formatting rules
| * | | | Added Clang Format rulesAvamander2021-01-301-0/+136
| |/ / /
* | | | Merge pull request #195 from Avamander/patch-7JF0022021-01-311-1/+21
|\ \ \ \ | | | | | | | | | | Improve CLion's formatting rules
| * | | | Improve CLion's formatting rulesAvamander2021-01-301-1/+21
| |/ / /
* | | | Merge pull request #193 from Avamander/patch-5JF0022021-01-311-1/+1
|\ \ \ \ | | | | | | | | | | Updated CMakeLists.txt to be more consistent
| * | | | Update CMakeLists.txtAvamander2021-01-301-1/+1
| |/ / /
* | | | Normalize all the line endingsJean-François Milants2021-01-313-4/+4
| | | |
* | | | Merge pull request #192 from Avamander/patch-4JF0022021-01-311-0/+15
|\ \ \ \ | | | | | | | | | | Create .gitattributes
| * | | | Create .gitattributesAvamander2021-01-301-0/+15
| |/ / /
* | | | Merge pull request #191 from Avamander/patch-3JF0022021-01-311-0/+5
|\ \ \ \ | | | | | | | | | | Create .gitconfig
| * | | | Create .gitconfigAvamander2021-01-301-0/+5
| |/ / /
* | | | Merge pull request #190 from Avamander/patch-1JF0022021-01-311-0/+33
|\ \ \ \ | |/ / / |/| | | Create CONTRIBUTING.md
| * | | Create CONTRIBUTING.mdAvamander2021-01-301-0/+33
|/ / /
* | | Merge pull request #178 from petterhs/dockerJF0022021-01-231-3/+5
|\ \ \ | | | | | | | | check for cmake build-success before running post-build.sh
| * | | check for cmake build-success before running post-build.shpetter2021-01-231-3/+5
| |/ /
* | | Merge pull request #175 from nscooling/fix_octal_error_in_St7789_listJF0022021-01-231-1/+1
|\ \ \ | | | | | | | | changed command MemoryDataAccessControl from 036 to 0x36 in St7789 class
| * | | changed command MemoryDataAccessControl from 036 to 0x36 in St7789 classNiall Cooling2021-01-211-1/+1
| |/ /
* | | Merge pull request #172 from Avamander/patch-1JF0022021-01-231-0/+1
|\ \ \ | | | | | | | | Create FUNDING.yml
| * | | Create FUNDING.ymlAvamander2021-01-171-0/+1
| | | | | | | | | | | | Added a link to the LiberaPay donation page
* | | | Upgrade feature list in main README.md file.Jean-François Milants2021-01-231-6/+10
| | | |
* | | | Set version to 0.11.0Jean-François Milants2021-01-231-1/+1
| |/ / |/| |
* | | Merge pull request #173 from michaelPotter/patch-1JF0022021-01-201-3/+3
|\ \ \ | | | | | | | | Fix config file discrepancy
| * | | Fix config file discrepancyMichael Potter2021-01-191-3/+3
| |/ / | | | | | | Fixes a discrepancy with config file naming. The config files it tells you to create end in ocd, but the example flash command uses a filename ending in cfg
* | | Merge pull request #168 from Panky-codes/fix-erratic-batteryJF0022021-01-205-12/+49
|\ \ \ | | | | | | | | Fix erratic battery
| * | | Added more descriptive comments in doxygen format.panky-codes2021-01-171-9/+15
| | | |
| * | | Changed float to int in battery controller file.panky-codes2021-01-161-2/+2
| | | |
| * | | Changed std accumulate to use int instead of a float.panky-codes2021-01-161-1/+1
| | | |
| * | | Converted all the other float usage to int.panky-codes2021-01-164-8/+8
| | | |
| * | | Converted percent remaining calc to int.panky-codes2021-01-163-8/+7
| | | |
| * | | Adjusted the firmware to display percent instead of gfx.panky-codes2021-01-161-1/+2
| | | |
| * | | Adapted the accumulate function to return float.panky-codes2021-01-141-1/+2
| | | |
| * | | Implemented a circular buffer and added an average alg for batter remaining ↵panky-codes2021-01-142-3/+33
| |/ / | | | | | | | | | percentage.
* | | Merge branch 'piggz-nav' into developJean-François Milants2021-01-20280-384/+10934
|\ \ \
| * | | Merge branch piggz/nav into develop:Jean-François Milants2021-01-20280-384/+10934
|/ / / | | | | | | | | | | | | - fix conflict - add a icon for the navigation app.
* | | Merge pull request #169 from JF002/heartRateSensorJF0022021-01-2029-23/+986
|\ \ \ | | | | | | | | Heart rate sensor
| * | | Add heart rate BLE service.Jean-François Milants2021-01-179-7/+152
| | | |
| * | | Add License/copyright info in HR related files.Jean-François Milants2021-01-174-2/+30
| | | |
| * | | HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants2021-01-1712-35/+98
| | | | | | | | | | | | | | | | ON when the app is closed), display the HR value on the Clock app.
| * | | HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants2021-01-104-3/+28
| | | |
| * | | First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2021-01-1023-12/+714
| | |/ | |/|
* | | Merge pull request #171 from JF002/fix-lvgl-animationJF0022021-01-203-5/+56
|\ \ \ | | | | | | | | Fix bug in animation management for lv_label
| * | | Fix bug in animation management for lv_labelJean-François Milants2021-01-173-5/+56
| |/ /
* | | Merge pull request #174 from JF002/fixMusicServiceUUIDJF0022021-01-203-41/+100
|\ \ \ | |_|/ |/| | Fix music service UUID
| * | Music UUID must start with 00000000 instead of 00010000 (copy/paste error)Jean-François Milants2021-01-191-1/+1
| | |
| * | Adapt the UUID of Music service according to new guidelines.Jean-François Milants2021-01-192-41/+77
| | |
| * | Add guideline to chose the UUID of custom BLE services in docs.Jean-François Milants2021-01-191-0/+23
|/ /
* | Merge pull request #160 from petterhs/fixMusicUUIDTypoJF0022021-01-131-1/+1
|\ \ | | | | | | fix MusicService UUID typo in comment
| * | fix MusicService UUID typo in commentpetter2021-01-081-1/+1
| |/