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 = []
26
26
27
27
[build-dependencies ]
28
28
arm-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"]
43
43
critical-section-multi-core = [" critical-section" ]
44
44
# Adds defmt::Format implementation for the register types
45
45
defmt = [" 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 = []
33
33
34
34
[build-dependencies ]
35
35
arm-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