mirror of
				https://github.com/embassy-rs/embassy.git
				synced 2025-11-04 06:45:35 +00:00 
			
		
		
		
	closes: #3794 #3793 Remove 'blinky-irq' from workspace. During linking from workspace level - embassy-stm32 and example code redefine EXTI15_10 symbol Building it separately, outside of workspace works Signed-off-by: Krzysztof Królczyk <Krzysztof.Krolczyk@o2.pl>
		
			
				
	
	
		
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
MEMORY
 | 
						|
{
 | 
						|
    FLASH : ORIGIN = 0x08000000, LENGTH = 2048K /* BANK_1 */
 | 
						|
    RAM   : ORIGIN = 0x20000000, LENGTH =  640K /* SRAM */
 | 
						|
}
 |