summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-03-21Update buildAndProgram.md with info about Debug/Release builds.Jean-François Milants
2021-03-20Merge pull request #235 from MFAshby/doc_correctionJF002
Small correction to git URL in documentation files
2021-03-15Small correction to git URL in documentation filesMartin Ashby
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants
# 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 Milants
2021-02-01Add new cmake option to disable the generation of DFU file (which needs ↵Jean-François Milants
adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build).
2021-01-20Merge pull request #173 from michaelPotter/patch-1JF002
Fix config file discrepancy
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants
- 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 Milants
2021-01-19Fix config file discrepancyMichael Potter
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 Eaves
Also fixed a bug with empty quoted strings
2020-12-21Unify the Dockerfiles by fleshing out build.shJoe Eaves
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 Feerick
2020-12-13Minor changes to docker doc wordingPeter Feerick
2020-12-12Add Docker Hub info to docs and tweak instructionsPeter Feerick
2020-11-20Add new Getting started doc.JF
2020-10-27Merge pull request #105 from Gottox/patch-1JF002
Update MemoryAnalysis.md
2020-10-24Update arm-gcc toolchain in exampleSteveis
The difference in the example caused some confusion for at least one person.
2020-10-19Update MemoryAnalysis.mdEnno Boland
typo fix: aray -> array
2020-10-06Fix typoMaarten de Jong
GCC output file is .out instead of .bin
2020-10-04Add coding conventions in contribute.mdJF
2020-10-02Renamed documentation folder for consistencyAvamander
2020-09-28Fix typoJF
2020-09-28Add doc : using OpenOCD and STLinkV2 to flash the firmwareJF002
2020-09-24Update buildAndProgram : Use latest ARM-GCC toolcahain to build.Rajesh Kumbhakar
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 ↵JF
Pinetime-JF/InfiniTime has been merge into the master branch.
2020-09-20Update to the latest version of the bootloader ↵JF
(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 ↵JF
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.JF
2020-08-14Add doc about firmware validationJF
2020-08-10Add missing pictures.JF
2020-08-10Add more doc about the bootloader (sequence diagrams and degraded cases).JF
2020-08-08Fix typo in Amazfish.mdJF
2020-08-08Fix typo in buildAndProgram.md.JF
Add documentation about companion apps + link to videos.
2020-07-27Merge branch 'develop' of git.proxmox3:JF/PineTime into developJF
# Conflicts: # README.md
2020-07-27Add doc about the files included in the release notes.JF
2020-07-26Add doc about branches, versioning and contributionsJF002
2020-07-22Edit READMESeth Itow
- Fix markdown - Copy edits for spelling and grammar
2020-07-18Rewrite README.mdJF
2020-07-03Add doc about memory usage analysis.JF
2020-04-05Links mixed up, fixed.ToXIc
2020-04-05Add documentation about BLE connection and services.JF
2020-02-23Re-enable BLE, BLE status on display and battery level on display.JF
2020-01-02Add documentation about building a stub using NRF52-DK.JF