Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to run examples #7

Open
tschundler opened this issue Oct 14, 2024 · 0 comments · May be fixed by #8
Open

Document how to run examples #7

tschundler opened this issue Oct 14, 2024 · 0 comments · May be fixed by #8

Comments

@tschundler
Copy link
Contributor

Unlike esp-hal, something like cargo xtask run-example esp-hal-smartled esp32 hello_rgb does not work, and if it did, it isn't documented here.

attempts to cargo run --example hello_rgb --features esp32 were unsuccessful, even adding toolchain.toml to use esp toolchain, and I tried putting these in /cargo/config.toml:

[build]
target = "xtensa-esp32-none-elf"

[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor"

still no luck. I'm sure it's something simple that I'm missing, but I don't know what.

@jessebraham jessebraham linked a pull request Oct 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant