Skip to content

Jerry1098/esp32c6_examples

Repository files navigation

Different examples how to use no_std Rust on the ESP32C6

Devcontainers

As im using a immutable linux distro i had to use devcontainers for development. The necessary file can be found under current_configs/devcontainers as devcontainer.json and Dockerfile. You probably want to setup the probe-rs udev rules to allow non root users access to the esp32c6 debug probe.

Launch configuration

A VSCode launch.json is provided to start the debugger using the VSCode Extension. More information can be found in the probe-rs documentation.

task.json is needed as well to be able to compile the project before flashing to the esp.

To be able to launch the project with cargo run, a config.toml is provided to use probe-rs.

Tools and resources used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published