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

Minor Cargo.toml tweaks to enable no_std builds. #2

Closed berkowski closed 4 years ago

berkowski commented 4 years ago

Working on using the crate with a B-L072Z-LRWAN1 and can compile now using

cargo build --target=thumbv6m-none-eabi --no-default-features --lib
ryankurte commented 4 years ago

lgtm, thanks for the PR!