fix: stm32h7rs usb_refck panic message now compiles#3927
fix: stm32h7rs usb_refck panic message now compiles#3927friedman-ionq wants to merge 3 commits intoembassy-rs:mainfrom
Conversation
|
Could you add this feature combination to |
Sure. Turns out the minimum repeatable feature is just "stm32h7s3l8". Which is surprising, because there already is a test case. Digging deeper. |
|
maybe it's due to |
|
|
the |
``~/work/embassy (main)$ git diff
|
27dc230 to
37f995a
Compare
|
I cannot reproduce the build failure this is supposed to fix. Could you provide the exact build command to reproduce? What
|
I agree with that latter sentiment -- and then point out https://github.com/embassy-rs/embassy/blob/main/embassy-stm32/src/rcc/h.rs#L795 as an example where this workaround had previously been added. In any event, the command that I added to build.rs failed when I executed it in the embassy-stm32 directory. |
|
can you try again to see if it fails now on latest |
Now, it is not only passing on |
|
no idea! Since it works i'm going to close this, feel free to reopen if you do find the compile issue. |
With the following in Cargo.toml:
the crate would not compile. This fixes the issue.