L4 Example: probe-run to probe-rs
Reverts some change made in https://github.com/embassy-rs/embassy/pull/1792
This commit is contained in:
		
							parent
							
								
									b3710a31f0
								
							
						
					
					
						commit
						4202dac8a6
					
				@ -2,7 +2,7 @@
 | 
				
			|||||||
# replace STM32F429ZITx with your chip as listed in `probe-rs chip list`
 | 
					# replace STM32F429ZITx with your chip as listed in `probe-rs chip list`
 | 
				
			||||||
#runner = "probe-rs run --chip STM32L475VGT6"
 | 
					#runner = "probe-rs run --chip STM32L475VGT6"
 | 
				
			||||||
#runner = "probe-rs run --chip STM32L475VG"
 | 
					#runner = "probe-rs run --chip STM32L475VG"
 | 
				
			||||||
runner = "probe-run --chip STM32L4S5QI"
 | 
					runner = "probe-rs run --chip STM32L4S5QI"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[build]
 | 
					[build]
 | 
				
			||||||
target = "thumbv7em-none-eabi"
 | 
					target = "thumbv7em-none-eabi"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user