Add support for the franzis pingpong hardware
This commit is contained in:
parent
6d43301483
commit
1aa9341549
6 changed files with 216 additions and 0 deletions
11
boards/pingpong.mk
Normal file
11
boards/pingpong.mk
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Franzis Ping-Pong thing
|
||||
MCU_TARGET = atmega8
|
||||
MCU_FREQ = 8000000UL
|
||||
|
||||
CPPFLAGS += -DFB_WIDTH=12 -DFB_HEIGHT=10 -DFB_DEPTH=1
|
||||
|
||||
DRIVER_OBJ += drivers/franzis_pp.o
|
||||
|
||||
AVRDUDE_TYPE = usbasp
|
||||
|
||||
PROG ?= pingpong
|
Loading…
Add table
Add a link
Reference in a new issue