Releases: ublox-rs/ublox
Releases · ublox-rs/ublox
v0.4.5
What's Changed
- USB support + RxmRTCM message added by @niclasj in #19
str
should not include NULL byte. by @reitermarkus in #21- Add
UartMode
struct. by @reitermarkus in #22 - Add
CfgValSet
andRxmRawx
packets. by @reitermarkus in #23 - lib.rs: update to latest uart api by @gwbres in #26
- packet.rs: add cfgtimemode2 and cfgtimemode3 frames by @gwbres in #27
- packet.rs: add cfgtp5 frame by @gwbres in #28
- Fix typo in proto mask name by @resset in #32
- add feature for serdes by @gwbres in #30
- ubx_packets: introduce MonGnss by @gwbres in #31
- ubx_packets/packet.rs: introduce mga gps ionospheric and ephemeris by @gwbres in #37
- ubx_packets/packet.rs: introduce nav end of epoch frame by @gwbres in #38
- ubx_packets/packet.rs: introduce mga glo ephemeris by @gwbres in #39
- packets.rs: introduce CfgItfm frame by @gwbres in #41
- Add new messages in cfg_val and add support for NavHpPosLlh by @maximeborges in #42
- Serde for Iterators, Added new messages by @adrian-kong in #40
- Fix compilation on
no_std
. by @reitermarkus in #49 - Fix mon ver parsing by @Dushistov in #47
- Fix enum casing. by @reitermarkus in #50
- Update minimum required version to 1.65 by @gwbres in #58
- Secure id packet by @Dushistov in #48
- introduce cargo fmt and execute it a first time by @gwbres in #59
- Introduce clippy fixes, auto derive default by @adrian-kong in #60
- bump rustc and dependencies to newer versions by @andrei-ng in #61
- add ci workflow badge to the readme by @gwbres in #62
- add hnr messages by @andrei-ng in #63
- use uniform
itow
naming across packets by @andrei-ng in #64 - release v0.4.3 by @gwbres in #65
- address minor clippy changes by @adrian-kong in #67
- Improve support for embedded targets by @mattico in #69
- bump ublox_derive to v0.1.0 by @gwbres in #70
- extend basic_cli example with more cmd line arguments by @andrei-ng in #71
- Implement NavHpPosEcef message and PositionECEF by @LarsJaeger in #74
- fix workflow status badge by @gwbres in #75
New Contributors
- @niclasj made their first contribution in #19
- @reitermarkus made their first contribution in #21
- @gwbres made their first contribution in #26
- @resset made their first contribution in #32
- @maximeborges made their first contribution in #42
- @adrian-kong made their first contribution in #40
- @andrei-ng made their first contribution in #61
- @LarsJaeger made their first contribution in #74
Full Changelog: v0.4.2...v0.4.5