Go to the documentation of this file.
18 #define SUPPORT_EXTENDED_CANID 1
25 #define SUPPORT_TIMESTAMPS 0
33 #define SUPPORT_MCP2515 0
34 #define SUPPORT_AT90CAN 1
35 #define SUPPORT_SJA1000 0
45 #define MCP2515_CS B, 4
46 #define MCP2515_INT B, 2
51 #define SJA1000_INT E, 0
52 #define SJA1000_MEMORY_MAPPED 1
55 #define SJA1000_BASE_ADDR 0x8000 // for ATMega162
71 #define CAN_RX_BUFFER_SIZE 16
72 #define CAN_TX_BUFFER_SIZE 8
75 #define CAN_FORCE_TX_ORDER 1
77 #endif // CAN_CONFIG_H