Add doc : using OpenOCD and STLinkV2 to flash the firmware

This commit is contained in:
JF002
2020-09-28 22:07:54 +02:00
parent db2b248130
commit e26a5afcac
4 changed files with 106 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ As of now, here is the list of achievements of this project:
- [Versioning](doc/versioning.md)
- [Files included in the release notes](doc/filesInReleaseNotes.md)
- [Build the project](doc/buildAndProgram.md)
- [Flash the firmware using OpenOCD and STLinkV2](doc/openOCD.md)
- [Build the project with Docker](doc/buildWithDocker.md)
- [Bootloader, OTA and DFU](./bootloader/README.md)
- [Stub using NRF52-DK](./doc/PinetimeStubWithNrf52DK.md)