File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,6 @@ vfp-dp = []
2626
2727[build-dependencies ]
2828arm-targets = {version = " 0.1.0" , path = " ../arm-targets" }
29+
30+ [package .metadata .docs .rs ]
31+ targets = [" armv7a-none-eabihf" ]
Original file line number Diff line number Diff line change @@ -43,3 +43,6 @@ critical-section-single-core = ["critical-section"]
4343critical-section-multi-core = [" critical-section" ]
4444# Adds defmt::Format implementation for the register types
4545defmt = [" dep:defmt" ]
46+
47+ [package .metadata .docs .rs ]
48+ targets = [" armv7r-none-eabihf" , " armv7r-none-eabi" , " armv7a-none-eabihf" ]
Original file line number Diff line number Diff line change @@ -33,3 +33,6 @@ eabi-fpu = []
3333
3434[build-dependencies ]
3535arm-targets = {version = " 0.1.0" , path = " ../arm-targets" }
36+
37+ [package .metadata .docs .rs ]
38+ targets = [" armv7r-none-eabihf" , " armv7r-none-eabihf" ]
You can’t perform that action at this time.
0 commit comments