diff --git a/cortex-a-rt/Cargo.toml b/cortex-a-rt/Cargo.toml index 40729f6..bc68060 100644 --- a/cortex-a-rt/Cargo.toml +++ b/cortex-a-rt/Cargo.toml @@ -26,3 +26,6 @@ vfp-dp = [] [build-dependencies] arm-targets = {version = "0.1.0", path = "../arm-targets"} + +[package.metadata.docs.rs] +targets = ["armv7a-none-eabihf"] diff --git a/cortex-ar/Cargo.toml b/cortex-ar/Cargo.toml index 91e52a0..e4753f5 100644 --- a/cortex-ar/Cargo.toml +++ b/cortex-ar/Cargo.toml @@ -43,3 +43,6 @@ critical-section-single-core = ["critical-section"] critical-section-multi-core = ["critical-section"] # Adds defmt::Format implementation for the register types defmt = ["dep:defmt"] + +[package.metadata.docs.rs] +targets = ["armv7r-none-eabihf", "armv7r-none-eabi", "armv7a-none-eabihf"] diff --git a/cortex-r-rt/Cargo.toml b/cortex-r-rt/Cargo.toml index 2e2dc37..50f9c17 100644 --- a/cortex-r-rt/Cargo.toml +++ b/cortex-r-rt/Cargo.toml @@ -33,3 +33,6 @@ eabi-fpu = [] [build-dependencies] arm-targets = {version = "0.1.0", path = "../arm-targets"} + +[package.metadata.docs.rs] +targets = ["armv7r-none-eabihf", "armv7r-none-eabihf"]