cpu update atmega8

dev-panel
Harald Christian Joachim Wolff 2017-10-17 08:45:14 +02:00
parent 8ad6e6b88d
commit 064d7bcdca
3 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,3 @@
SUBS+=avr/core cpu/timer/m8timer2
DEPENDS=../../core ../../timer/m8timer2

View File

@ -2,4 +2,4 @@ COMPILER_PREFIX=avr-
CFLAGS+=-ggdb -mmcu=atmega8 -Wall -Os -D__SIMPLE_ADC__ -D__DISABLE_ASSERTIONS__
ASFLAGS+=-ggdb -mmcu=atmega8
LDFLAGS+=-ggdb -mmcu=atmega8 -Os
AVR_MCU=atmega8

View File

@ -1,2 +1 @@
SUBS+=