]> git.zerfleddert.de Git - fnordlicht-mini/blob - firmware/fnordlicht-firmware/config.mk
fix config.mk file header comment
[fnordlicht-mini] / firmware / fnordlicht-firmware / config.mk
1 # Put your own config here!
2 #
3 # This file IS under version control, and your settings
4 # WILL be modified when upgrading the repository
5
6
7 ###################################################################
8 # HARDWARE PLATFORM TYPE
9 #
10 # possible values:
11 # - fnordlicht -- original fnordlicht hardware
12 # - fnordlichtmini -- fnordlichtmini hardware
13 HARDWARE = fnordlichtmini
14
15 # default program
16 #
17 # possible values:
18 # - 0 -- colorwheel
19 # - 1 -- random colors (default)
20 CONFIG_SCRIPT_DEFAULT = 0
21
22 ###################################################################
23 # PROGRAMMER
24 #
25 # avrdude programmer protocol
26 PROG = 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 #
43 MCU = atmega8
44
45 # frequency
46 F_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
56 CONFIG_SCRIPT = 1
57
58 # include uart support
59 CONFIG_SERIAL = 1
60
61 # include remote command support (needs uart)
62 CONFIG_REMOTE = 1
63
64 # secondary pwm output
65 CONFIG_SECONDARY_PWM = 1
66
67 # default baudrate
68 CONFIG_SERIAL_BAUDRATE = 19200
69
Impressum, Datenschutz