summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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