Skip to content
master
Switch branches/tags
Code

Latest commit

67: Add notes about creating a custom target  r=therealprof a=lights0123

As we were discussing rust-lang/rust#58500, I realized that there is nowhere other than community blogs that actually discusses *how* to create a new target. This adds new documentation about creating custom targets and common pitfalls that you may encounter.

Co-authored-by: lights0123 <developer@lights0123.com>
Co-authored-by: Ben Schattinger <developer@lights0123.com>
4d10be2

Git stats

Files

Permalink
Failed to load latest commit information.

The Embedonomicon

How to bootstrap support for a no_std target

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

This project is developed and maintained by the Resources team.

License

The Embedonomicon (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.