This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
Interrupt handlers error #35
Comments
Do you happen to be using a nightly toolchain newer than |
Fixed in cortex-m-rt v0.3.6. Affected users try |
rukai
pushed a commit
to rukai/cortex-m-rt
that referenced
this issue
May 1, 2021
35: 0.4.0 r=therealprof a=jonas-schievink Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>
adamgreig
pushed a commit
to rust-embedded/cortex-m
that referenced
this issue
Jan 12, 2022
reitermarkus
pushed a commit
to reitermarkus/cortex-m
that referenced
this issue
May 4, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I 'm trying to compile the blinky.rs example for STM32F072RBT6
xargo rustc --release --target thumbv6m-none-eabi --example blinky -- -C link-arg=-Tlink.x -C linker=arm-none-eabi-ld -Z linker-flavor=ld
I'm getting this error :
May be I missed something ...
The text was updated successfully, but these errors were encountered: