]>
Commit | Line | Data |
---|---|---|
ec1bef8e | 1 | # Put your own config here! |
2 | # | |
3 | # This file is not under version control, and your settings | |
4 | # will not 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 = fnordlicht | |
14 | ||
15 | ################################################################### | |
16 | # PROGRAMMER | |
17 | # | |
18 | # avrdude programmer protocol | |
19 | #PROG = usbasp | |
20 | ||
21 | # avrdude programmer device | |
22 | #DEV = usb | |
23 | ||
24 | # further flags for avrdude | |
25 | #AVRDUDE_FLAGS = | |
26 | ||
27 | ||
28 | ################################################################### | |
29 | # controller | |
30 | # | |
31 | # possible values: | |
32 | # - atmega8 | |
33 | # - atmega88 | |
34 | # - atmega168 | |
35 | # | |
36 | #MCU = atmega8 | |
37 | ||
38 | # frequency | |
39 | #F_CPU = 16000000UL | |
40 | ||
41 | # use more debug-flags when compiling | |
42 | #DEBUG = 1 | |
43 | ||
44 | ################################################################### | |
45 | # FIRMWARE CONFIGURATION | |
46 | # | |
47 | ||
48 | # default baudrate | |
49 | #CONFIG_SERIAL_BAUDRATE = 19200 |