Adding module compatibility check to CMake build scripts.
- All modules have a default avr compatibilty right now (since that is what they were developed on) - As modules get tested and added, arm support has to be turned on in the respective setup.cmake file
This commit is contained in:
		
							parent
							
								
									c8b4baf652
								
							
						
					
					
						commit
						fc7998d605
					
				
					 26 changed files with 234 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -46,3 +46,12 @@ add_definitions(
 | 
			
		|||
	-DKEYINDEX_MASK=facom6684_DefaultMap
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
###
 | 
			
		||||
# Compiler Family Compatibility
 | 
			
		||||
#
 | 
			
		||||
set( ScanModuleCompatibility
 | 
			
		||||
	arm
 | 
			
		||||
	avr
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue