1
0
Fork 0

Commit graph

  • efd0c9eff7 Merge branch 'batteryInformationService' of JF/PineTime into develop JF 2020-09-27 20:04:17 +0200
  • 5d3a974493 Add BatteryInformationService to expose the battery level to BLE host. JF 2020-09-27 20:02:47 +0200
  • 079d437016
    Merge pull request #66 from Avamander/patch-4 JF002 2020-09-27 13:25:02 +0200
  • f1719b3b92 Added a few more folders to gitignore before they end up in the repository Avamander 2020-09-27 14:15:00 +0300
  • ffe0eb3a92 Merge branch 'develop' of https://github.com/JF002/Pinetime into develop JF 2020-09-27 13:10:44 +0200
  • 1bb7342cdb Backport Github Actions files from master branch. JF 2020-09-27 13:10:00 +0200
  • d13a48044a
    Merge pull request #64 from Rajssss/develop JF002 2020-09-27 12:26:56 +0200
  • 08af5327bc Update buildAndProgram : Use latest ARM-GCC toolcahain to build. Rajesh Kumbhakar 2020-09-23 20:01:17 +0530
  • 3e612e79ba Set version to 0.8.2 JF 2020-09-20 14:41:21 +0200
  • 0a1bebf1b7 Update links to Gadgetbridge, now that the support for Pinetime-JF/InfiniTime has been merge into the master branch. JF 2020-09-20 14:40:31 +0200
  • feac7b1b9f Updated boot graphic with a blue pinecone (Pine64 logo). JF 2020-09-20 14:31:56 +0200
  • 6f92356873 Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is not is sleep mode. JF 2020-09-20 14:31:26 +0200
  • 8d2e56bf00 Update to the latest version of the bootloader (https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v5.0.4) JF 2020-09-20 11:29:56 +0200
  • d45cf23611 Rename Pinetime-JF -> InfiniTime JF 2020-09-20 11:09:50 +0200
  • 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). JF 2020-09-13 21:26:44 +0200
  • d757344f1b Docker post build : generate post build script with versions from the CMake project. JF 2020-09-08 22:15:10 +0200
  • 4e8e52bf6e Fix constness and set version to 0.8.1. JF 2020-09-02 21:36:13 +0200
  • 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. JF 2020-09-02 21:31:31 +0200
  • 61e7ad9186
    Merge pull request #57 from Avamander/patch-2 JF002 2020-09-02 21:06:32 +0200
  • 339c920e95
    Merge pull request #54 from Avamander/patch-1 JF002 2020-09-02 21:05:23 +0200
  • fd8c69deda Added a few more folders to gitignore before they end up in the repository Avamander 2020-08-31 23:45:56 +0300
  • d2bc0ed47d Fixed a few typos Avamander 2020-08-30 04:41:23 +0300
  • 754918fda6 Fix bad formatting in SystemInfo. JF 2020-08-22 20:43:14 +0200
  • f7e40b1b58 Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI. JF 2020-08-22 17:59:59 +0200
  • ecbbeb6283 Fix Infinipaint that would crash when started. JF 2020-08-22 16:42:53 +0200
  • 3011dec66b Merge branch 'paint' of JF/PineTime into develop JF 2020-08-22 16:34:46 +0200
  • 3310401b3b Merge branch 'touchmodes' of JF/PineTime into develop JF 2020-08-22 16:33:23 +0200
  • a664dec07f Add paint application. JF 2020-08-21 11:55:59 +0200
  • 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. JF 2020-08-20 21:09:45 +0200
  • 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 JF 2020-08-20 09:38:10 +0200
  • acbe9176f0 Add link to the documentation about docker in the main README.md file. JF 2020-08-19 22:04:48 +0200
  • 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). JF 2020-08-19 21:52:46 +0200
  • 38418931f1 Merge branch 'dockerfile' of JF/PineTime into develop JF 2020-08-19 16:05:53 +0200
  • 9906a708c9 Merge branch 'removeWarnings' of JF/PineTime into develop JF 2020-08-19 16:04:05 +0200
  • 58811d76cf Add doc about Docker image. JF 2020-08-19 16:01:01 +0200
  • 5ed7fbe126 Add docker file create docker image that builds the project on amd64 and arm64 arch. JF 2020-08-19 12:22:48 +0200
  • 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. JF 2020-08-17 16:48:12 +0200
  • 83f6d7d81b Fix most of the warnings. Remaining warnings come from nimble source code. JF 2020-08-17 16:31:00 +0200
  • 18686ac2cb Merge branch 'manualValidation' of JF/PineTime into develop JF 2020-08-17 15:19:46 +0200
  • 1eceafee1c Fix typo. JF 2020-08-14 21:58:35 +0200
  • bfc3f07a37 Add doc about firmware validation JF 2020-08-14 21:46:34 +0200
  • 41c36d3a42 Re-order apps in application menu on 2 pages. Add firmware validation app. JF 2020-08-14 20:47:21 +0200
  • e6f5ab7b91 Merge develop and fix conflicts. JF 2020-08-14 19:54:43 +0200
  • 32f20fa994 Merge branch 'application-list' of JF/PineTime into develop JF 2020-08-14 19:51:03 +0200
  • 6c678e872d Screens::Label is now a subclass of Screen. JF 2020-08-14 10:05:44 +0200
  • f5328ec9eb Refactor ScreenList to make it more generic : it can now contain any Screen type. Integrate this new ScreenList in SystemInfo. JF 2020-08-14 09:46:37 +0200
  • 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. JF 2020-08-11 17:50:00 +0200
  • 27fa273d83 Add missing links in bootloader doc. JF 2020-08-10 20:02:32 +0200
  • aab60cf137 Add missing pictures. JF 2020-08-10 17:03:30 +0200
  • d8c2c9ad01 Add more doc about the bootloader (sequence diagrams and degraded cases). JF 2020-08-10 16:36:29 +0200
  • 3b20c29ab9 Fix typo in README.md JF 2020-08-08 20:33:00 +0200
  • 143d89a6a2 Fix typo in Amazfish.md JF 2020-08-08 20:31:00 +0200
  • 8254622af5 Fix typo in buildAndProgram.md. Add documentation about companion apps + link to videos. JF 2020-08-08 20:28:55 +0200
  • 142f25f06f Merge branch 'logo' into develop JF 2020-08-02 18:10:24 +0200
  • be05997272 Add InfiniTime logo. JF 2020-08-02 18:09:38 +0200
  • 75ae553ac9 Merge branch 'license' into develop JF 2020-08-02 17:39:05 +0200
  • 7175e6a0be Add LICENSE file and information. JF 2020-08-02 17:38:51 +0200
  • c63b97c65e
    Update README.md incyi 2020-07-28 22:51:14 +0200
  • 3b835d455f Add explaination about the bootloader. JF 2020-07-27 21:38:07 +0200
  • 71e8c320b0 Merge branch 'develop' of git.proxmox3:JF/PineTime into develop JF 2020-07-27 21:25:00 +0200
  • c04d22ee0a Add doc about the files included in the release notes. JF 2020-07-27 21:23:51 +0200
  • 8c77c8631d Add doc about branches, versioning and contributions JF002 2020-07-26 16:15:12 +0200
  • 6222791aae
    Merge pull request #47 from DRG-developer/patch-2 JF002 2020-07-26 15:59:21 +0200
  • 4f51d429a5
    Merge branch 'develop' into patch-2 JF002 2020-07-26 15:58:57 +0200
  • c96a53e1a8
    iOS instead of IoS Dexter 2020-07-25 21:48:53 +0100
  • 3b15dc6a81
    Fixed typo, fixed caps and clarified one line more Dexter 2020-07-25 17:16:38 +0100
  • 29b5caf895 Fix conflict JF 2020-07-25 16:11:35 +0200
  • 7b9fab9e64 Set version to 0.8.0 JF 2020-07-25 15:04:41 +0200
  • 3f72af1030
    Merge pull request #40 from piggz/music JF002 2020-07-25 15:03:29 +0200
  • 22fe96f69a
    Merge pull request #46 from sethitow/master JF002 2020-07-25 14:36:58 +0200
  • 381ac4d7da Edit README Seth Itow 2020-07-22 15:33:57 -0700
  • 515a90f7b3
    Merge pull request #45 from simonhochrein/patch-2 JF002 2020-07-22 20:54:34 +0200
  • ad6055e970
    Update README.md simonhochrein 2020-07-22 13:48:55 -0500
  • 23972a6175
    Merge pull request #41 from memiks/correct_including_path JF002 2020-07-22 20:36:42 +0200
  • a9f0459626 correct include header frederic lesur LESUR Frederic 2020-07-21 08:56:12 +0900
  • 504c2b3d5c correct bad including of sdk files frederic lesur LESUR Frederic 2020-07-21 08:45:58 +0900
  • 445e7f38e2
    Merge pull request #2 from JF002/develop Frederic LESUR 2020-07-21 08:15:48 +0900
  • 5713eac104 Fully implement music app and service Adam Pigg 2020-07-20 21:28:21 +0100
  • b33ad92600 Merge branch 'develop' of JF/PineTime into master JF 2020-07-20 21:34:07 +0200
  • 5541779455 Fix broken link in README.md JF 2020-07-20 21:30:00 +0200
  • 377fca9e58 Set version to 0.7.1 JF 2020-07-20 21:28:06 +0200
  • 800e217e7c Merge branch 'debug_touchscreen' of JF/PineTime into develop JF 2020-07-20 21:26:32 +0200
  • 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. JF 2020-07-19 20:30:44 +0200
  • 42d8a18fe7 Merge branch 'improve-documentation' of JF/PineTime into develop JF 2020-07-18 22:17:09 +0200
  • b9276a561c Rewrite README.md JF 2020-07-18 22:15:14 +0200
  • 686e826f4e Rework characteristic handling Adam Pigg 2020-07-15 10:02:01 +0100
  • 306aa25aad Initial code for music app screena and service Adam Pigg 2020-07-13 12:40:39 +0100
  • 789e06fdb7 Merge branch 'develop' of https://github.com/JF002/Pinetime into music Adam Pigg 2020-07-11 21:41:20 +0100
  • 7a1e6e6e5b Add start of music appliction Adam Pigg 2020-07-11 21:37:28 +0100
  • 64c14274fc Merge branch 'develop' JF 2020-07-11 21:09:34 +0200
  • 6309719a62 Set version to 0.7.0 JF 2020-07-11 20:53:04 +0200
  • 09adb78b55 Fix/Workaround a memory leak each time a device connects to BLE. JF 2020-07-11 20:50:40 +0200
  • 5bb57bd6d7 New README.md (WIP) JF 2020-07-11 20:39:23 +0200
  • 71842667a0 Remove debug (and bad) #includes. JF 2020-07-08 21:14:52 +0200
  • 62de76ba99 Automatically switch the display on when receiving a notification JF 2020-07-04 18:10:30 +0200
  • 4abbd7d0cf Add doc : how to add new symbols. JF 2020-07-04 14:14:31 +0200
  • da39f402e5 Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. JF 2020-07-04 13:58:15 +0200
  • bb11891b6e Remove custom styles in Screens and define default style and "Big style" in LittleVgl during the initialization of LVGL. JF 2020-07-03 21:37:40 +0200
  • ca549bcfd8 Add doc about memory usage analysis. JF 2020-07-03 14:45:01 +0200
  • a83f067af9 Reduce RAM memory usage by tuning the stack of the stasks and the heap allocated for FreeRTOS. JF 2020-07-02 21:38:52 +0200