no_std-training icon indicating copy to clipboard operation
no_std-training copied to clipboard

Getting-started guide on using the Rust with Espressif SoCs using no_std.

no_std training

CI

This repository contains Training Material for learning to use Embedded Rust with no_std with the Espressif ESP32-C3.

We suggest you start by reading the book.

Contents

  • Some introductory level examples:
    • A basic hello-world (Source)
    • A panic example(Source)
    • A blinky example(Source)
    • A button example(Source)
    • A button with interrupt example(Source)
    • An HTTP client example(Source)