summaryrefslogtreecommitdiff
path: root/nrf-softdevice-s113/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nrf-softdevice-s113/Cargo.toml')
-rw-r--r--nrf-softdevice-s113/Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/nrf-softdevice-s113/Cargo.toml b/nrf-softdevice-s113/Cargo.toml
index 37092f3..6d7a3a4 100644
--- a/nrf-softdevice-s113/Cargo.toml
+++ b/nrf-softdevice-s113/Cargo.toml
@@ -10,4 +10,9 @@ license-file = "LICENSE-NORDIC"
edition = "2021"
[package.metadata.docs.rs]
-targets = ["thumbv7em-none-eabihf"]
+targets = ["thumbv7em-none-eabi"]
+
+[package.metadata.embassy_docs]
+src_base = "https://github.com/embassy-rs/nrf-softdevice/blob/nrf-softdevice-s113-v$VERSION/nrf-softdevice-s113/src/"
+src_base_git = "https://github.com/embassy-rs/nrf-softdevice/blob/$COMMIT/nrf-softdevice-s113/src/"
+target = "thumbv7em-none-eabi"