Merge pull request #3889 from 9names/rp23-runner-probers
Use probe-rs as default runner for rp23 examples
This commit is contained in:
		
						commit
						a785bd09fc
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
 | 
					[target.'cfg(all(target_arch = "arm", target_os = "none"))']
 | 
				
			||||||
#runner = "probe-rs run --chip RP2040"
 | 
					runner = "probe-rs run --chip RP235x"
 | 
				
			||||||
#runner = "elf2uf2-rs -d"
 | 
					#runner = "elf2uf2-rs -d"
 | 
				
			||||||
runner = "picotool load -u -v -x -t elf"
 | 
					#runner = "picotool load -u -v -x -t elf"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[build]
 | 
					[build]
 | 
				
			||||||
target = "thumbv8m.main-none-eabihf"
 | 
					target = "thumbv8m.main-none-eabihf"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user