Add that weird board
This commit is contained in:
parent
82c3c04ea1
commit
77aebfc52f
1 changed files with 7 additions and 0 deletions
7
boards/markl32.mk
Normal file
7
boards/markl32.mk
Normal file
|
@ -0,0 +1,7 @@
|
|||
# German description at https://www.mikrocontroller.net/attachment/160557/TechnicalReference_ATmega32Board.pdf
|
||||
MCU_TARGET = atmega32
|
||||
MCU_FREQ = 16000000UL
|
||||
|
||||
CPPFLAGS += -DLED_DDR=DDRA -DLED_PORT=PORTA -DLED_PIN=0
|
||||
|
||||
AVRDUDE_TYPE = usbasp
|
Loading…
Add table
Add a link
Reference in a new issue