Releases: ProfFan/dw3000-ng
Releases · ProfFan/dw3000-ng
v1.0.1
v1.0.0
CHANGES
- Added
init_tracingexample to inspect the SPI transactions happening during the initialization of the DW3000 - Modified
rx_waitto not use_uncheckedand returnErrwhen the decoding of the 802.15.4 frame fails - BREAKING: The library is now both
syncandasynccompatible. The featureasynccan be used to enable the corresponding interfaces.- When
async, the SPI traits are usingembedded_hal_async, otherwiseembedded_hal.
- When
- BREAKING: The delay primitives in the
configfunction are nowembedded_hal/embedded_hal_async::delay::DelayNsinstead ofFnMut(u32) -> Future<Output = ()>
Full Changelog: v0.9.0...v1.0.0
v0.9.0
What's Changed
Now the library should have the same TX/RX performance as the official driver. Experimental async init support is added so you can use it more easily in async frameworks.
Full Changelog: v0.8.3...v0.9.0
v0.8.3
Full Changelog: v0.8.2...v0.8.3
v0.8.2
This is a bug fix release.
What's Changed
- feat(start_receiving): add parameter recv_time to allow delayed receiving by @trembel in #11
- LL: fix pll_cc register by @JohannesProgrammiert in #14
New Contributors
- @trembel made their first contribution in #11
- @JohannesProgrammiert made their first contribution in #14
Full Changelog: v0.8.1...v0.8.2
0.8.1
0.8.0
The 0.7 release cycle is over with 0.7.1 published. We will start API breaking stuff from this release.
What's new
- Renamed the
num-traitsfeature torssito better indicate what it does - Added PDoA and TDoA support
Full Changelog: v0.7.1...v0.8.0
0.7.1
What's Changed
Fixed build without default features.
- Test add CI by @ProfFan in #8
- Fixed non-default features usage by @ProfFan in #9
- feat(config): add CIA full diagnostics enable, default true by @elrafoon in #3
- feat(r_wait_buf): return rx_quality to be on par with r_wait by @elrafoon in #7
Full Changelog: v0.7.0...v0.7.1