Add support for the franzis pingpong hardware

This commit is contained in:
Nero 2018-10-03 00:53:55 +00:00
parent 6d43301483
commit 1aa9341549
6 changed files with 216 additions and 0 deletions

11
boards/pingpong.mk Normal file
View 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