diff options
| author | Paul Bender <pebender@gmail.com> | 2025-09-13 15:17:36 -0700 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2025-09-17 18:57:09 +0000 |
| commit | e8c260a74577e1c1aadd1964e6f7e45afecd2e3e (patch) | |
| tree | ffeb5b476b145cfa0b703d9765dbab906daafccd /examples/esp32c3/README.md | |
| parent | 1365471f5a3cf393a7525c98c96d04b9fcdb0b44 (diff) | |
Update esp32c{3,6} support to esp-hal-1.0.0-rc.0.
Diffstat (limited to 'examples/esp32c3/README.md')
| -rw-r--r-- | examples/esp32c3/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/esp32c3/README.md b/examples/esp32c3/README.md index 788790a..a1166fa 100644 --- a/examples/esp32c3/README.md +++ b/examples/esp32c3/README.md @@ -1,9 +1,10 @@ -### ESP32-C3 RTIC template +# ESP32-C3 RTIC template + This crate showcases a simple RTIC application for the ESP32-C3. ## Prerequisites -# Espressif toolchain +### Espressif toolchain This crate uses the most convenient option in ``cargo-espflash`` and ``espflash`` ```cargo install cargo-espflash espflash``` @@ -26,7 +27,8 @@ Now, running in the root of this crate should do the trick. -# Expected behavior +## Expected behavior + The example ``sw_and_hw`` - Prints ``init`` - Enters a high prio task |
