]>
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 | # PROGRAMMER | |
9 | # | |
10 | # avrdude programmer protocol | |
11 | #PROG = usbasp | |
12 | ||
13 | # avrdude programmer device | |
14 | #DEV = usb | |
15 | ||
16 | # further flags for avrdude | |
17 | #AVRDUDE_FLAGS = | |
18 | ||
19 | ||
20 | ################################################################### | |
21 | # controller | |
22 | # | |
23 | # possible values: | |
24 | # - atmega168 | |
25 | # | |
26 | #MCU = atmega168 | |
27 | ||
28 | # frequency | |
29 | #F_CPU = 16000000UL | |
30 | ||
31 | # use more debug-flags when compiling | |
32 | #DEBUG = 1 | |
33 | ||
34 | ################################################################### | |
35 | # FIRMWARE CONFIGURATION | |
36 | # | |
37 | ||
38 | # default baudrate | |
39 | #CONFIG_SERIAL_BAUDRATE = 19200 |