Commit Graph

526 Commits

Author SHA1 Message Date
Jean-François Milants
16ce5bbb75 Set version to 0.12..0 2021-02-04 17:33:22 +01:00
JF002
9c35b6fe5d
Merge pull request #197 from Avamander/patch-9
Enabled clang-format in Clion
2021-01-31 21:06:06 +01:00
JF002
1ea4c7d744
Merge pull request #196 from Avamander/patch-8
Added clang-tidy configuration
2021-01-31 21:05:50 +01:00
JF002
9810f58a71
Merge pull request #194 from Avamander/patch-6
Added Clang formatting rules
2021-01-31 21:05:25 +01:00
JF002
2b45df3390
Merge pull request #195 from Avamander/patch-7
Improve CLion's formatting rules
2021-01-31 20:52:44 +01:00
JF002
97807edd9d
Merge pull request #193 from Avamander/patch-5
Updated CMakeLists.txt to be more consistent
2021-01-31 20:51:02 +01:00
Jean-François Milants
51ff9d5e7b Normalize all the line endings 2021-01-31 20:50:04 +01:00
JF002
ec0deb66b7
Merge pull request #192 from Avamander/patch-4
Create .gitattributes
2021-01-31 20:32:12 +01:00
JF002
79a33bce63
Merge pull request #191 from Avamander/patch-3
Create .gitconfig
2021-01-31 20:31:53 +01:00
JF002
5010255193
Merge pull request #190 from Avamander/patch-1
Create CONTRIBUTING.md
2021-01-31 20:27:22 +01:00
Avamander
a9e79468d0 Re-enabled use-after-move warning 2021-01-31 00:05:23 +02:00
Avamander
187fe5d7b8 Enabled clang-format in Clion 2021-01-31 00:01:22 +02:00
Avamander
10767d5e0a Added clang-tidy configuration 2021-01-30 23:55:35 +02:00
Avamander
9be9ddca45 Improve CLion's formatting rules 2021-01-30 23:50:40 +02:00
Avamander
f907fcbe61 Added Clang Format rules 2021-01-30 23:46:12 +02:00
Avamander
4371b7fecc
Update CMakeLists.txt 2021-01-30 19:11:07 +02:00
Avamander
f692754841
Create .gitattributes 2021-01-30 18:52:14 +02:00
Avamander
04fd4a7d03
Create .gitconfig 2021-01-30 18:48:06 +02:00
Avamander
d6557c93f2
Create CONTRIBUTING.md 2021-01-30 18:15:38 +02:00
JF002
80838d1e42
Merge pull request #178 from petterhs/docker
check for cmake build-success before running post-build.sh
2021-01-23 21:33:11 +01:00
JF002
0a237a7c3a
Merge pull request #175 from nscooling/fix_octal_error_in_St7789_list
changed command MemoryDataAccessControl from 036 to 0x36 in St7789 class
2021-01-23 21:24:01 +01:00
JF002
d517b1109c
Merge pull request #172 from Avamander/patch-1
Create FUNDING.yml
2021-01-23 21:21:04 +01:00
Jean-François Milants
0a169b15f1 Upgrade feature list in main README.md file. 2021-01-23 21:05:37 +01:00
Jean-François Milants
84b509ed95 Set version to 0.11.0 2021-01-23 17:39:53 +01:00
petter
a028c39ddd check for cmake build-success before running post-build.sh 2021-01-23 11:11:14 +01:00
Niall Cooling
66a296d0f3 changed command MemoryDataAccessControl from 036 to 0x36 in St7789 class 2021-01-21 07:51:43 +00:00
JF002
7e27bc8733
Merge pull request #173 from michaelPotter/patch-1
Fix config file discrepancy
2021-01-20 20:43:42 +00:00
JF002
be48f5275a
Merge pull request #168 from Panky-codes/fix-erratic-battery
Fix erratic battery
2021-01-20 20:41:55 +00:00
Jean-François Milants
6d85139387 Merge branch 'piggz-nav' into develop 2021-01-20 21:34:21 +01:00
Jean-François Milants
522a1eb0be Merge branch piggz/nav into develop:
- fix conflict
 - add a icon for the navigation app.
2021-01-20 21:34:09 +01:00
JF002
a0f2fa8469
Merge pull request #169 from JF002/heartRateSensor
Heart rate sensor
2021-01-20 20:11:56 +00:00
JF002
35d4f6d487
Merge pull request #171 from JF002/fix-lvgl-animation
Fix bug in animation management for lv_label
2021-01-20 20:09:59 +00:00
JF002
0e679a02af
Merge pull request #174 from JF002/fixMusicServiceUUID
Fix music service UUID
2021-01-20 20:07:12 +00:00
Jean-François Milants
ba03372f3b Music UUID must start with 00000000 instead of 00010000 (copy/paste error) 2021-01-19 21:38:53 +01:00
Jean-François Milants
ccbe2e8e1b Adapt the UUID of Music service according to new guidelines. 2021-01-19 21:27:44 +01:00
Jean-François Milants
54d437adb8 Add guideline to chose the UUID of custom BLE services in docs. 2021-01-19 21:25:57 +01:00
Michael Potter
c78291de65
Fix config file discrepancy
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
2021-01-19 11:07:47 -08:00
Avamander
74f094d4e9
Create FUNDING.yml
Added a link to the LiberaPay donation page
2021-01-17 20:53:04 +02:00
Jean-François Milants
39d9fc2053 Fix bug in animation management for lv_label 2021-01-17 18:25:22 +01:00
Jean-François Milants
68674cec53 Add heart rate BLE service. 2021-01-17 16:34:14 +01:00
Jean-François Milants
3a3a14115a Add License/copyright info in HR related files. 2021-01-17 16:33:45 +01:00
panky-codes
b31c0e7e45 Added more descriptive comments in doxygen format. 2021-01-17 11:06:24 +01:00
Jean-François Milants
04063cf0af HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ON when the app is closed), display the HR value on the Clock app. 2021-01-17 10:39:46 +01:00
panky-codes
952021cdb6 Changed float to int in battery controller file. 2021-01-16 21:31:58 +01:00
panky-codes
8697a06642 Changed std accumulate to use int instead of a float. 2021-01-16 20:46:01 +01:00
panky-codes
271ca78be5 Converted all the other float usage to int. 2021-01-16 20:18:55 +01:00
panky-codes
e2d1f81915 Converted percent remaining calc to int. 2021-01-16 19:51:32 +01:00
panky-codes
11280d5f37 Adjusted the firmware to display percent instead of gfx. 2021-01-16 14:55:13 +01:00
panky-codes
dece6c6bc8 Adapted the accumulate function to return float. 2021-01-14 22:11:17 +01:00
panky-codes
b8f943e73c Implemented a circular buffer and added an average alg for batter remaining percentage. 2021-01-14 21:22:36 +01:00