Initial add for sx126x

This commit is contained in:
ceekdee
2022-09-27 21:55:41 -05:00
parent 9bb43ffe9a
commit a89a0c2f12
11 changed files with 2582 additions and 2 deletions

View File

@ -8,6 +8,7 @@ src_base = "https://github.com/embassy-rs/embassy/blob/embassy-lora-v$VERSION/em
src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-lora/src/"
features = ["time", "defmt"]
flavors = [
{ name = "rak4631", target = "thumbv7em-none-eabihf", features = ["rak4631"] },
{ name = "sx127x", target = "thumbv7em-none-eabihf", features = ["sx127x", "embassy-stm32/stm32wl55jc-cm4", "embassy-stm32/time-driver-any"] },
{ name = "stm32wl", target = "thumbv7em-none-eabihf", features = ["stm32wl", "embassy-stm32/stm32wl55jc-cm4", "embassy-stm32/time-driver-any"] },
]
@ -15,6 +16,7 @@ flavors = [
[lib]
[features]
rak4631 = []
sx127x = []
stm32wl = ["embassy-stm32", "embassy-stm32/subghz"]
time = []