comparison packages/devs/can/arm/lpc2xxx/current/ChangeLog @ 3345:b06697684f0a

* src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of the lpc2xxx driver that only occurs if support for extended 29-bit CAN identifiers is enabled and support for message filtering is disabled. [ Bugzilla 1001901 ] * includes/can_lpc2xxx_baudrates.h: Added baudrate table for CAN clock of 14.745600 MHz. [ Bugzilla 1001900 ]
author sergeig
date Wed, 11 Sep 2013 21:00:16 +0000
parents 1053b0d2490c
children 4baa86091c2c
comparison
equal deleted inserted replaced
3344:1053b0d2490c 3345:b06697684f0a
1 2013-09-11 Uwe Kindler <uwe_kindler@web.de>
2
3 * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
4 the lpc2xxx driver that only occurs if support for extended 29-bit CAN
5 identifiers is enabled and support for message filtering is disabled.
6 [ Bugzilla 1001901 ]
7
8 2013-08-29 Uwe Kindler <uwe_kindler@web.de>
9
10 * includes/can_lpc2xxx_baudrates.h: Added baudrate table for CAN clock
11 of 14.745600 MHz. [ Bugzilla 1001900 ]
12
1 2013-06-24 Uwe Kindler <uwe_kindler@web.de> 13 2013-06-24 Uwe Kindler <uwe_kindler@web.de>
2 14
3 * src/can_lpc2xxx.c: Add support for new config key 15 * src/can_lpc2xxx.c: Add support for new config key
4 CYG_IO_GET_CONFIG_CAN_ERR_COUNTERS. 16 CYG_IO_GET_CONFIG_CAN_ERR_COUNTERS.
5 17