Workshop repository

The entire material can be found at https://github.com/esp-rs/no_std-training.

✅ Clone and change into the workshop repository:

git clone "https://github.com/esp-rs/no_std-training.git" cd no_std-training

❗ Windows users may have problems with long path names. Follow these steps to substitute the path:

git clone https://github.com/esp-rs/no_std-training.git subst r: no_std-trainings cd r:\

Repository contents

  • book/: markdown sources of this book
  • intro/: code examples and exercises for the introduction course