Add some defaults for ATmega32A to mcu_selection.mk (#6253)
* Add some defaults for ATmega32A to mcu_selection.mk * Remove boilerplate from templates * Relax INTERRUPT_CONTROL_ENDPOINT and PROGRAM_CMD * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com>
This commit is contained in:
		
							parent
							
								
									2f6c068e0d
								
							
						
					
					
						commit
						405dea01be
					
				
					 3 changed files with 24 additions and 49 deletions
				
			
		| 
						 | 
				
			
			@ -1,13 +1,5 @@
 | 
			
		|||
# MCU name
 | 
			
		||||
MCU = atmega32a
 | 
			
		||||
PROTOCOL = VUSB
 | 
			
		||||
 | 
			
		||||
# unsupported features for now
 | 
			
		||||
NO_UART = yes
 | 
			
		||||
NO_SUSPEND_POWER_DOWN = yes
 | 
			
		||||
 | 
			
		||||
# processor frequency
 | 
			
		||||
F_CPU = 12000000
 | 
			
		||||
 | 
			
		||||
# Bootloader
 | 
			
		||||
#     This definition is optional, and if your keyboard supports multiple bootloaders of
 | 
			
		||||
| 
						 | 
				
			
			@ -28,6 +20,3 @@ RGBLIGHT_CUSTOM_DRIVER = yes
 | 
			
		|||
OPT_DEFS = -DDEBUG_LEVEL=0
 | 
			
		||||
 | 
			
		||||
SRC += i2c_master.c
 | 
			
		||||
 | 
			
		||||
# programming options
 | 
			
		||||
PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue