commit df8a4b257205a0b178102d6389652a963546390c Author: Jannik Beyerstedt Date: Sat Apr 25 14:59:29 2026 +0200 setup project diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..10061f0 --- /dev/null +++ b/Readme.md @@ -0,0 +1,17 @@ +# ESP32-C5 C-ITS Visualizer + +Displays different C-ITS receive-only use cases for cheap. + +## Usage + +### Toolchain Installation +Install the toolchain, targe and tools like this: + +``` +rustup toolchain install nightly --component rust-src +rustup target add riscv32imac-unknown-none-elf + +# cargo install esp-generate --locked +cargo install espflash --locked +``` +