aboutsummaryrefslogtreecommitdiff
path: root/kernel/dmx/Makefile
blob: f65a6b7d41aede0887443ea5a6be7aa9874ffc89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id$

MCU=		atmega8
F_CPU=		16000000
#F_CPU=		14745600
PRESCALE=	1	# res 62.5nsec	cycle 4msec
#PRESCALE=	8	# res 0.5usec	cycle 32.7msec
#PRESCALE=	64	# res 4usec	cycle 262msec
#PRESCALE=	256	# res 16msec	cycle 1 sec
#PRESCALE=	1024	# res 64msec	cycle 4 sec
#STACK=		48
STACK=		80
TASKS=		11	# +1 idle
SEMAPHORES=	6
PRIORITIES=	4
BAUD=		9600

PROG=	dmx
SRCS=	dmx.c heartbeat.c rgb.c hsv.c clock.c lcd3.c uart.c adc.c ppm.c
NOMAN=

.include <bsd.prog.mk>