mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-04-28 02:40:40 +00:00
This also adds a skeleton for the DebugConsole CLI taking IO from a UART via some Rust wrapper functions, also defined in this change (kata-uart-client). Change-Id: I56856c14992010483da58c45f6550c0a4c9987b0 GitOrigin-RevId: e1b2d65ed3a7f627a9f7377caa407151fc943864
10 lines
134 B
TOML
10 lines
134 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"kata-debug-console",
|
|
"kata-io",
|
|
"kata-line-reader",
|
|
"kata-shell",
|
|
"kata-uart-client",
|
|
]
|