 f49725d2c9
			
		
	
	f49725d2c9
	
	
	
		
			
			- Added MSDK flash rules for CMake - Removed partial IAR support. Uniform GCC support across MAX32 parts - Updated build scripts for correctly signing the MAX32651 - Added README files for the BSPs to describe flashing and limitiations
		
			
				
	
	
		
			11 lines
		
	
	
		
			244 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			244 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # Use the standard, non-secure linker file
 | |
| set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/max32650.ld)
 | |
| 
 | |
| function(update_board_extras TARGET)
 | |
|   #No extra arguments
 | |
| endfunction()
 | |
| 
 | |
| function(prepare_image TARGET_IN)
 | |
|   #No signing required
 | |
| endfunction()
 |