17 lines
		
	
	
		
			270 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			270 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[target.xtensa-esp32-none-elf]
 | 
						|
runner = "espflash flash --monitor --chip esp32"
 | 
						|
 | 
						|
[env]
 | 
						|
ESP_LOG = "info"
 | 
						|
 | 
						|
[build]
 | 
						|
rustflags = [
 | 
						|
    "-C", "link-arg=-Wl,-Tlinkall.x",
 | 
						|
    "-C", "link-arg=-nostartfiles",
 | 
						|
]
 | 
						|
 | 
						|
target = "xtensa-esp32-none-elf"
 | 
						|
 | 
						|
[unstable]
 | 
						|
build-std = ["core"]
 |