embassy/docs/modules/ROOT/nav.adoc

20 lines
745 B
Text
Raw Normal View History

2021-12-10 11:04:12 +00:00
* xref:getting_started.adoc[Getting started]
** xref:basic_application.adoc[Basic application]
2023-11-27 18:44:47 +00:00
** xref:project_structure.adoc[Project Structure]
** xref:new_project.adoc[Starting a new Embassy project]
2023-12-08 12:00:21 +00:00
** xref:best_practices.adoc[Best Practices]
* xref:runtime.adoc[Executor]
* xref::time_keeping.adoc[Time-keeping]
* xref:sharing_peripherals.adoc[Sharing peripherals]
* xref:hal.adoc[HAL]
** xref:layer_by_layer.adoc[Anatomy of an async HAL]
** xref:nrf.adoc[nRF]
** xref:stm32.adoc[STM32]
* xref:bootloader.adoc[Bootloader]
2021-12-09 09:40:26 +00:00
* xref:examples.adoc[Examples]
2023-12-08 12:00:21 +00:00
* xref:developer.adoc[Developer Docs]
** xref:developer_stm32.adoc[Developer Docs: STM32]
* xref:embassy_in_the_wild.adoc[Embassy in the wild]
2023-11-21 14:38:33 +00:00
* xref:faq.adoc[Frequently Asked Questions]