mk20dx256vlh7 working!
- Interrupt vector table position fix (affected everything in the firmware) - Added fault debug messages - Fixed usbMuxUart
This commit is contained in:
		
							parent
							
								
									e708a42d80
								
							
						
					
					
						commit
						03f60df94d
					
				
					 8 changed files with 85 additions and 18 deletions
				
			
		| 
						 | 
				
			
			@ -64,7 +64,7 @@ void _print( const char* s )
 | 
			
		|||
	{
 | 
			
		||||
		Output_putchar( c );
 | 
			
		||||
	}
 | 
			
		||||
#elif defined(_mk20dx128_) || defined(_mk20dx128vlf5_) || defined(_mk20dx256_) // ARM
 | 
			
		||||
#elif defined(_mk20dx128_) || defined(_mk20dx128vlf5_) || defined(_mk20dx256_) || defined(_mk20dx256vlh7_) // ARM
 | 
			
		||||
	Output_putstr( (char*)s );
 | 
			
		||||
#endif
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue