rust 嵌入式编程书籍的翻译,原书地址 https://rust-embedded.github.io/book/
Go to file
2020-05-26 20:25:04 +08:00
.github add CODEOWNERS, CoC; tweak bors 2018-08-10 01:26:34 -05:00
book 更新地址信息 2020-05-26 20:25:04 +08:00
ci CI: Remove workaround for mdBook issue 2020-01-27 07:27:17 +01:00
src 更新地址信息 2020-05-26 20:25:04 +08:00
.gitattributes Update .gitattributes 2020-01-13 20:07:02 -08:00
.gitignore 校正 2020-05-06 13:26:23 +08:00
.travis.yml add ci 2018-08-10 00:00:41 -05:00
book.toml Consistency cleanup, changes the following: 2018-04-08 16:57:57 +02:00
CNAME add CNAME 2018-09-13 20:51:02 +02:00
CODE_OF_CONDUCT.md Grammar and capitalization modifications in intro 2018-10-03 16:06:26 +02:00
LICENSE-APACHE Consistency cleanup, changes the following: 2018-04-08 16:57:57 +02:00
LICENSE-CC-BY-SA Consistency cleanup, changes the following: 2018-04-08 16:57:57 +02:00
LICENSE-MIT Consistency cleanup, changes the following: 2018-04-08 16:57:57 +02:00
README_en.md 校正2 2020-05-26 20:13:57 +08:00
README.md 校正2 2020-05-26 20:13:57 +08:00
triagebot.toml Add triagebot configuration 2020-04-13 14:20:33 +02:00

The Embedded Rust Book

Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices

This project is developed and maintained by the Resources team.

See the issue tracker for more details. This book is a living document, and is updated continuously.

Online Copies of this Book

This book is located at https://docs.rust-embedded.org/book/

License

The Embedded Rust Book (this project) is distributed under the following licenses:

  • The code samples and free-standing Cargo projects contained within this book are licensed under the terms of both the MIT License and the Apache License v2.0.
  • The written prose contained within this book is 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:

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

Code of Conduct

Contribution to this crate is organized under the terms of the Rust Code of Conduct, the maintainer of this crate, the Resources team, promises to intervene to uphold that code of conduct.