[docs] Add Porting new families guide

This commit is contained in:
Kuba Szczodrzyński
2023-05-23 15:58:11 +02:00
parent c40bdd68af
commit 43c9d0db10
7 changed files with 99 additions and 4 deletions

View File

@@ -47,10 +47,12 @@
* [Macros](ltapi/macros.md)
* [File list](ltapi/files.md)
* 👷 Contributor's manual (WIP)
* [📁 Project structure](docs/dev/project-structure.md)
* [✈️ OTA format](docs/dev/ota/README.md)
* [uf2ota.py tool](docs/dev/ota/uf2ota.md)
* [uf2ota.h library](docs/dev/ota/library.md)
* [Porting new families](docs/contrib/porting.md)
* [📁 Project structure](docs/contrib/project-structure.md)
* [C standard library](docs/contrib/stdlib.md)
* [✈️ OTA format](docs/contrib/ota/README.md)
* [uf2ota.py tool](docs/contrib/ota/uf2ota.md)
* [uf2ota.h library](docs/contrib/ota/library.md)
* [📓 TODO](docs/TODO.md)
* [](SUMMARY.md)
* [🔗 Resources](docs/resources/)