This website requires JavaScript.
645a071b70
FIX: AlarmTriggered fall through to ShowPairingKey
James A. Jerkins
2021-12-11 21:34:51 -06:00
bccd77d5c9
Merge pull request #756 from geekbozu/BLE_FS
JF
2021-12-11 16:09:56 +01:00
1470489e7b
Fix Failed rebase.
Tim Keller
2021-12-10 01:49:03 +00:00
0a0d1f2703
Fix more initializers
Tim Keller
2021-11-21 21:35:41 +00:00
b9a2db1a49
Fix large file support that broke due to a refactor.
Tim Keller
2021-11-21 06:33:24 +00:00
d1e9aa1076
Force variable cleanup because LFS makes assumptions about variable initialization state
Tim Keller
2021-11-21 06:17:07 +00:00
fdb5e27aea
Attempt at a more robust File handler
Tim Keller
2021-11-21 03:33:00 +00:00
b62c62ee1f
Change read to return LFS return values when reading a directory or nonexistant file
Tim Keller
2021-11-20 20:18:14 +00:00
09b9130244
Fix string nullterminations, Expand error codes.
Tim Keller
2021-11-20 04:57:02 +00:00
362a5ef113
Added move function
Tim Keller
2021-11-16 04:32:53 +00:00
8f46908d38
Fix lvgl_open to respect littlefs open errors
Tim Keller
2021-10-26 03:42:34 +00:00
f4322841ff
Remove DirDelete, implementation did not work and memory contraints are recursive. Better implemented on client side...
Tim Keller
2021-10-26 00:48:25 +00:00
2e10b0fe64
Remove mount/unmount. No longer needed
Tim Keller
2021-10-26 00:10:39 +00:00
c1aa5a5ea7
Write works
Tim Keller
2021-10-25 03:02:02 +00:00
8fb99471c3
Reading Seems to work?
Tim Keller
2021-10-22 03:34:23 +00:00
faa05eb57b
Actually fix memory corruption, seems stable now ListDir MKDIR delete all seem to work Co-authored-by: Iambian <Iambian@users.noreply.github.com>
Tim Keller
2021-10-21 04:02:50 +00:00
6393a17d74
List Dir works?
Tim Keller
2021-10-20 01:30:04 +00:00
f841b8c984
Revert "More attempted SPI fixes"
Tim Keller
2021-10-19 19:15:48 +00:00
a5a64800ed
Revert "Workaround for SPI bus being asleep."
Tim Keller
2021-10-19 19:15:41 +00:00
d89e38d3bf
Focus on getting flash access working properly
Tim Keller
2021-10-19 19:03:00 +00:00
8f6a390c36
Start of read command
Tim Keller
2021-10-18 04:20:26 +00:00
1b4b422ab6
More attempted SPI fixes
Tim Keller
2021-10-18 04:20:11 +00:00
3a8e66a52f
Added Delete file Added FS Stat.
Tim Keller
2021-10-17 23:07:43 +00:00
eabbbfa373
Fix folder count in output
Tim Keller
2021-10-17 22:07:43 +00:00
2690c274af
Workaround for SPI bus being asleep. This needs to get cherrypicked to another PR as SPI Sleep needs to use a semaphore or something
Tim Keller
2021-10-17 21:33:01 +00:00
1dd7174480
More reliable FS listing
Tim Keller
2021-10-17 20:48:34 +00:00
91c644b43c
direcetory listings maybe? Added LISTDIR command and notify responses.
Tim Keller
2021-10-17 16:04:23 +00:00
f57f797ff5
Added Blank FSService that exposes only version info
Tim Keller
2021-10-17 01:09:26 +00:00
6cf4a933b6
Merge remote-tracking branch 'upstream/develop' into pts-settings
Kieran Cawthray
2021-12-09 22:41:29 +01:00
42a5cdb5b7
Added QCBOR to pinetime-mcuboot-recovery
Avamander
2021-12-09 22:56:37 +02:00
6354511c20
Hotfix for other build targets
Avamander
2021-12-09 22:51:42 +02:00
32ea01b2e9
Organize includes
Riku Isokoski
2021-12-03 21:39:18 +02:00
ec9b5a0bd2
Move radio button styling to a single place
Riku Isokoski
2021-09-23 02:53:10 +03:00
736ae08fcd
Optimize arrays
Riku Isokoski
2021-09-23 02:27:09 +03:00
494448b7cc
Fix too small array
Riku Isokoski
2021-09-20 15:27:32 +03:00
9ffd28f735
Style checkboxes as radio buttons
Riku Isokoski
2021-09-20 15:13:46 +03:00
589733d11e
Style improvements
Avamander
2021-12-04 22:25:02 +02:00
e104f17b1b
AlarmController: remove unused app_timer.h include in header
Reinhold Gschweicher
2021-12-05 12:03:16 +01:00
23f318c3d0
TouchHandler: remove unused FreeRTOS.h and task.h includes from header
Reinhold Gschweicher
2021-12-05 14:32:26 +01:00
9db5d64441
Fixed unpopped diagnostic
Avamander
2021-12-06 19:15:03 +02:00
6a442b90a1
Improved format specifiers, bracing, removed C-style casts, whitespace fixes and removed Tiles shadowing
Avamander
2021-12-05 22:22:06 +02:00
645f6f43dc
Remove commented code
Kieran Cawthray
2021-12-06 22:04:38 +01:00
f4daf63679
Adjust icon alignment only on IsUpdated()
Kieran Cawthray
2021-12-06 22:01:49 +01:00
8539db0884
Alignment fixes
Kieran Cawthray
2021-12-06 10:55:45 +01:00
d29a9818af
Merge pull request #353 from Avamander/patch-weather
JF
2021-12-09 21:27:38 +01:00
e8c1302cd6
Merge branch 'develop' into patch-weather
Avamander
2021-12-09 22:20:29 +02:00
b946b8d156
Fix assertion failure in ButtonHandler
James A. Jerkins
2021-12-03 19:10:34 -06:00
cd593c3862
Break not return thanks @FintasticMan
Tim Keller
2021-11-15 15:27:36 +00:00
f1fc7ee659
Adjust systemtask to respect doNotGoToSleep.
Tim Keller
2021-11-12 02:11:39 +00:00
048ecd41e4
Adjust BLE/LL stacks, style, comments, refactoring
James A. Jerkins
2021-12-08 00:10:54 -06:00
150fa3b661
Persist bond between reboots
James A. Jerkins
2021-12-04 14:49:49 -06:00
1e4130a9cf
Fix for passkey screen scramble
James A. Jerkins
2021-11-01 15:12:25 -05:00
62dbcbfc95
Connect and bond with a passkey
James A. Jerkins
2021-10-30 13:02:39 -05:00
ae4b9e0f2e
Include Colors.h
Kieran Cawthray
2021-12-06 10:29:14 +01:00
c00ad4af35
Merge remote-tracking branch 'upstream/develop' into pts-settings
Kieran Cawthray
2021-12-05 20:32:29 +01:00
5f50f0e538
Fixed air quality amounts being off by a few orders of magnitude
Avamander
2021-12-04 20:09:37 +02:00
3eebe66d65
Updated docs and renamed functions for consistency
Avamander
2021-12-04 17:12:34 +02:00
f1f2bc119a
Added a note about map key capitalization
Avamander
2021-12-04 13:58:40 +02:00
6879147648
Revert wrong change to DisplayApp
Avamander
2021-12-04 11:46:14 +02:00
7b04ce5eba
Added a note about the timestamp having a timezone offset
Avamander
2021-12-03 17:38:23 +02:00
0df49bd43d
Removed float usage from display
Avamander
2021-12-03 17:06:30 +02:00
62bb6b5163
Better cleanup, bugfixes and improvements in weather parsing. UI improvements
Avamander
2021-12-03 16:28:17 +02:00
58d454b11f
Improved Temperature parsing
Avamander
2021-12-02 23:49:51 +02:00
4a8f72bd1e
Fixed a bug in DewPoint decoding
Avamander
2021-12-02 21:12:33 +02:00
be7931c4fb
Whoops, fixed a wrong type
Avamander
2021-12-01 23:47:54 +02:00
154e3d27ad
Added a few helper functions
Avamander
2021-12-01 23:45:01 +02:00
797b60397c
Improved documentation
Avamander
2021-12-01 21:24:53 +02:00
e0133cec36
Improved documentation
Avamander
2021-12-01 21:20:51 +02:00
ffd6c3f095
Removed an instance of shadowing
Avamander
2021-12-01 21:11:31 +02:00
b72c6a5bc9
Clarified a few comments
Avamander
2021-12-01 21:08:57 +02:00
9525fc4273
Specified how values should be interpreted better
Avamander
2021-12-01 20:54:13 +02:00
b998d5e2a8
Removed unnecessary change in CMakeLists
Avamander
2021-12-01 18:43:23 +02:00
abbfb92fa2
Added new precipitation and obscuration types
Avamander
2021-12-01 18:41:26 +02:00
75cf5324ba
Fixed an incorrect decode in Humidity
Avamander
2021-12-01 18:41:01 +02:00
cccec6e1ab
Improved debug UI.
Avamander
2021-12-01 15:50:36 +02:00
9108952e6b
Implemented parsing of all defined weather data types
Avamander
2021-12-01 15:18:34 +02:00
06b022fc4d
Improved UI and fixed a bug
Avamander
2021-12-01 01:15:11 +02:00
c870f8ed30
Bunch of bugs fixed, improved error handling, debug UI addition
Avamander
2021-12-01 00:45:28 +02:00
48beb7c3b1
Improved error handling and fixed incompatibility with co.nstant.in:cbor library
Avamander
2021-11-28 20:58:28 +02:00
df04763ab4
Fixed recovery build
Avamander
2021-11-28 19:13:28 +02:00
900598a7ee
Removed versioning because it's not necessary
Avamander
2021-11-28 19:13:03 +02:00
657dc3a9ba
Changed UUID so it wouldn't conflict with Motion
Avamander
2021-11-28 19:12:16 +02:00
ffb17357e7
Fixed a few compilation errors, fixed UUID.
Avamander
2021-11-28 15:33:06 +02:00
ed6f0aade4
Implemented a few functions.
Avamander
2021-08-21 21:58:03 +03:00
0ed256ba15
Few formatting fixes
Avamander
2021-06-25 02:52:59 +03:00
19c9667a3d
Started initial work on the UI
Avamander
2021-06-25 01:18:56 +03:00
2736fa57bb
Added autodetection for clang-format version
Avamander
2021-06-25 01:10:35 +03:00
3a09b3614c
Brace style and whitespace fixes
Avamander
2021-06-25 00:43:30 +03:00
b6e9e4171d
Switched to non-deprecated math header
Avamander
2021-06-25 00:39:50 +03:00
4b2dcbb4f0
Fixed a few bugs, enabled UsefulBuf library optimizations
Avamander
2021-06-20 21:37:53 +03:00
4349657f79
Minor style improvement
Avamander
2021-06-16 23:31:40 +03:00
6e16584816
Skeleton of the receiving logic
Avamander
2021-06-16 23:31:17 +03:00
eb27813c18
Removed redundant comments from NrfLogger
Avamander
2021-06-10 00:47:11 +03:00
1d3f0dfa9e
Tidied up and added Weather to CMakeLists.txt
Avamander
2021-06-10 00:45:39 +03:00
bda96dc595
Initial Weather service skeleton
Avamander
2021-06-10 00:44:49 +03:00
6ba2878605
Added QCBOR dependency
Avamander
2021-05-17 13:57:21 +03:00
85a25302bf
Clock: add missing Settings include
Reinhold Gschweicher
2021-11-30 22:29:00 +01:00
b8dfad40bb
WatchFaceAnalog : move notification icon
Steveis
2021-10-23 08:21:55 +01:00
054a99cf6c
Paddle: add a little randomization in the dy speed
Reinhold Gschweicher
2021-10-30 22:25:42 +02:00
ada96ccdc8
Merge branch 'clemensvonmolo-paint-colorchange-vibration' into develop
Jean-François Milants
2021-12-02 21:43:17 +01:00