 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
		
			
				
	
	
		
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Use the secure linker file
 | |
| LD_FILE = $(BOARD_PATH)/max32651.ld
 | |
| 
 | |
| # Let the family script know the build needs to be signed
 | |
| SIGNED_BUILD := 1
 |