aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-06-26 23:55:38 +0200
committerDario Nieuwenhuis <[email protected]>2022-06-26 23:55:38 +0200
commit948bb93dc2aed743ac5e7dc229988c67da32ba7c (patch)
treea7cf1b0131cd96146f0f9e99298c619edcbd2729 /embassy-lora
parent065a1d097aedcb639996bb779445b7c694303d11 (diff)
docs: Add $COMMIT to git srclinks.
Diffstat (limited to 'embassy-lora')
-rw-r--r--embassy-lora/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml
index 0304c2c35..9b6b2c652 100644
--- a/embassy-lora/Cargo.toml
+++ b/embassy-lora/Cargo.toml
@@ -5,11 +5,11 @@ edition = "2021"
5 5
6[package.metadata.embassy_docs] 6[package.metadata.embassy_docs]
7src_base = "https://github.com/embassy-rs/embassy/blob/embassy-lora-v$VERSION/embassy-lora/src/" 7src_base = "https://github.com/embassy-rs/embassy/blob/embassy-lora-v$VERSION/embassy-lora/src/"
8src_base_git = "https://github.com/embassy-rs/embassy/blob/master/embassy-lora/src/" 8src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-lora/src/"
9features = ["time", "defmt"] 9features = ["time", "defmt"]
10flavors = [ 10flavors = [
11 { name = "sx127x", target = "thumbv7em-none-eabihf", features = ["sx127x", "embassy-stm32/stm32wl55jc-cm4", "embassy-stm32/time-driver-any"] }, 11 { name = "sx127x", target = "thumbv7em-none-eabihf", features = ["sx127x", "embassy-stm32/stm32wl55jc-cm4", "embassy-stm32/time-driver-any", "embassy/time-tick-32768hz"] },
12 { name = "stm32wl", target = "thumbv7em-none-eabihf", features = ["stm32wl", "embassy-stm32/stm32wl55jc-cm4", "embassy-stm32/time-driver-any"] }, 12 { name = "stm32wl", target = "thumbv7em-none-eabihf", features = ["stm32wl", "embassy-stm32/stm32wl55jc-cm4", "embassy-stm32/time-driver-any", "embassy/time-tick-32768hz"] },
13] 13]
14 14
15[lib] 15[lib]