rust-iot / rust-radio-sx127x

Rust driver for the Semtech SX127x series of Sub-GHz LoRa/ISM radio transceivers
Mozilla Public License 2.0
32 stars 16 forks source link

update to e-h@1.0.0-rc.1 #128

Open ryankurte opened 8 months ago

ryankurte commented 8 months ago

depends on a few upstream updates so testing requires a bunch of patches / CI is broken pending these updates...

[patch.crates-io]
linux-embedded-hal = { git = "https://github.com/rust-embedded/linux-embedded-hal" }
driver-pal = { git= "https://github.com/rust-iot/rust-driver-pal" }
driver-cp2130 = { git= "https://github.com/rust-driver-cp2130" }
radio = { git= "https://github.com/rust-iot/radio-hal" }
IhsenBouallegue commented 7 months ago

rc.2 has been released. Any ETA on this update Currently, I can't install the library in my project.

IhsenBouallegue commented 7 months ago

ping @ryankurte. Would love to hear from you!