Commit Graph

433 Commits

Author SHA1 Message Date
JF
e6a1aff6ce Docker build : split build.sh into 2 scripts : build.sh that always exists and post_build.sh that is generated by cmake build.sh 2020-08-20 09:38:10 +02:00
Lee Lup Yuen
2a48c5d3ba Commit from GitHub Actions 2020-08-20 03:13:13 +00:00
JF
acbe9176f0 Add link to the documentation about docker in the main README.md file. 2020-08-19 22:04:48 +02:00
JF
f197a3fe88 All output files (bin, hex, image, dfu) contain the version of the project in their filename.
Update Docker build script accordingly.
Also fix permission issue with docker build (all files belonged to root).
2020-08-19 21:52:46 +02:00
JF
38418931f1 Merge branch 'dockerfile' of JF/PineTime into develop 2020-08-19 16:05:53 +02:00
JF
9906a708c9 Merge branch 'removeWarnings' of JF/PineTime into develop 2020-08-19 16:04:05 +02:00
JF
58811d76cf Add doc about Docker image. 2020-08-19 16:01:01 +02:00
JF
5ed7fbe126 Add docker file create docker image that builds the project on amd64 and arm64 arch. 2020-08-19 12:22:48 +02:00
Lee Lup Yuen
423717c29b
Added doc 2020-08-18 09:07:28 +08:00
Lee Lup Yuen
787a82d905 Commit from GitHub Actions 2020-08-17 17:52:07 +00:00
Lee Lup Yuen
7b16c5eb5c
Delete index.md 2020-08-18 01:50:56 +08:00
Lee Lup Yuen
9578eaca0e Commit from GitHub Actions 2020-08-17 17:45:34 +00:00
Lee Lup Yuen
d93591cd4d
Delete index.md 2020-08-18 01:44:24 +08:00
Lee Lup Yuen
b009bb5837 Commit from GitHub Actions 2020-08-17 17:35:55 +00:00
Lee Lup Yuen
0fe5ce0fd9 Commit from GitHub Actions 2020-08-17 17:35:28 +00:00
Lee Lup Yuen
4de4bf4099 Commit from GitHub Actions 2020-08-17 17:35:19 +00:00
Lee Lup Yuen
54c9992f59 Commit from GitHub Actions 2020-08-17 17:35:08 +00:00
Lee Lup Yuen
797b8087bc
Add index and lvgl to docs 2020-08-18 01:35:00 +08:00
Lee Lup Yuen
e0e33ffb22
Delete lvgl.wasm 2020-08-18 01:34:30 +08:00
Lee Lup Yuen
fe56e32250
Delete lvgl.txt 2020-08-18 01:34:22 +08:00
Lee Lup Yuen
3edab78b47
Delete lvgl.old.html 2020-08-18 01:34:14 +08:00
Lee Lup Yuen
77d5e2ec33
Delete lvgl.js 2020-08-18 01:34:03 +08:00
Lee Lup Yuen
2b379b6e37 Commit from GitHub Actions 2020-08-17 17:26:52 +00:00
Lee Lup Yuen
e8ec8ff204
Commit docs to GitHub Pages 2020-08-18 01:25:59 +08:00
Lee Lup Yuen
c0acab856d
Remove Rust support 2020-08-18 01:20:56 +08:00
JF
1e1bb1c6b7 Build lvgl, nimble and nrf sdk as static libs. This allows to specify custom build param and to remove warnings from these libs.
This also speeds up the build of the whole project as those libs are now built once for the 3 targets.
2020-08-17 16:48:12 +02:00
JF
83f6d7d81b Fix most of the warnings. Remaining warnings come from nimble source code. 2020-08-17 16:31:00 +02:00
JF
18686ac2cb Merge branch 'manualValidation' of JF/PineTime into develop 2020-08-17 15:19:46 +02:00
Lee Lup Yuen
c4162b08d0
Update simulate.yml 2020-08-17 19:31:07 +08:00
Lee Lup Yuen
0226c5bc95
Update simulate.yml 2020-08-17 19:18:45 +08:00
Lee Lup Yuen
a72751ba98
Copy files to simulator 2020-08-17 19:13:06 +08:00
Lee Lup Yuen
cc1ec5061d
Added lvgl-wasm 2020-08-17 19:02:30 +08:00
Lee Lup Yuen
afcaa40505
Create simulate.yml
Copy from https://github.com/lupyuen/pinetime-lab/blob/master/.github/workflows/main.yml
2020-08-17 18:58:03 +08:00
JF
1eceafee1c Fix typo. 2020-08-14 21:58:35 +02:00
JF
bfc3f07a37 Add doc about firmware validation 2020-08-14 21:46:34 +02:00
JF
41c36d3a42 Re-order apps in application menu on 2 pages.
Add firmware validation app.
2020-08-14 20:47:21 +02:00
JF
e6f5ab7b91 Merge develop and fix conflicts. 2020-08-14 19:54:43 +02:00
JF
32f20fa994 Merge branch 'application-list' of JF/PineTime into develop 2020-08-14 19:51:03 +02:00
JF
6c678e872d Screens::Label is now a subclass of Screen. 2020-08-14 10:05:44 +02:00
JF
f5328ec9eb Refactor ScreenList to make it more generic : it can now contain any Screen type.
Integrate this new ScreenList in SystemInfo.

Add ApplicationList, which is a ScreenList of Tile. This allows to display a menu of more than 6 applications.
2020-08-14 09:46:37 +02:00
JF
bbfc20c3ff Add new screen that allows the user to manually validate the new firmware he's just OTA'ed.
Still need to find a way to display this screen when needed.
2020-08-11 17:50:00 +02:00
JF
27fa273d83 Add missing links in bootloader doc. 2020-08-10 20:02:32 +02:00
JF
aab60cf137 Add missing pictures. 2020-08-10 17:03:30 +02:00
JF
d8c2c9ad01 Add more doc about the bootloader (sequence diagrams and degraded cases). 2020-08-10 16:36:29 +02:00
JF
3b20c29ab9 Fix typo in README.md 2020-08-08 20:33:00 +02:00
JF
143d89a6a2 Fix typo in Amazfish.md 2020-08-08 20:31:00 +02:00
JF
8254622af5 Fix typo in buildAndProgram.md.
Add documentation about companion apps + link to videos.
2020-08-08 20:28:55 +02:00
JF
142f25f06f Merge branch 'logo' into develop 2020-08-02 18:10:24 +02:00
JF
be05997272 Add InfiniTime logo. 2020-08-02 18:09:38 +02:00
JF
75ae553ac9 Merge branch 'license' into develop 2020-08-02 17:39:05 +02:00