add board.mk for u575 nucleo
This commit is contained in:
		
							
								
								
									
										10
									
								
								hw/bsp/stm32u5/boards/stm32u575nucleo/board.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								hw/bsp/stm32u5/boards/stm32u575nucleo/board.cmake
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
set(MCU_VARIANT stm32u575xx)
 | 
			
		||||
set(JLINK_DEVICE stm32u575zi)
 | 
			
		||||
 | 
			
		||||
set(LD_FILE_GNU ${ST_CMSIS}/Source/Templates/gcc/linker/STM32U575xx_FLASH.ld)
 | 
			
		||||
 | 
			
		||||
function(update_board TARGET)
 | 
			
		||||
  target_compile_definitions(${TARGET} PUBLIC
 | 
			
		||||
    STM32U575xx
 | 
			
		||||
    )
 | 
			
		||||
endfunction()
 | 
			
		||||
		Reference in New Issue
	
	Block a user