summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2021-05-15Merge pull request #345 from Itai-Nelken/patch-1JF0021-3/+3
fix a formatting issue and 2 typos in gettingStarted-1.0.md
2021-05-14Fixed typos in the doc/contribute.md using google docs’s spelling check systemCoderThomasB1-12/+12
2021-05-13Update gettingStarted-1.0.mdItai Nelken1-1/+1
2021-05-13Update gettingStarted-1.0.mdItai Nelken1-2/+2
2021-05-13Add missing pictures.Jean-François Milants8-0/+0
2021-05-13Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants1-0/+1
2021-05-13Add quick user guide for InfiniTime 1.0Jean-François Milants2-0/+112
2021-05-09Merge pull request #266 from Caton101/patch-1JF0021-0/+1
Add Python modules to build instructions
2021-05-02Improve doc/contribute.md : add more info and TL;DRJF0021-0/+14
2021-05-02Improve contributes.md : give more detailed guideline on how to create a ↵JF0021-3/+20
good pull-request
2021-04-18Fix spellingMysteriousLog61-1/+1
2021-04-13Add Python modules to build instructionsCameron Himes1-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.
2021-03-21Update buildAndProgram.md with info about Debug/Release builds.Jean-François Milants1-5/+10
2021-03-20Merge pull request #235 from MFAshby/doc_correctionJF0024-8/+8
Small correction to git URL in documentation files
2021-03-15Small correction to git URL in documentation filesMartin Ashby4-8/+8
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants1-0/+1
# Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h
2021-02-23Update doc : init git submodule before build.Jean-François Milants1-0/+1
2021-02-01Add new cmake option to disable the generation of DFU file (which needs ↵Jean-François Milants1-7/+16
adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build).
2021-01-20Merge pull request #173 from michaelPotter/patch-1JF0021-3/+3
Fix config file discrepancy
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants1-0/+118
- fix conflict - add a icon for the navigation app.
2021-01-19Add guideline to chose the UUID of custom BLE services in docs.Jean-François Milants1-0/+23
2021-01-19Fix config file discrepancyMichael Potter1-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
2020-12-21Integrate improvements from #137Joe Eaves1-25/+40
Also fixed a bug with empty quoted strings
2020-12-21Unify the Dockerfiles by fleshing out build.shJoe Eaves1-48/+37
Script is written to handle it's own dependencies so it can be used within Docker or on the host system
2020-12-15Missed username for some Docker Hub commandsPeter Feerick1-3/+3
2020-12-13Minor changes to docker doc wordingPeter Feerick1-4/+4
2020-12-13Add Docker Hub info to docs and tweak instructionsPeter Feerick1-8/+44
2020-11-20Add new Getting started doc.JF15-0/+101
2020-10-27Merge pull request #105 from Gottox/patch-1JF0021-2/+2
Update MemoryAnalysis.md
2020-10-24Update arm-gcc toolchain in exampleSteveis1-1/+1
The difference in the example caused some confusion for at least one person.
2020-10-19Update MemoryAnalysis.mdEnno Boland1-2/+2
typo fix: aray -> array
2020-10-06Fix typoMaarten de Jong1-1/+1
GCC output file is .out instead of .bin
2020-10-04Add coding conventions in contribute.mdJF1-1/+21
2020-10-02Renamed documentation folder for consistencyAvamander6-0/+0
2020-09-28Fix typoJF1-1/+1
2020-09-28Add doc : using OpenOCD and STLinkV2 to flash the firmwareJF0021-0/+105
2020-09-24Update buildAndProgram : Use latest ARM-GCC toolcahain to build.Rajesh Kumbhakar1-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.
2020-09-20Update links to Gadgetbridge, now that the support for ↵JF1-1/+1
Pinetime-JF/InfiniTime has been merge into the master branch.
2020-09-20Update to the latest version of the bootloader ↵JF1-1/+1
(https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v5.0.4)
2020-08-19All output files (bin, hex, image, dfu) contain the version of the project ↵JF1-2/+2
in their filename. Update Docker build script accordingly. Also fix permission issue with docker build (all files belonged to root).
2020-08-19Add doc about Docker image.JF2-1/+34
2020-08-14Add doc about firmware validationJF3-0/+0
2020-08-10Add missing pictures.JF3-0/+0
2020-08-10Add more doc about the bootloader (sequence diagrams and degraded cases).JF3-0/+57
2020-08-08Fix typo in Amazfish.mdJF1-1/+1
2020-08-08Fix typo in buildAndProgram.md.JF4-13/+53
Add documentation about companion apps + link to videos.
2020-07-27Merge branch 'develop' of git.proxmox3:JF/PineTime into developJF3-0/+42
# Conflicts: # README.md
2020-07-27Add doc about the files included in the release notes.JF1-0/+56
2020-07-26Add doc about branches, versioning and contributionsJF0023-0/+42
2020-07-22Edit READMESeth Itow1-3/+3
- Fix markdown - Copy edits for spelling and grammar