Commit Graph

268 Commits

Author SHA1 Message Date
Lee Lup Yuen
4c4cb06453
Update main.yml 2020-07-27 16:01:58 +08:00
Lee Lup Yuen
1e0ec474b3
Disable parallel build 2020-07-26 22:40:44 +08:00
Lee Lup Yuen
7ed2ee539f
Update Clock.cpp 2020-07-26 21:50:11 +08:00
Lee Lup Yuen
3d2ddcb311
Copied from c-cpp.yml 2020-07-26 19:15:33 +08:00
Lee Lup Yuen
dc64676c28
Update c-cpp.yml 2020-07-26 19:12:31 +08:00
Lee Lup Yuen
33270cad7e
Rename artifact 2020-07-22 11:40:22 +08:00
Lee Lup Yuen
dc59bde197
Upload firmware 2020-07-22 11:36:42 +08:00
Lee Lup Yuen
44b0893b4a
Find output 2020-07-22 11:33:23 +08:00
Lee Lup Yuen
3e89f9fd49
Parallel make 2020-07-22 11:19:34 +08:00
Lee Lup Yuen
60eb0ac181
Build OK yay! Removed trace 2020-07-22 11:15:15 +08:00
Lee Lup Yuen
ea45300e88
Fixing include 2020-07-22 11:10:18 +08:00
Lee Lup Yuen
9f1ce39bcf
Fixed include paths for nRF5 SDK
/home/runner/work/pinetime-lab/pinetime-lab/src/drivers/TwiMaster.cpp:1:10: fatal error: sdk/integration/nrfx/nrfx_log.h: No such file or directory: #include <sdk/integration/nrfx/nrfx_log.h>
2020-07-22 10:52:55 +08:00
Lee Lup Yuen
b4c2b4f811
Added sample command 2020-07-22 10:46:56 +08:00
Lee Lup Yuen
9d4e4f0637
Fixing include error
/home/runner/work/pinetime-lab/pinetime-lab/src/drivers/TwiMaster.cpp:1:10: fatal error: sdk/integration/nrfx/nrfx_log.h: No such file or directory
 #include <sdk/integration/nrfx/nrfx_log.h>
2020-07-22 10:34:09 +08:00
Lee Lup Yuen
03bfc7e3db
Update c-cpp.yml 2020-07-22 10:28:26 +08:00
Lee Lup Yuen
e5930d54ed
Update c-cpp.yml 2020-07-22 10:21:32 +08:00
Lee Lup Yuen
774325eb12
Update c-cpp.yml 2020-07-22 10:19:12 +08:00
Lee Lup Yuen
bc77e36ca4
Update c-cpp.yml 2020-07-22 10:16:21 +08:00
Lee Lup Yuen
a29336c268
Update c-cpp.yml 2020-07-22 10:07:44 +08:00
Lee Lup Yuen
2bde1d87ac
Update c-cpp.yml 2020-07-22 04:18:46 +08:00
Lee Lup Yuen
3dc724c7cc
Update c-cpp.yml 2020-07-22 04:12:07 +08:00
Lee Lup Yuen
de7bd924b8
Update c-cpp.yml 2020-07-22 04:04:37 +08:00
Lee Lup Yuen
bd982816af
Update c-cpp.yml 2020-07-22 03:53:29 +08:00
Lee Lup Yuen
e603303061
Update c-cpp.yml 2020-07-22 03:51:27 +08:00
Lee Lup Yuen
613a031f5a
Update c-cpp.yml 2020-07-22 03:42:44 +08:00
Lee Lup Yuen
1e1472b13c
Update c-cpp.yml 2020-07-22 03:40:08 +08:00
Lee Lup Yuen
596bf8e8b7
Update c-cpp.yml 2020-07-22 03:35:08 +08:00
Lee Lup Yuen
372a3c7c8d
Update c-cpp.yml 2020-07-22 03:25:01 +08:00
Lee Lup Yuen
fa98ea272d
Update c-cpp.yml 2020-07-22 03:18:01 +08:00
Lee Lup Yuen
9760249bf4
Create c-cpp.yml 2020-07-22 03:02:38 +08: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
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