Writing no_std
Applications
If you want to learn how to develop no_std
application, see the following training materials:
- The book Embedded Rust (
no_std
) on Espressif - The repository
no_std-training
The training is based on ESP32-C3-DevKit-RUST-1. You can use any other Espressif development board but code changes and configuration changes might be needed.
The training contains:
- Introductory level examples:
⚠️ Note: There are several examples covering the use of specific peripherals under the
examples
folderesp-hal
. For running instructions and device compatibility for a given example, refer to theexamples
README.