7 lines
		
	
	
	
		
			148 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			148 B
		
	
	
	
		
			Text
		
	
	
	
	
	
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
 | 
						|
rustflags = [
 | 
						|
  "-C", "link-arg=-Tlink.x",
 | 
						|
]
 | 
						|
 | 
						|
[build]
 | 
						|
target = "thumbv7em-none-eabihf"
 |