implement first test on AVR
This commit is contained in:
parent
8fcd668585
commit
3e66bd2c38
10 changed files with 63 additions and 48 deletions
9
Makefile
9
Makefile
|
|
@ -2,12 +2,17 @@
|
|||
all: linux avr
|
||||
|
||||
linux:
|
||||
@echo make linux
|
||||
@make -f linux.Makefile linux
|
||||
|
||||
avr:
|
||||
avr: lib/libssd1306.a
|
||||
@echo make avr
|
||||
@make -f avr.Makefile avr
|
||||
|
||||
|
||||
lib/libssd1306.a:
|
||||
@cd deps/ssd1306/src/; make -f Makefile.avr
|
||||
@mkdir -p lib
|
||||
@cp deps/ssd1306/bld/libssd1306.a lib/libssd1306.a
|
||||
|
||||
flash:
|
||||
@make -f avr.Makefile flash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue