summaryrefslogtreecommitdiff
path: root/nrf-softdevice-mbr
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-15 20:38:55 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-15 20:38:55 +0200
commita0467c55b09c4b48f4f5a428f6ba56734804b638 (patch)
tree2ea38613c2989db2396c01d4f3a08ede5677d4c0 /nrf-softdevice-mbr
parentab0ad770c729b4f034bf0a085b50347a3e6b2ea9 (diff)
downloadnrf-softdevice-a0467c55b09c4b48f4f5a428f6ba56734804b638.zip
Add docserver metadata.
Diffstat (limited to 'nrf-softdevice-mbr')
-rw-r--r--nrf-softdevice-mbr/Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/nrf-softdevice-mbr/Cargo.toml b/nrf-softdevice-mbr/Cargo.toml
index f628831..312a032 100644
--- a/nrf-softdevice-mbr/Cargo.toml
+++ b/nrf-softdevice-mbr/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-mbr-v$VERSION/nrf-softdevice-mbr/src/"
+src_base_git = "https://github.com/embassy-rs/nrf-softdevice/blob/$COMMIT/nrf-softdevice-mbr/src/"
+target = "thumbv7em-none-eabi"