JF
65ecb65b57
Fix changes that were lost in the last revert.
2020-09-28 22:23:56 +02:00
JF
92d9c58a92
Fix merge from develop to master.
2020-09-27 13:18:54 +02:00
JF
ffe0eb3a92
Merge branch 'develop' of https://github.com/JF002/Pinetime into develop
2020-09-27 13:10:44 +02:00
JF
1bb7342cdb
Backport Github Actions files from master branch.
2020-09-27 13:10:00 +02:00
Lee Lup Yuen
c094f898f8
Undo commit
2020-09-27 19:04:03 +08:00
Lee Lup Yuen
56f5fa8aa1
Undo commit
2020-09-27 19:03:52 +08:00
Lee Lup Yuen
7edb30a685
Undo commit
2020-09-27 19:03:00 +08:00
Lee Lup Yuen
be1add7653
Undo commit
2020-09-27 19:02:46 +08:00
Lee Lup Yuen
7ab48a8c34
Undo commit
2020-09-27 19:02:35 +08:00
Lee Lup Yuen
56266fd1e0
Undo commit
2020-09-27 19:02:20 +08:00
Lee Lup Yuen
6385c28bdb
Commit from GitHub Actions
2020-09-27 11:02:03 +00:00
Lee Lup Yuen
255b33ec62
Commit from GitHub Actions
2020-09-27 11:01:28 +00:00
Lee Lup Yuen
d5088ef037
Commit from GitHub Actions
2020-09-27 11:01:03 +00:00
Lee Lup Yuen
499e33626c
Undo commit
2020-09-27 19:01:02 +08:00
Lee Lup Yuen
f955be9bed
Commit from GitHub Actions
2020-09-27 11:00:48 +00:00
Lee Lup Yuen
5fe1f7c947
Undo commit
2020-09-27 19:00:38 +08:00
Lee Lup Yuen
4bfd983efe
Undo commit
2020-09-27 19:00:26 +08:00
Lee Lup Yuen
7dada6d943
Undo commit
2020-09-27 19:00:10 +08:00
Lee Lup Yuen
94f5fbe0c2
Undo commit
2020-09-27 18:59:59 +08:00
Lee Lup Yuen
e1bfed9216
Commit from GitHub Actions
2020-09-27 10:59:29 +00:00
Lee Lup Yuen
20970053d4
Undo commit
2020-09-27 18:58:30 +08:00
Lee Lup Yuen
bbe6bf8b20
Delete unused workflow
2020-09-27 18:41:53 +08:00
Lee Lup Yuen
944194a1d6
Delete unused workflow
2020-09-27 18:41:36 +08:00
Lee Lup Yuen
4c7b6330f8
Upgrade Arm Toolchain to 9-2020-q2. Handle version number in outputs..
...
Synced from https://github.com/lupyuen/pinetime-lab/blob/master/.github/workflows/main.yml
2020-09-27 18:38:19 +08:00
JF002
d13a48044a
Merge pull request #64 from Rajssss/develop
...
Update buildAndProgram : Use latest ARM-GCC toolcahain to build.
ARM Toolchain version 9 is now required (version 8 couldn't build due to some template errors...).
2020-09-27 12:26:56 +02:00
Lee Lup Yuen
641b1e41b4
Commit from GitHub Actions
2020-09-27 05:18:57 +00:00
Lee Lup Yuen
df52d01f8b
Merge branch 'master' into master
2020-09-27 13:14:50 +08:00
JF
b6a910e52e
Merge branch 'develop' of JF/PineTime into master
2020-09-26 17:09:24 +02:00
Rajesh Kumbhakar
08af5327bc
Update buildAndProgram : Use latest ARM-GCC toolcahain to build.
...
Using the older (8.x.x) version of toolchain causes unexpected "template" errors, So we should always use version 9.x and above.
2020-09-24 10:09:42 +05:30
JF
3e612e79ba
Set version to 0.8.2
2020-09-20 14:41:21 +02:00
JF
0a1bebf1b7
Update links to Gadgetbridge, now that the support for Pinetime-JF/InfiniTime has been merge into the master branch.
2020-09-20 14:40:31 +02:00
JF
feac7b1b9f
Updated boot graphic with a blue pinecone (Pine64 logo).
2020-09-20 14:31:56 +02:00
JF
6f92356873
Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is not is sleep mode.
2020-09-20 14:31:26 +02:00
JF
8d2e56bf00
Update to the latest version of the bootloader ( https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v5.0.4 )
2020-09-20 11:29:56 +02:00
JF
d45cf23611
Rename Pinetime-JF -> InfiniTime
2020-09-20 11:09:50 +02:00
JF
20f5b0ffba
Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled while transaction were in progress ( https://github.com/JF002/Pinetime/issues/60 ).
2020-09-13 21:26:44 +02:00
JF
d757344f1b
Docker post build : generate post build script with versions from the CMake project.
2020-09-08 22:15:10 +02:00
JF
4e8e52bf6e
Fix constness and set version to 0.8.1.
2020-09-02 21:36:13 +02:00
JF
1aa5b0a440
Fix firmware version reported by Device Information Service on BLE. It was previously hard-coded, it is now set by CMake accoridng to the project version.
...
Fix Manufacturer name, model number, sw revision according to https://wiki.pine64.org/index.php?title=Firmware_versioning_for_companion_apps .
2020-09-02 21:31:31 +02:00
JF002
61e7ad9186
Merge pull request #57 from Avamander/patch-2
...
Added a few more folders to gitignore before they end up in the repository
2020-09-02 21:06:32 +02:00
JF002
339c920e95
Merge pull request #54 from Avamander/patch-1
...
Fixed a few typos
2020-09-02 21:05:23 +02:00
Avamander
fd8c69deda
Added a few more folders to gitignore before they end up in the repository
2020-08-31 23:45:56 +03:00
Avamander
d2bc0ed47d
Fixed a few typos
2020-08-30 04:45:55 +03:00
JF
754918fda6
Fix bad formatting in SystemInfo.
2020-08-22 20:43:14 +02:00
JF
f7e40b1b58
Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.
2020-08-22 17:59:59 +02:00
JF
ecbbeb6283
Fix Infinipaint that would crash when started.
2020-08-22 16:42:53 +02:00
JF
3011dec66b
Merge branch 'paint' of JF/PineTime into develop
2020-08-22 16:34:46 +02:00
JF
3310401b3b
Merge branch 'touchmodes' of JF/PineTime into develop
2020-08-22 16:33:23 +02:00
JF
a664dec07f
Add paint application.
2020-08-21 11:55:59 +02:00
JF
7d3af600bd
Add TouchModes : in Gestures mode, only 1 event is processed for each touchevent. This allows to recognize gesture and handle them in Screens or in DisplayApp.
...
In Polling mode, X/Y positions are sent continuously to lvgl, allowing to scroll inside a dropdown menu for example.
2020-08-20 21:09:45 +02:00