jkelleyrtp / dw1000-rs

Rust driver crate for the Decawave DW1000 UWB transceiver
47 stars 11 forks source link

Remove dependency on nrf52832-hal #68

Closed hannobraun closed 5 years ago

hannobraun commented 5 years ago

Theoretically this is good to go, but practically, this can't be merged without merging https://github.com/nrf-rs/nrf52-hal/pull/55 first. Otherwise dwm1001 can't be updated.

cc @jamesmunns :-)

jamesmunns commented 5 years ago

@hannobraun 55 landed :) Thanks for the reping :)

hannobraun commented 5 years ago

@jamesmunns

55 landed :) Thanks for the reping :)

Thanks! I didn't actually mean to bug you about https://github.com/nrf-rs/nrf52-hal/pull/55, just pinged you here to share this big step forward with you.

In any case, this is good to go now. Merging.