Move core ESP32 V2X to own repo
This commit is contained in:
parent
2db0dc0116
commit
666499c240
11 changed files with 118 additions and 615 deletions
|
|
@ -30,8 +30,10 @@ esp = [
|
|||
"dep:esp-backtrace",
|
||||
"dep:esp-println",
|
||||
"dep:esp-radio",
|
||||
"esp32-cits-core/esp32c5",
|
||||
"esp32-cits-core/log-04",
|
||||
]
|
||||
std = ["c-its-parser/std"]
|
||||
std = ["c-its-parser/std", "esp32-cits-core/std"]
|
||||
|
||||
# enable u-blox GNSS module
|
||||
gnss_ubx = ["_gnss", "_uart", "dep:ublox"]
|
||||
|
|
@ -93,6 +95,7 @@ esp-radio = { version = "0.18.0", optional = true, features = [
|
|||
] }
|
||||
|
||||
embassy_gps = { version = "0.1.0", optional = true, default-features = false, features = ["esp", "log-04"], git = "https://github.com/jbeyerstedt/embassy_gps.git", branch = "feat/rework-gpsfix" }
|
||||
esp32-cits-core = { version = "0.1.0", default-features = false, git = "https://git.hamburg.ccc.de/jtbx/esp32-cits-core", branch = "main" }
|
||||
embedded-hal-bus = { version = "0.3.0", optional = true }
|
||||
embedded-graphics = { version = "0.8.2", optional = true }
|
||||
# needs newer GN with removed bitvec dependency
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue