Compare commits
5 Commits
main
...
606e61c98e
| Author | SHA1 | Date | |
|---|---|---|---|
| 606e61c98e | |||
| d36de58e16 | |||
| acf99da972 | |||
| 10fd633a2f | |||
| 79c6da4c60 |
@@ -6,14 +6,8 @@ When flashed to a device, the application draws a message to the LCD screen.
|
|||||||
Steps used to generate this project
|
Steps used to generate this project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo install esp-generate
|
cargo install cargo-generate
|
||||||
esp-generate --chip esp32 esp-gen-no-std
|
cargo generate --git https://github.com/esp-rs/esp-idf-template.git --name no-std-lcd -d mcu=esp32 -d std=false
|
||||||
```
|
|
||||||
|
|
||||||
You will also need to install [probe-rs](https://probe.rs/docs/getting-started/installation/)
|
|
||||||
|
|
||||||
```bash
|
|
||||||
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.sh | sh
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Steps to build and flash this project
|
Steps to build and flash this project
|
||||||
|
|||||||
Reference in New Issue
Block a user