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

Assignment clash to rustflags with espidfver=mainline and mcu=esp32-c3 #66

Closed
faulesocke opened this issue Nov 17, 2022 · 1 comment
Closed

Comments

@faulesocke
Copy link

When combining these two options, in .cargo/config.toml the second rustflags = assignment in https://github.com/esp-rs/esp-idf-template/blob/master/cargo/.cargo/config.toml#L27 overrides the first assignment in line 7, causing it to be ignored. The issue can be fixed by adding the contents of the first assignment as two items to the list of the second assignment.

@ivmarkov
Copy link
Collaborator

Thanks for reporting! Fixed with d7799f7

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

No branches or pull requests

2 participants