Skip to content

Commit

Permalink
docs: Add a link to the esp-rs book
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 23, 2023
1 parent 8fee924 commit c206ee7
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/src/03_2_cargo_generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

We're now going to use [`cargo-generate`](https://github.com/cargo-generate/cargo-generate) (a generic project wizard) to set up our first application.

More information on generating projects can be found in the [Writing Your Own Application](https://esp-rs.github.io/book/writing-your-own-application/index.html) chapter of The Rust on ESP Book.

> Most other exercises in this workshop already provide a project skeleton and don't require using `cargo-generate`.
>
✅ Install `cargo-generate`:
Expand Down
33 changes: 33 additions & 0 deletions intro/hardware-check/diagram.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": 1,
"author": "Sergio Gasquez Arcos",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-c3-rust-1",
"id": "esp",
"top": -126.57,
"left": 46.35,
"attrs": {
"builder": "rust-training-esp32c3"
}
}
],
"connections": [
[
"esp:21",
"$serialMonitor:RX",
"",
[]
],
[
"esp:20",
"$serialMonitor:TX",
"",
[]
]
],
"serialMonitor": {
"display": "auto"
}
}
4 changes: 4 additions & 0 deletions intro/hardware-check/wokwi.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[wokwi]
version = 1
firmware = 'target/riscv32imc-esp-espidf/debug/hardware-check'
elf = 'target/riscv32imc-esp-espidf/debug/hardware-check'

0 comments on commit c206ee7

Please sign in to comment.