summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-07-24Update Navigation UUID documentationJonathan Vander Mey
Fixed mismatch between the service and characteristic IDs in the navigation service comments and documentation. They had old values not reflecting the current code and changes in doc/ble.md
2021-07-11Update buildAndProgram.md (#477)wilsonjwco
Corrected typo in example usage of cmake BUILD_DFU option. Changed from -BUILD_DFU=1 to -DBUILD_DFU=1
2021-06-12Update buildWithDocker.md (#416)Pekka
Added a link to instructions for cloning the repo. The purpose was mainly to remind of the git submodule update.
2021-06-12Update Amazfish.md (#386)Roxxor91
Add Navigation feature.
2021-06-12Improvements to /doc/filesInReleaseNotes.md (#357)Itai Nelken
* Update filesInReleaseNotes.md
2021-06-12Add note about getting GadgetBridge from F-Droid (#358)Joel Bradshaw
* Add note about getting GadgetBridge from F-Droid Hopefully this is useful and will save folks some frustration * Add note that GadgetBridge should be downloaded via F-Droid There's an "unofficial" version on the Play Store that is outdated and doesn't have PineTime support * Fix typo * Add starting version, reword a bit Initial support version is a little fuzzy, 0.47 states it's "not yet usable" but changelog doesn't specify when we've crossed the "usable" threshold.
2021-06-12Rewrite MemoryAnalysis.md with up to date information. (#411)JF002
Rewrite MemoryAnalysis.md with up to date information.
2021-05-15Merge pull request #345 from Itai-Nelken/patch-1JF002
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 systemCoderThomasB
2021-05-13Update gettingStarted-1.0.mdItai Nelken
2021-05-13Update gettingStarted-1.0.mdItai Nelken
2021-05-13Add missing pictures.Jean-François Milants
2021-05-13Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants
2021-05-13Add quick user guide for InfiniTime 1.0Jean-François Milants
2021-05-09Merge pull request #266 from Caton101/patch-1JF002
Add Python modules to build instructions
2021-05-02Improve doc/contribute.md : add more info and TL;DRJF002
2021-05-02Improve contributes.md : give more detailed guideline on how to create a ↵JF002
good pull-request
2021-04-18Fix spellingMysteriousLog6
2021-04-14Add Python modules to build instructionsCameron Himes
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 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