5 Commits

Author SHA1 Message Date
606e61c98e Add SSD1306 data sheet. 2025-09-21 12:00:11 -04:00
d36de58e16 Verify project names 2025-09-21 11:58:51 -04:00
acf99da972 Remove esp-idf no std template example. 2025-09-21 11:55:15 -04:00
10fd633a2f WIP 2 2025-09-21 11:54:43 -04:00
79c6da4c60 [esp] Add Rust no-std example. 2025-09-21 09:35:04 -04:00

View File

@@ -6,14 +6,8 @@ When flashed to a device, the application draws a message to the LCD screen.
Steps used to generate this project
```bash
cargo install esp-generate
esp-generate --chip esp32 esp-gen-no-std
```
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
cargo install cargo-generate
cargo generate --git https://github.com/esp-rs/esp-idf-template.git --name no-std-lcd -d mcu=esp32 -d std=false
```
Steps to build and flash this project