]> git.zerfleddert.de Git - fnordlicht-mini/blame - firmware/fnordlicht-firmware/config.mk
fix config.mk file header comment
[fnordlicht-mini] / firmware / fnordlicht-firmware / config.mk
CommitLineData
7c1ca40f 1# Put your own config here!
2#
8eb070f8 3# This file IS under version control, and your settings
4# WILL be modified when upgrading the repository
7c1ca40f 5
6
7###################################################################
8# HARDWARE PLATFORM TYPE
9#
10# possible values:
11# - fnordlicht -- original fnordlicht hardware
12# - fnordlichtmini -- fnordlichtmini hardware
13HARDWARE = fnordlichtmini
14
15# default program
16#
17# possible values:
18# - 0 -- colorwheel
19# - 1 -- random colors (default)
20CONFIG_SCRIPT_DEFAULT = 0
21
22###################################################################
23# PROGRAMMER
24#
25# avrdude programmer protocol
26PROG = avrispmkii
27
28# avrdude programmer device
29#DEV = usb
30
31# further flags for avrdude
32#AVRDUDE_FLAGS =
33
34
35###################################################################
36# controller
37#
38# possible values:
39# - atmega8
40# - atmega88
41# - atmega168
42#
43MCU = atmega8
44
45# frequency
46F_CPU = 16000000UL
47
48# use more debug-flags when compiling
49#DEBUG = 1
50
51###################################################################
52# FIRMWARE CONFIGURATION
53#
54
55# include the script interpreter
56CONFIG_SCRIPT = 1
57
58# include uart support
59CONFIG_SERIAL = 1
60
61# include remote command support (needs uart)
62CONFIG_REMOTE = 1
63
64# secondary pwm output
65CONFIG_SECONDARY_PWM = 1
66
67# default baudrate
68CONFIG_SERIAL_BAUDRATE = 19200
69
Impressum, Datenschutz