aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add quick user guide for InfiniTime 1.0Jean-François Milants2021-05-132-0/+112
|
* Improve doc/contribute.md : add more info and TL;DRJF0022021-05-021-0/+14
|
* Improve contributes.md : give more detailed guideline on how to create a ↵JF0022021-05-021-3/+20
| | | | good pull-request
* Fix spellingMysteriousLog62021-04-181-1/+1
|
* Update buildAndProgram.md with info about Debug/Release builds.Jean-François Milants2021-03-211-5/+10
|
* Merge pull request #235 from MFAshby/doc_correctionJF0022021-03-204-8/+8
|\ | | | | Small correction to git URL in documentation files
| * Small correction to git URL in documentation filesMartin Ashby2021-03-154-8/+8
| |
* | Merge branch 'develop' into recovery-firmwareJean-François Milants2021-03-071-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 Milants2021-02-231-0/+1
| |
* | Add new cmake option to disable the generation of DFU file (which needs ↵Jean-François Milants2021-02-011-7/+16
|/ | | | adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build).
* Merge pull request #173 from michaelPotter/patch-1JF0022021-01-201-3/+3
|\ | | | | Fix config file discrepancy
| * Fix config file discrepancyMichael Potter2021-01-191-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 Milants2021-01-201-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 Milants2021-01-191-0/+23
|/
* Integrate improvements from #137Joe Eaves2020-12-211-25/+40
| | | | Also fixed a bug with empty quoted strings
* Unify the Dockerfiles by fleshing out build.shJoe Eaves2020-12-211-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 commandsPeter Feerick2020-12-151-3/+3
|
* Minor changes to docker doc wordingPeter Feerick2020-12-131-4/+4
|
* Add Docker Hub info to docs and tweak instructionsPeter Feerick2020-12-131-8/+44
|
* Add new Getting started doc.JF2020-11-2015-0/+101
|
* Merge pull request #105 from Gottox/patch-1JF0022020-10-271-2/+2
|\ | | | | Update MemoryAnalysis.md
| * Update MemoryAnalysis.mdEnno Boland2020-10-191-2/+2
| | | | | | typo fix: aray -> array
* | Update arm-gcc toolchain in exampleSteveis2020-10-241-1/+1
|/ | | The difference in the example caused some confusion for at least one person.
* Fix typoMaarten de Jong2020-10-061-1/+1
| | | GCC output file is .out instead of .bin
* Add coding conventions in contribute.mdJF2020-10-041-1/+21
|
* Renamed documentation folder for consistencyAvamander2020-10-026-0/+0
|
* Fix typoJF2020-09-281-1/+1
|
* Add doc : using OpenOCD and STLinkV2 to flash the firmwareJF0022020-09-281-0/+105
|
* Update buildAndProgram : Use latest ARM-GCC toolcahain to build.Rajesh Kumbhakar2020-09-241-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 ↵JF2020-09-201-1/+1
| | | | Pinetime-JF/InfiniTime has been merge into the master branch.
* Update to the latest version of the bootloader ↵JF2020-09-201-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 ↵JF2020-08-191-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.JF2020-08-192-1/+34
|
* Add doc about firmware validationJF2020-08-143-0/+0
|
* Add missing pictures.JF2020-08-103-0/+0
|
* Add more doc about the bootloader (sequence diagrams and degraded cases).JF2020-08-103-0/+57
|
* Fix typo in Amazfish.mdJF2020-08-081-1/+1
|
* Fix typo in buildAndProgram.md.JF2020-08-084-13/+53
| | | | Add documentation about companion apps + link to videos.
* Merge branch 'develop' of git.proxmox3:JF/PineTime into developJF2020-07-273-0/+42
|\ | | | | | | | | # Conflicts: # README.md
| * Add doc about branches, versioning and contributionsJF0022020-07-263-0/+42
| |
* | Add doc about the files included in the release notes.JF2020-07-271-0/+56
|/
* Edit READMESeth Itow2020-07-221-3/+3
| | | | | - Fix markdown - Copy edits for spelling and grammar
* Rewrite README.mdJF2020-07-182-1/+213
|
* Add doc about memory usage analysis.JF2020-07-031-0/+75
|
* Links mixed up, fixed.ToXIc2020-04-051-3/+4
|
* Add documentation about BLE connection and services.JF2020-04-055-0/+70
|
* Re-enable BLE, BLE status on display and battery level on display.JF2020-02-231-0/+46
|
* Add documentation about building a stub using NRF52-DK.JF2020-01-021-0/+50