gnss: Add support for ublox GNSS
This commit is contained in:
parent
ac6a3e398e
commit
2db0dc0116
6 changed files with 262 additions and 21 deletions
24
Cargo.lock
generated
24
Cargo.lock
generated
|
|
@ -1178,6 +1178,7 @@ dependencies = [
|
|||
"profont",
|
||||
"prost",
|
||||
"prost-build",
|
||||
"ublox",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -2490,6 +2491,29 @@ version = "1.20.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
|
||||
|
||||
[[package]]
|
||||
name = "ublox"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5bcc96bd937066775fb87034e1dbf6d7165a8975c74ddec1105e31b4a050538b"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"chrono",
|
||||
"num-traits",
|
||||
"ublox_derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ublox_derive"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f5eda7d1c1151a40ae85c7c065a19959909573535034e18e1015b738993cd2c0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 1.0.109",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ufmt-write"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue