embassy/docs
Dario Nieuwenhuis ad7d739ddc
Merge pull request #3062 from kkrolczyk/kk/bootloader-typos
fix docu typos, linker addr example
2024-06-10 20:48:41 +00:00
..
examples prepare for embassy-time 0.3.1 release 2024-06-04 09:02:41 +02:00
images move images and add makefile 2024-05-21 10:05:21 +02:00
pages stm32/docs: correct typos, links 2024-06-10 11:25:43 +02:00
index.adoc move images and add makefile 2024-05-21 10:05:21 +02:00
Makefile add book ci script 2024-05-21 10:05:21 +02:00
README.md Explicitly license the book prose CC-BY-SA 2024-05-23 09:57:10 +02:00

embassy docs

The documentation hosted at https://embassy.dev/book. Building the documentation requires the asciidoctor tool, and can built running make in this folder:

make

Then open the generated file thebook/index.html.

License

The Embassy Docs (this folder) is distributed under the following licenses:

  • The code samples and free-standing Cargo projects contained within these docs are licensed under the terms of both the MIT License and the Apache License v2.0.
  • The written prose contained within these docs are licensed under the terms of the Creative Commons CC-BY-SA v4.0 license.

Copies of the licenses used by this project may also be found here: