[esp] Add no std Rust examples. #1

Merged
shaunrd0 merged 6 commits from no-std-and-friends into master 2025-09-21 16:05:06 +00:00
Showing only changes of commit d36de58e16 - Show all commits

View File

@ -1,11 +1,10 @@
# esp/rust
// TODO: Verify project names
```bash
shaunrd0/klips/esp/rust
├── 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.
├── 01_esp-idf-std # Template project for using ESP-IDF with std enabled.
├── 02_esp-gen-no-std # Template ESP32 project using no std.
├── 03_no-std-lcd # Drawing to LCD using ESP32 no std.
└── README.md
```