- added support for STM32H503RB on H503RB-NUCLEO board - modified H5 family.c file to allow portability between H503 and H565/H573 - redefined USB_DRD_BASE to USB_DRD_FS_BASE if STM32H503xx is used
		
			
				
	
	
		
			8 lines
		
	
	
		
			107 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			107 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
MCU_VARIANT = stm32h503xx
 | 
						|
 | 
						|
CFLAGS += \
 | 
						|
	-DSTM32H503xx
 | 
						|
 | 
						|
# For flash-jlink target
 | 
						|
JLINK_DEVICE = stm32h503rb
 |