| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #345 from Itai-Nelken/patch-1 | JF002 | 2021-05-15 | 1 | -3/+3 |
| |\ | | | | | fix a formatting issue and 2 typos in gettingStarted-1.0.md | ||||
| | * | Update gettingStarted-1.0.md | Itai Nelken | 2021-05-13 | 1 | -1/+1 |
| | | | |||||
| | * | Update gettingStarted-1.0.md | Itai Nelken | 2021-05-13 | 1 | -2/+2 |
| | | | |||||
| * | | Fixed typos in the doc/contribute.md using google docs’s spelling check system | CoderThomasB | 2021-05-14 | 1 | -12/+12 |
| |/ | |||||
| * | Add missing pictures. | Jean-François Milants | 2021-05-13 | 8 | -0/+0 |
| | | |||||
| * | Merge branch 'develop' of github.com:JF002/Pinetime into develop | Jean-François Milants | 2021-05-13 | 1 | -0/+1 |
| |\ | |||||
| | * | Merge pull request #266 from Caton101/patch-1 | JF002 | 2021-05-09 | 1 | -0/+1 |
| | |\ | | | | | | | Add Python modules to build instructions | ||||
| | | * | Add Python modules to build instructions | Cameron Himes | 2021-04-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | I had issues building InfiniTime for the first time because the instructions never mentioned needing these Python modules. Including them in the build documentation will help people not be confused like I was. I recommend adding all needed modules to this list. I only added the ones I knew I was missing. | ||||
| * | | | Add quick user guide for InfiniTime 1.0 | Jean-François Milants | 2021-05-13 | 2 | -0/+112 |
| |/ / | |||||
| * | | Improve doc/contribute.md : add more info and TL;DR | JF002 | 2021-05-02 | 1 | -0/+14 |
| | | | |||||
| * | | Improve contributes.md : give more detailed guideline on how to create a ↵ | JF002 | 2021-05-02 | 1 | -3/+20 |
| | | | | | | | | | good pull-request | ||||
| * | | Fix spelling | MysteriousLog6 | 2021-04-18 | 1 | -1/+1 |
| |/ | |||||
| * | Update buildAndProgram.md with info about Debug/Release builds. | Jean-François Milants | 2021-03-21 | 1 | -5/+10 |
| | | |||||
| * | Merge pull request #235 from MFAshby/doc_correction | JF002 | 2021-03-20 | 4 | -8/+8 |
| |\ | | | | | Small correction to git URL in documentation files | ||||
| | * | Small correction to git URL in documentation files | Martin Ashby | 2021-03-15 | 4 | -8/+8 |
| | | | |||||
| * | | Merge branch 'develop' into recovery-firmware | Jean-François Milants | 2021-03-07 | 1 | -0/+1 |
| |\| | | | | | | | | | | | | | | | # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h | ||||
| | * | Update doc : init git submodule before build. | Jean-François Milants | 2021-02-23 | 1 | -0/+1 |
| | | | |||||
| * | | Add new cmake option to disable the generation of DFU file (which needs ↵ | Jean-François Milants | 2021-02-01 | 1 | -7/+16 |
| |/ | | | | adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build). | ||||
| * | Merge pull request #173 from michaelPotter/patch-1 | JF002 | 2021-01-20 | 1 | -3/+3 |
| |\ | | | | | Fix config file discrepancy | ||||
| | * | Fix config file discrepancy | Michael Potter | 2021-01-19 | 1 | -3/+3 |
| | | | | | | | Fixes a discrepancy with config file naming. The config files it tells you to create end in ocd, but the example flash command uses a filename ending in cfg | ||||
| * | | Merge branch piggz/nav into develop: | Jean-François Milants | 2021-01-20 | 1 | -0/+118 |
| | | | | | | | | | | | - fix conflict - add a icon for the navigation app. | ||||
| * | | Add guideline to chose the UUID of custom BLE services in docs. | Jean-François Milants | 2021-01-19 | 1 | -0/+23 |
| |/ | |||||
| * | Integrate improvements from #137 | Joe Eaves | 2020-12-21 | 1 | -25/+40 |
| | | | | | Also fixed a bug with empty quoted strings | ||||
| * | Unify the Dockerfiles by fleshing out build.sh | Joe Eaves | 2020-12-21 | 1 | -48/+37 |
| | | | | | Script is written to handle it's own dependencies so it can be used within Docker or on the host system | ||||
| * | Missed username for some Docker Hub commands | Peter Feerick | 2020-12-15 | 1 | -3/+3 |
| | | |||||
| * | Minor changes to docker doc wording | Peter Feerick | 2020-12-13 | 1 | -4/+4 |
| | | |||||
| * | Add Docker Hub info to docs and tweak instructions | Peter Feerick | 2020-12-13 | 1 | -8/+44 |
| | | |||||
| * | Add new Getting started doc. | JF | 2020-11-20 | 15 | -0/+101 |
| | | |||||
| * | Merge pull request #105 from Gottox/patch-1 | JF002 | 2020-10-27 | 1 | -2/+2 |
| |\ | | | | | Update MemoryAnalysis.md | ||||
| | * | Update MemoryAnalysis.md | Enno Boland | 2020-10-19 | 1 | -2/+2 |
| | | | | | | | typo fix: aray -> array | ||||
| * | | Update arm-gcc toolchain in example | Steveis | 2020-10-24 | 1 | -1/+1 |
| |/ | | | The difference in the example caused some confusion for at least one person. | ||||
| * | Fix typo | Maarten de Jong | 2020-10-06 | 1 | -1/+1 |
| | | | | GCC output file is .out instead of .bin | ||||
| * | Add coding conventions in contribute.md | JF | 2020-10-04 | 1 | -1/+21 |
| | | |||||
| * | Renamed documentation folder for consistency | Avamander | 2020-10-02 | 6 | -0/+0 |
| | | |||||
| * | Fix typo | JF | 2020-09-28 | 1 | -1/+1 |
| | | |||||
| * | Add doc : using OpenOCD and STLinkV2 to flash the firmware | JF002 | 2020-09-28 | 1 | -0/+105 |
| | | |||||
| * | Update buildAndProgram : Use latest ARM-GCC toolcahain to build. | Rajesh Kumbhakar | 2020-09-24 | 1 | -3/+3 |
| | | | | | Using the older (8.x.x) version of toolchain causes unexpected "template" errors, So we should always use version 9.x and above. | ||||
| * | Update links to Gadgetbridge, now that the support for ↵ | JF | 2020-09-20 | 1 | -1/+1 |
| | | | | | Pinetime-JF/InfiniTime has been merge into the master branch. | ||||
| * | Update to the latest version of the bootloader ↵ | JF | 2020-09-20 | 1 | -1/+1 |
| | | | | | (https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v5.0.4) | ||||
| * | All output files (bin, hex, image, dfu) contain the version of the project ↵ | JF | 2020-08-19 | 1 | -2/+2 |
| | | | | | | | | in their filename. Update Docker build script accordingly. Also fix permission issue with docker build (all files belonged to root). | ||||
| * | Add doc about Docker image. | JF | 2020-08-19 | 2 | -1/+34 |
| | | |||||
| * | Add doc about firmware validation | JF | 2020-08-14 | 3 | -0/+0 |
| | | |||||
| * | Add missing pictures. | JF | 2020-08-10 | 3 | -0/+0 |
| | | |||||
| * | Add more doc about the bootloader (sequence diagrams and degraded cases). | JF | 2020-08-10 | 3 | -0/+57 |
| | | |||||
| * | Fix typo in Amazfish.md | JF | 2020-08-08 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in buildAndProgram.md. | JF | 2020-08-08 | 4 | -13/+53 |
| | | | | | Add documentation about companion apps + link to videos. | ||||
| * | Merge branch 'develop' of git.proxmox3:JF/PineTime into develop | JF | 2020-07-27 | 3 | -0/+42 |
| |\ | | | | | | | | | # Conflicts: # README.md | ||||
| | * | Add doc about branches, versioning and contributions | JF002 | 2020-07-26 | 3 | -0/+42 |
| | | | |||||
| * | | Add doc about the files included in the release notes. | JF | 2020-07-27 | 1 | -0/+56 |
| |/ | |||||
| * | Edit README | Seth Itow | 2020-07-22 | 1 | -3/+3 |
| | | | | | | - Fix markdown - Copy edits for spelling and grammar | ||||
