klips/esp/rust/README.md

17 lines
558 B
Markdown
Raw Normal View History

2025-07-06 13:22:06 -04:00
# esp/rust
2025-09-21 11:54:43 -04:00
// TODO: Verify project names
2025-07-06 13:22:06 -04:00
```bash
shaunrd0/klips/esp/rust
2025-09-21 11:54:43 -04:00
├── 01_esp-idf-std # Template project for using ESP-IDF with std enabled.
├── 02_esp-gen-no-std # Template project for ESP-IDF using no std.
├── 03_no-std-lcd # Template project for ESP-IDF using no std.
2025-07-06 13:22:06 -04:00
└── README.md
```
## Development Setup
Some notes I took while setting this up for the first time: [Knoats](https://knoats.com/books/esp32/page/rust)
[Espressif Rust book](https://docs.espressif.com/projects/rust/book/introduction.html)