[esp] Add Rust no-std example.

This commit is contained in:
2025-09-21 09:35:04 -04:00
parent bb28b1e2ef
commit 85f588fcb3
22 changed files with 1375 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# esp-idf-std
# 01_esp-idf-std
This is an example of using ESP-IDF with std enabled in Rust
This is an example of using ESP-IDF with std enabled in Rust using templates provided by https://github.com/esp-rs/esp-idf-template
When flashed to a device, the application just adjusts the intensity of the on-board LED for visual verification that flashing works correctly.
Steps used to generate this project