From a0467c55b09c4b48f4f5a428f6ba56734804b638 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 15 Aug 2022 20:38:55 +0200 Subject: Add docserver metadata. --- nrf-softdevice-mbr/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nrf-softdevice-mbr/Cargo.toml') 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" -- cgit v1.2.3