Skip to content

Commit

Permalink
Update README-cmake-details.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Gasquez Arcos <[email protected]>
  • Loading branch information
ivmarkov and SergioGasquez authored Oct 19, 2023
1 parent da4b60f commit f59b2a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README-cmake-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Post-generation, you can add/remove additional dependencies on Rust crates here
This file instructs `cargo` what Rust compiler toolchain to use when building your component. It would list either the `esp` toolchain (a Rust toolchain provided by Espressif that has extra support for the esp32 xtensa MCUs), or the standard Rust `nightly` toolchain. The latter can only be used with Espressif RiscV MCUs.

#### `components/rust-test/src/lib.rs`:

The actual source code of your Rust library. You can extend here at will.

## Troubleshooting
Expand Down

0 comments on commit f59b2a0

Please sign in to comment.