Compare commits

..

No commits in common. "606e61c98ec90ecde7e8297df12a67e3482fe145" and "acf99da9720c6913e32d2c1b18e6947dcada7ca0" have entirely different histories.

2 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@ -1,10 +1,11 @@
# 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 ESP32 project using no std.
├── 03_no-std-lcd # Drawing to LCD using ESP32 no std.
├── 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.
└── README.md
```