Rev 279 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 279 | Rev 297 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ########################################################################### |
1 | ########################################################################### |
2 | # |
2 | # |
3 | # flasher-m168 Makefile |
3 | # flasher-m168 Makefile |
4 | # |
4 | # |
5 | ########################################################################### |
5 | ########################################################################### |
6 | - | ||
7 | # |
- | |
8 | # As received the fuses were: |
- | |
9 | # |
- | |
10 | # L: 5F |
- | |
11 | # H: DF |
- | |
12 | # X: F4 |
- | |
13 | 6 | ||
14 | MK_OS = avr |
7 | MK_OS = avr |
15 | MK_AVR_MCU = m32u4 |
8 | MK_AVR_MCU = m32u4 |
16 | MK_AVR_FREQ = 16MHz |
9 | MK_AVR_FREQ = 16MHz |
17 | MK_AVR_PROGRAMMER ?= teensy |
10 | MK_AVR_PROGRAMMER ?= teensy |