setup project
This commit is contained in:
commit
df8a4b2572
1 changed files with 17 additions and 0 deletions
17
Readme.md
Normal file
17
Readme.md
Normal file
|
|
@ -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
|
||||||
|
```
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue