InfiniTime.git

ref: 0.8.3
Sha Commit date Commit message Author
e1ac466a 2020-10-27 Do not send the SLEEP command to the SPI NOR Flash to prevent the bootloader from being stuck in an infinite loop (because it cannot initialize the chip while it's in sleep mode). JF
b6a910e5 2020-09-26 Merge branch 'develop' of JF/PineTime into master JF
3e612e79 2020-09-20 Set version to 0.8.2 JF
0a1bebf1 2020-09-20 Update links to Gadgetbridge, now that the support for Pinetime-JF/InfiniTime has been merge into the master branch. JF
feac7b1b 2020-09-20 Updated boot graphic with a blue pinecone (Pine64 logo). JF
6f923568 2020-09-20 Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is not is sleep mode. JF
8d2e56bf 2020-09-20 Update to the latest version of the bootloader (https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v5.0.4) JF
d45cf236 2020-09-20 Rename Pinetime-JF -> InfiniTime JF
20f5b0ff 2020-09-13 Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled while transaction were in progress (https://github.com/JF002/Pinetime/issues/60). JF
d757344f 2020-09-08 Docker post build : generate post build script with versions from the CMake project. JF
4e8e52bf 2020-09-02 Fix constness and set version to 0.8.1. JF
1aa5b0a4 2020-09-02 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. JF
61e7ad91 2020-09-02 Merge pull request #57 from Avamander/patch-2 JF002
339c920e 2020-09-02 Merge pull request #54 from Avamander/patch-1 JF002
fd8c69de 2020-08-31 Added a few more folders to gitignore before they end up in the repository Avamander
d2bc0ed4 2020-08-30 Fixed a few typos Avamander
754918fd 2020-08-22 Fix bad formatting in SystemInfo. JF
f7e40b1b 2020-08-22 Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI. JF
ecbbeb62 2020-08-22 Fix Infinipaint that would crash when started. JF
3011dec6 2020-08-22 Merge branch 'paint' of JF/PineTime into develop JF
3310401b 2020-08-22 Merge branch 'touchmodes' of JF/PineTime into develop JF
a664dec0 2020-08-21 Add paint application. JF
7d3af600 2020-08-20 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. JF
e6a1aff6 2020-08-20 Docker build : split build.sh into 2 scripts : build.sh that always exists and post_build.sh that is generated by cmake build.sh JF
acbe9176 2020-08-19 Add link to the documentation about docker in the main README.md file. JF
f197a3fe 2020-08-19 All output files (bin, hex, image, dfu) contain the version of the project in their filename. JF
38418931 2020-08-19 Merge branch 'dockerfile' of JF/PineTime into develop JF
9906a708 2020-08-19 Merge branch 'removeWarnings' of JF/PineTime into develop JF
58811d76 2020-08-19 Add doc about Docker image. JF
5ed7fbe1 2020-08-19 Add docker file create docker image that builds the project on amd64 and arm64 arch. JF
1e1bb1c6 2020-08-17 Build lvgl, nimble and nrf sdk as static libs. This allows to specify custom build param and to remove warnings from these libs. JF
83f6d7d8 2020-08-17 Fix most of the warnings. Remaining warnings come from nimble source code. JF
18686ac2 2020-08-17 Merge branch 'manualValidation' of JF/PineTime into develop JF
1eceafee 2020-08-14 Fix typo. JF
bfc3f07a 2020-08-14 Add doc about firmware validation JF
41c36d3a 2020-08-14 Re-order apps in application menu on 2 pages. JF
e6f5ab7b 2020-08-14 Merge develop and fix conflicts. JF
32f20fa9 2020-08-14 Merge branch 'application-list' of JF/PineTime into develop JF
6c678e87 2020-08-14 Screens::Label is now a subclass of Screen. JF
f5328ec9 2020-08-14 Refactor ScreenList to make it more generic : it can now contain any Screen type. JF
bbfc20c3 2020-08-11 Add new screen that allows the user to manually validate the new firmware he's just OTA'ed. JF
27fa273d 2020-08-10 Add missing links in bootloader doc. JF
aab60cf1 2020-08-10 Add missing pictures. JF
d8c2c9ad 2020-08-10 Add more doc about the bootloader (sequence diagrams and degraded cases). JF
3b20c29a 2020-08-08 Fix typo in README.md JF
143d89a6 2020-08-08 Fix typo in Amazfish.md JF
8254622a 2020-08-08 Fix typo in buildAndProgram.md. JF
142f25f0 2020-08-02 Merge branch 'logo' into develop JF
be059972 2020-08-02 Add InfiniTime logo. JF
75ae553a 2020-08-02 Merge branch 'license' into develop JF
7175e6a0 2020-08-02 Add LICENSE file and information. JF
3b835d45 2020-07-27 Add explaination about the bootloader. JF
71e8c320 2020-07-27 Merge branch 'develop' of git.proxmox3:JF/PineTime into develop JF
c04d22ee 2020-07-27 Add doc about the files included in the release notes. JF
8c77c863 2020-07-26 Add doc about branches, versioning and contributions JF002
6222791a 2020-07-26 Merge pull request #47 from DRG-developer/patch-2 JF002
4f51d429 2020-07-26 Merge branch 'develop' into patch-2 JF002
c96a53e1 2020-07-25 iOS instead of IoS Dexter
3b15dc6a 2020-07-25 Fixed typo, fixed caps and clarified one line more Dexter
29b5caf8 2020-07-25 Fix conflict JF
7b9fab9e 2020-07-25 Set version to 0.8.0 JF
3f72af10 2020-07-25 Merge pull request #40 from piggz/music JF002
22fe96f6 2020-07-25 Merge pull request #46 from sethitow/master JF002
381ac4d7 2020-07-22 Edit README Seth Itow
515a90f7 2020-07-22 Merge pull request #45 from simonhochrein/patch-2 JF002
ad6055e9 2020-07-22 Update README.md simonhochrein
23972a61 2020-07-22 Merge pull request #41 from memiks/correct_including_path JF002
a9f04596 2020-07-21 correct include header frederic lesur LESUR Frederic
504c2b3d 2020-07-21 correct bad including of sdk files frederic lesur LESUR Frederic
445e7f38 2020-07-21 Merge pull request #2 from JF002/develop Frederic LESUR
5713eac1 2020-07-20 Fully implement music app and service Adam Pigg
b33ad926 2020-07-20 Merge branch 'develop' of JF/PineTime into master JF
55417794 2020-07-20 Fix broken link in README.md JF
377fca9e 2020-07-20 Set version to 0.7.1 JF
800e217e 2020-07-20 Merge branch 'debug_touchscreen' of JF/PineTime into develop JF
6af5bbcb 2020-07-19 New implementation of the I²C/TWI driver. JF
42d8a18f 2020-07-18 Merge branch 'improve-documentation' of JF/PineTime into develop JF
b9276a56 2020-07-18 Rewrite README.md JF
686e826f 2020-07-15 Rework characteristic handling Adam Pigg
306aa25a 2020-07-13 Initial code for music app screena and service Adam Pigg
789e06fd 2020-07-11 Merge branch 'develop' of https://github.com/JF002/Pinetime into music Adam Pigg
7a1e6e6e 2020-07-11 Add start of music appliction Adam Pigg
64c14274 2020-07-11 Merge branch 'develop' JF
6309719a 2020-07-11 Set version to 0.7.0 JF
09adb78b 2020-07-11 Fix/Workaround a memory leak each time a device connects to BLE. JF
5bb57bd6 2020-07-11 New README.md (WIP) JF
71842667 2020-07-08 Remove debug (and bad) #includes. JF
62de76ba 2020-07-04 Automatically switch the display on when receiving a notification JF
4abbd7d0 2020-07-04 Add doc : how to add new symbols. JF
da39f402 2020-07-04 Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. JF
bb11891b 2020-07-03 Remove custom styles in Screens and define default style and "Big style" in LittleVgl during the initialization of LVGL. JF
ca549bcf 2020-07-03 Add doc about memory usage analysis. JF
a83f067a 2020-07-02 Reduce RAM memory usage by tuning the stack of the stasks and the heap allocated for FreeRTOS. JF
89e70338 2020-06-28 Fix buffer overflow opportunities in AlertNotificationService & AlertNotificationClient. JF
0bcaf9c2 2020-06-27 Set verion to 0.6.2 JF
49bf1239 2020-06-27 Merge branch 'develop' of JF/PineTime into master JF
4f9adb23 2020-06-27 Re-enable watchdog JF
f8ffb405 2020-06-27 Merge branch 'nimble_1_3_0' into develop JF
e8699128 2020-06-20 Merge pull request #37 from darnel/fix-include JF002
c1cf9fde 2020-06-20 Merge pull request #36 from darnel/fix-ld JF002