Rev 2265 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 2265 | Rev 2291 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | EXTFUSE=0x02 |
28 | EXTFUSE=0x02 |
| 29 | BOOT_START=0x3c00 |
29 | BOOT_START=0x3c00 |
| 30 | 30 | ||
| 31 | # CAN configuration (old nodes: PORTB, DDRB, PB2) |
31 | # CAN configuration (old nodes: PORTB, DDRB, PB2) |
| 32 | CAN_CONTROLLER=MCP2515 |
32 | CAN_CONTROLLER=MCP2515 |
| - | 33 | CAN_BAUDRATE=250 |
|
| 33 | MCP_CS_PORT=PORTC |
34 | MCP_CS_PORT=PORTC |
| 34 | MCP_CS_DDR=DDRC |
35 | MCP_CS_DDR=DDRC |
| 35 | MCP_CS_BIT=PC3 |
36 | MCP_CS_BIT=PC3 |
| 36 | MCP_CAN_BITRATE_KBPS=250 |
- | |
| 37 | MCP_CLOCK_FREQ_MHZ=20 |
37 | MCP_CLOCK_FREQ_MHZ=20 |
| 38 | MCP_CLOCK_PRESC=1 |
38 | MCP_CLOCK_PRESC=1 |
| 39 | 39 | ||
| 40 | 40 | ||
| 41 | 41 | ||