| Crates.io | espforge_components |
| lib.rs | espforge_components |
| version | 0.1.0 |
| created_at | 2026-01-22 01:34:00.928062+00 |
| updated_at | 2026-01-22 01:34:00.928062+00 |
| description | Components for espforge |
| homepage | https://github.com/mohankumargupta/espforge |
| repository | https://github.com/mohankumargupta/espforge |
| max_upload_size | |
| id | 2060556 |
| size | 32,719 |
A scaffolding++ tool for esp32 no_std rust projects.
Rust: Install Rust ESP machinery(It might be possible to use cargo-binstall for these.):
cargo install espup
espup install
cargo install esp-generate
cargo binstall espforge
ALternatively
cargo install espforge
Run
espforge examples
Pick a category eg 01.Basics, then pick an example, eg. blink
This will create a generated folder with artifacts that include a blink.yaml
In that folder, run
espforge compile blink.yaml
This will create another generated folder, this time it is the actually rust project.
Change to this directory, then run
cargo build
If using VSCode, enable wokwi extension, then double-click on diagram.json
MIT