16 lines
		
	
	
		
			508 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			508 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# esp/rust
 | 
						|
 | 
						|
```bash
 | 
						|
shaunrd0/klips/esp/rust
 | 
						|
├── 01_esp-idf-std     # Template project for using ESP-IDF with std enabled.
 | 
						|
├── 02_esp-gen-no-std  # Template ESP32 project using no std.
 | 
						|
├── 03_no-std-lcd      # Drawing to LCD using ESP32 no std.
 | 
						|
└── README.md
 | 
						|
```
 | 
						|
 | 
						|
## Development Setup
 | 
						|
 | 
						|
Some notes I took while setting this up for the first time: [Knoats](https://knoats.com/books/esp32/page/rust)
 | 
						|
 | 
						|
[Espressif Rust book](https://docs.espressif.com/projects/rust/book/introduction.html)
 |