Commit Graph

2146 Commits

Author SHA1 Message Date
frederic lesur LESUR Frederic
a9f0459626 correct include header 2020-07-21 08:56:12 +09:00
frederic lesur LESUR Frederic
504c2b3d5c correct bad including of sdk files
(cherry picked from commit 8510e4436f6a2ac7b53fe8cb5010acb840c743b8)
2020-07-21 08:47:19 +09:00
Frederic LESUR
445e7f38e2
Merge pull request #2 from JF002/develop
merge update from JF002 into Develop
2020-07-21 08:15:48 +09:00
Adam Pigg
5713eac104 Fully implement music app and service
SystemTask can return a reference to the nimbleController
The nimbleController can return a reference to the musicService
The musicService get a connection handle from the nimbleController
The musicApp communicated directly with the musicService
2020-07-20 21:28:21 +01:00
JF
b33ad92600 Merge branch 'develop' of JF/PineTime into master 2020-07-20 21:34:07 +02:00
JF
5541779455 Fix broken link in README.md 2020-07-20 21:30:00 +02:00
JF
377fca9e58 Set version to 0.7.1 2020-07-20 21:28:06 +02:00
JF
800e217e7c Merge branch 'debug_touchscreen' of JF/PineTime into develop 2020-07-20 21:26:32 +02:00
JF
6af5bbcbc8 New implementation of the I²C/TWI driver.
Fix reset timing and add dummy reading in Cst816S to fix init error on some devices.
2020-07-19 20:30:44 +02:00
JF
42d8a18fe7 Merge branch 'improve-documentation' of JF/PineTime into develop 2020-07-18 22:17:09 +02:00
JF
b9276a561c Rewrite README.md 2020-07-18 22:15:14 +02:00
Adam Pigg
686e826f4e Rework characteristic handling 2020-07-15 10:02:01 +01:00
Adam Pigg
306aa25aad Initial code for music app screena and service 2020-07-13 12:40:39 +01:00
Adam Pigg
789e06fdb7 Merge branch 'develop' of https://github.com/JF002/Pinetime into music 2020-07-11 21:41:20 +01:00
Adam Pigg
7a1e6e6e5b Add start of music appliction 2020-07-11 21:37:28 +01:00
JF
64c14274fc Merge branch 'develop'
# Conflicts:
#	CMakeLists.txt
2020-07-11 21:09:34 +02:00
JF
6309719a62 Set version to 0.7.0 2020-07-11 20:53:04 +02:00
JF
09adb78b55 Fix/Workaround a memory leak each time a device connects to BLE. 2020-07-11 20:50:40 +02:00
JF
5bb57bd6d7 New README.md (WIP) 2020-07-11 20:39:23 +02:00
JF
71842667a0 Remove debug (and bad) #includes. 2020-07-08 21:14:52 +02:00
JF
62de76ba99 Automatically switch the display on when receiving a notification 2020-07-04 18:10:30 +02:00
JF
4abbd7d0cf Add doc : how to add new symbols. 2020-07-04 14:14:31 +02:00
JF
da39f402e5 Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw.
BLE and battery icon replaced in Clock screen.
Added heartbeat and step icons in Clock screen.
Replace all labels in Menu by icons.

Add doc to generate new font.
2020-07-04 13:58:15 +02:00
JF
bb11891b6e Remove custom styles in Screens and define default style and "Big style" in LittleVgl during the initialization of LVGL. 2020-07-03 21:37:40 +02:00
JF
ca549bcfd8 Add doc about memory usage analysis. 2020-07-03 14:45:01 +02:00
JF
a83f067af9 Reduce RAM memory usage by tuning the stack of the stasks and the heap allocated for FreeRTOS.
Add Monitor to log the stack usage of each task.
2020-07-02 21:38:52 +02:00
JF
89e7033830 Fix buffer overflow opportunities in AlertNotificationService & AlertNotificationClient. 2020-06-28 11:59:14 +02:00
JF
0bcaf9c22d Set verion to 0.6.2 2020-06-27 16:29:09 +02:00
JF
49bf12390b Merge branch 'develop' of JF/PineTime into master 2020-06-27 16:20:08 +02:00
JF
4f9adb2372 Re-enable watchdog 2020-06-27 16:11:42 +02:00
JF
f8ffb405a2 Merge branch 'nimble_1_3_0' into develop 2020-06-27 16:10:17 +02:00
JF002
e86991284f
Merge pull request #37 from darnel/fix-include
Fix #include to relative paths
2020-06-20 16:36:36 +02:00
JF002
c1cf9fdebe
Merge pull request #36 from darnel/fix-ld
Fix link error because of missing file "nrf_common.ld"
2020-06-20 16:30:36 +02:00
JF
3dfba0b90d Update BLE status when BLE is connected. 2020-06-19 22:20:12 +02:00
JF
b8f9d70667 Use PRIMASK instead of BASEPRI for critical sections in FreeRTOS. This is needed by NimBLE to be able to mask radio interrupt (which has priority 0). 2020-06-19 22:11:21 +02:00
JF
238cda0b90 Apply fix for errata 87 (FPU issue). 2020-06-19 22:10:30 +02:00
JF
a0b5cbbc1c Disable all logging 2020-06-19 22:10:01 +02:00
Vojtěch Jirkovský
34fd4c5cf3 Fix link error because of missing file "nrf_common.ld" 2020-06-17 23:32:56 +02:00
Vojtěch Jirkovský
064e77f05a Fix #include to relative paths 2020-06-17 09:04:15 +02:00
JF
3a49bbbae4 Merge branch 'develop' of JF/PineTime into master 2020-06-16 21:15:16 +02:00
JF
9a89ff7f77 Set version to 0.6.1 2020-06-16 21:07:53 +02:00
JF
73e6cbde79 Fix builds that do not specify CMAKE_BUILD_TYPE during CMake generation. Apply Release by default. 2020-06-16 21:02:03 +02:00
JF
5faa68ba1a Remove reference to MERGEHEX as it's not needed anymore. 2020-06-16 20:44:55 +02:00
JF
f133d1e9ea Fix #include that were pointing to my own FS instead of relative paths to the SDK. 2020-06-16 20:44:11 +02:00
JF
9898fed806 Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones. 2020-06-16 20:36:24 +02:00
JF
fab220d0b9 Fix idle timer bug that would prevent the screen from waking up. 2020-06-13 17:33:49 +02:00
JF
47851fb3b4 Display BLE MAC address in sysinfo Screen. 2020-06-08 21:51:34 +02:00
JF
9115c49bba Fix reset reason (it returns the actual reset reason instead of hard coded 'hard reset' value). 2020-06-07 20:31:13 +02:00
JF
421af9625b Add build date and time in sysinfo screen. 2020-06-07 20:16:39 +02:00
JF
81a0ad73d9 Set idle timeout to 15s before going to sleep. 2020-06-07 20:05:04 +02:00