-
Notifications
You must be signed in to change notification settings - Fork 30
could not load config key env.AVR_CPU_FREQUENCY_HZ
#41
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
Comments
According https://doc.rust-lang.org/nightly/cargo/reference/config.html#env should it work. Does it work for you? (So that I know it is just me) |
Same problem, same version. If I comment it out, I get an error compiling.
core compiles if I use release mode (maybe that has always been required?), but then avr_delay complains that llvm_asm macro and feature doesn't exist, which sort of makes sense since there has been talk of deprecating it, though shouldn't it still exist for quite awhile? |
Should be reverted when #41 is fixed.
Thank you @chinoto, there are now these commits Compiling with and without ``--release` makes indeed a difference:
This issue is now left open as reminder to revert commit 6276e6a. Work can continue when avr-rust/delay#21 and avr-rust/delay#19 have been solved. (yes, help is appricated) |
Adding quotes around the value seemed to fix the issue [env]
AVR_CPU_FREQUENCY_HZ = "16000000" |
Since #40
The text was updated successfully, but these errors were encountered: