diff --git a/README.md b/README.md index 8d7718c2e..d068f8e02 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ on any of those, please let us know!: switch from one another. This is useful for running the stack in predeterministic modes: for example Data acquisition, Full autonomy, Charging, etc. - [ ] **Microcontroller and RTOS support**: port all the crates to be able to run in with "nostd" so we can run on - microcontrollers. This would allow a seemless environment for high level on a standard kernel (ML inference etc...) + microcontrollers. This would allow a seamless environment for high level on a standard kernel (ML inference etc...) and low level tasks on MCUs (control, HW interfacing...). - [ ] **Parallel Copper Lists**: allow Copper lists to get executed in a staggered and parallel way to improve throughput. diff --git a/components/monitors/cu_consolemon/Cargo.toml b/components/monitors/cu_consolemon/Cargo.toml index 66632101a..7f1672723 100644 --- a/components/monitors/cu_consolemon/Cargo.toml +++ b/components/monitors/cu_consolemon/Cargo.toml @@ -20,14 +20,14 @@ cu29 = { workspace = true } cu29-log-runtime = { workspace = true } compact_str = { workspace = true } ratatui = "0.29" -pfetch-logo-parser = "0.1" -pfetch = "2.11" -dotenvy = "0.15" -libmacchina = "7.3" # 8.0.0+ is not supported by pfetch at the time of writing -ansi-to-tui = "7.0" -tui-nodes = "0.8" -tui-widgets = "0.4" # 0.4.0 brings ratatui 0.29 -color-eyre = "0.6" +pfetch-logo-parser = "0.1.1" +pfetch = "2.11.1" +dotenvy = "0.15.7" +libmacchina = "8.0.0" # 8.0.0+ is not supported by pfetch at the time of writing +ansi-to-tui = "7.0.0" +tui-nodes = "0.8.0" +tui-widgets = "0.4.1" +color-eyre = "0.6.3" gag = "1.0.0" log = { version = "0.4.25", features = ["std"], optional = true } chrono = { version = "0.4.39", optional = true }