Add doc about branches, versioning and contributions

This commit is contained in:
JF002
2020-07-26 16:15:12 +02:00
parent 6222791aae
commit 8c77c8631d
4 changed files with 48 additions and 1 deletions

View File

@@ -40,12 +40,17 @@ As of now, here is the list of achievements of this project:
## Documentation
### Build, flash and debug
- [Project branches](doc/branches.md)
- [Versioning](doc/versioning.md)
- [Build the project](doc/buildAndProgram.md)
- [Bootloader, OTA and DFU](./bootloader/README.md)
- [Stub using NRF52-DK](./doc/PinetimeStubWithNrf52DK.md)
- Logging with JLink RTT.
- Using files from the releases
## Contribute
- [How to contribute ?](doc/contribute.md)
### API
- [BLE implementation and API](./doc/ble.md)