organized tests
This commit is contained in:
7
avr_tests/Makefile
Normal file
7
avr_tests/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
tests= usart_test.elf io_test.elf
|
||||
|
||||
all: $(tests)
|
||||
|
||||
%.elf:%.c
|
||||
avr-gcc $< -mmcu=atmega168 -O -o $@
|
||||
avrdude -p m168 -c avrispmkii -U flash:w:$@:a
|
Reference in New Issue
Block a user