annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3345
b06697684f0a * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
sergeig
parents: 3344
diff changeset
1 2013-09-11 Uwe Kindler <uwe_kindler@web.de>
b06697684f0a * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
sergeig
parents: 3344
diff changeset
2
b06697684f0a * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
sergeig
parents: 3344
diff changeset
3 * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
b06697684f0a * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
sergeig
parents: 3344
diff changeset
4 the lpc2xxx driver that only occurs if support for extended 29-bit CAN
b06697684f0a * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
sergeig
parents: 3344
diff changeset
5 identifiers is enabled and support for message filtering is disabled.
b06697684f0a * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
sergeig
parents: 3344
diff changeset
6 [ Bugzilla 1001901 ]
b06697684f0a * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
sergeig
parents: 3344
diff changeset
7
b06697684f0a * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
sergeig
parents: 3344
diff changeset
8 2013-08-29 Uwe Kindler <uwe_kindler@web.de>
b06697684f0a * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
sergeig
parents: 3344
diff changeset
9
b06697684f0a * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
sergeig
parents: 3344
diff changeset
10 * includes/can_lpc2xxx_baudrates.h: Added baudrate table for CAN clock
b06697684f0a * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
sergeig
parents: 3344
diff changeset
11 of 14.745600 MHz. [ Bugzilla 1001900 ]
b06697684f0a * src/can_accfilt_lpc2xxx.c, src/can_lpc2xxx.c: Fix a compile issue of
sergeig
parents: 3344
diff changeset
12
3344
1053b0d2490c * src/can_lpc2xxx.c: Add support for new config key
sergeig
parents: 3322
diff changeset
13 2013-06-24 Uwe Kindler <uwe_kindler@web.de>
1053b0d2490c * src/can_lpc2xxx.c: Add support for new config key
sergeig
parents: 3322
diff changeset
14
1053b0d2490c * src/can_lpc2xxx.c: Add support for new config key
sergeig
parents: 3322
diff changeset
15 * src/can_lpc2xxx.c: Add support for new config key
1053b0d2490c * src/can_lpc2xxx.c: Add support for new config key
sergeig
parents: 3322
diff changeset
16 CYG_IO_GET_CONFIG_CAN_ERR_COUNTERS.
1053b0d2490c * src/can_lpc2xxx.c: Add support for new config key
sergeig
parents: 3322
diff changeset
17
3322
a4db689e3f65 * src/can_lpc2xxx.c: Changed return code for message filter
sergeig
parents: 3156
diff changeset
18 2013-05-06 Uwe Kindler <uwe_kindler@web.de>
a4db689e3f65 * src/can_lpc2xxx.c: Changed return code for message filter
sergeig
parents: 3156
diff changeset
19
a4db689e3f65 * src/can_lpc2xxx.c: Changed return code for message filter
sergeig
parents: 3156
diff changeset
20 * src/can_lpc2xxx.c: Changed return code for message filter
a4db689e3f65 * src/can_lpc2xxx.c: Changed return code for message filter
sergeig
parents: 3156
diff changeset
21 configuration to -ENOSPC if no filters are available to match
a4db689e3f65 * src/can_lpc2xxx.c: Changed return code for message filter
sergeig
parents: 3156
diff changeset
22 documentation change.
a4db689e3f65 * src/can_lpc2xxx.c: Changed return code for message filter
sergeig
parents: 3156
diff changeset
23
3156
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
24 2012-01-25 Bernard Fouché <bernard.fouche@kuantic.com>
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
25
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
26 * Changes made to support CAN IO package update:
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
27 * cdl/can_lpc2xxx.cdl: CYGOPT_DEVS_CAN_LPC2XXX_EXTENDED_CFG_KEYS
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
28 replaced by CYG_IO_SET_CONFIG_CAN_RANGE_FILTER.
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
29 * include/can_lpc2xxx.h: Commented out unused and not implemented
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
30 things.
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
31 * src/can_lpc2xxx.c: CYGNUM_CAN_EVENT_OVERRUN_RX_HW instead of
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
32 CYGNUM_CAN_EVENT_OVERRUN_RX. CYGOPT_DEVS_CAN_LPC2XXX_EXTENDED_CFG_KEYS
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
33 replaced by CYG_IO_SET_CONFIG_CAN_RANGE_FILTER. can_lpc2xxx.h not
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
34 required any more. CYGNUM_CAN_MODE_LISTEN_ONLY_ENTER &
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
35 CYGNUM_CAN_MODE_LISTEN_ONLY_EXIT return -EINVAL.
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
36 [ Bugzilla 1001453 ]
b8d91bac2ba8 * Changes made to support CAN IO package update:
sergeig
parents: 2729
diff changeset
37
2509
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
38 2008-07-21 Uwe Kindler <uwe_kindler@web.de>
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
39
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
40 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
41 arbitration lost interrupt optional. Added option
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
42 CYGNUM_DEVS_CAN_LPC2XXX_INT_PRIORITY to configure the interrupt
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
43 priority for global CAN interrupt in LPC24xx variants.
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
44
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
45 * include/can_lpc2xxx_baudrates.h: Replaced CYGNUM_CAN_LPC2XXX_VPB_CLK
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
46 by CYGNUM_HAL_ARM_LPC2XXX_CAN_CLK because newer variants like LPC24xx
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
47 do not have a global VPB_CLK.
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
48
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
49 * src/can_accfilt_lpc2xxx.c: Adjusted LPC2XXX_CAN_FIRST_IN_LUT to
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
50 be 0 for LPC24xxx variants. Added macro CAN_CHAN_NO_LUT(_info_) to
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
51 abstract channel numbering from acceptance filter code.
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
52
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
53 * src/can_lpc2xxx.c: Removed icr data field from lpc2xxx_can_info_st
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
54 structure because it is not required any longer. A lot of small
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
55 modifications to make the driver usable with newer LPC2xxx variants like
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
56 LPC24xx. ISR and DSR code changed - instead of disabling interrupts in
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
57 IER register they are disabled in VIC by using cyg_drv_interrupt_mask()
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
58 function calls. Added global CAN ISR and DSR for LPC24xx variants
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
59 (they do not support individual interrupt vectors for RX and TX
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
60 interrupts). Moved LUT error checking code from ISR into DSR to keep
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
61 ISR as short as possible and made LUT error checking code optional.
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
62
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
63 2008-05-23 Alexey Shusharin <mrfinch@mail.ru>
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
64
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
65 * cdl/can_lpc2xxx.cdl: add CAN interrupt priorities
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
66
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
67 * src/can_lpc2xxx.c: add CAN interrupt priorities,
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
68 repair "chan" definition missing in rx_ISR
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
69
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
70 * src/can_accfilt_lpc2xxx.c: add various types of CAN controllers
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
71 numbering (depends on LPC2XXX version)
a52d470bc691 * cdl/can_lpc2xxx.cdl: Added CYGOPT_DEVS_CAN_LPC2XXX_ALIE to make
asl
parents: 2418
diff changeset
72
2418
ba2923d2586f * src/can_lpc2xxx.c: The definition of "info" is missing when only
asl
parents: 2417
diff changeset
73 2007-08-17 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
ba2923d2586f * src/can_lpc2xxx.c: The definition of "info" is missing when only
asl
parents: 2417
diff changeset
74
ba2923d2586f * src/can_lpc2xxx.c: The definition of "info" is missing when only
asl
parents: 2417
diff changeset
75 * src/can_lpc2xxx.c: The definition of "info" is missing when only
ba2923d2586f * src/can_lpc2xxx.c: The definition of "info" is missing when only
asl
parents: 2417
diff changeset
76 one CAN channel is configured.
ba2923d2586f * src/can_lpc2xxx.c: The definition of "info" is missing when only
asl
parents: 2417
diff changeset
77
2417
05280737f180 * include/can_lpc2xxx_baudrates.h: Removed all prefixed zeros from
asl
parents: 2412
diff changeset
78 2007-08-17 Uwe Kindler <uwe_kindler@web.de>
05280737f180 * include/can_lpc2xxx_baudrates.h: Removed all prefixed zeros from
asl
parents: 2412
diff changeset
79
05280737f180 * include/can_lpc2xxx_baudrates.h: Removed all prefixed zeros from
asl
parents: 2412
diff changeset
80 * include/can_lpc2xxx_baudrates.h: Removed all prefixed zeros from
05280737f180 * include/can_lpc2xxx_baudrates.h: Removed all prefixed zeros from
asl
parents: 2412
diff changeset
81 baudrate table entries (they aren't intended to be interpreted as
05280737f180 * include/can_lpc2xxx_baudrates.h: Removed all prefixed zeros from
asl
parents: 2412
diff changeset
82 octal)
05280737f180 * include/can_lpc2xxx_baudrates.h: Removed all prefixed zeros from
asl
parents: 2412
diff changeset
83
05280737f180 * include/can_lpc2xxx_baudrates.h: Removed all prefixed zeros from
asl
parents: 2412
diff changeset
84 * tests/can_baudrates.c
05280737f180 * include/can_lpc2xxx_baudrates.h: Removed all prefixed zeros from
asl
parents: 2412
diff changeset
85 tests/can_busload.c
05280737f180 * include/can_lpc2xxx_baudrates.h: Removed all prefixed zeros from
asl
parents: 2412
diff changeset
86 tests/can_rx_tx.c: removed #include pkgconf/devs_can_loop.h
05280737f180 * include/can_lpc2xxx_baudrates.h: Removed all prefixed zeros from
asl
parents: 2412
diff changeset
87
2412
80745a26ab22 * src/can_lpc2xxx.c: Added acknowledging call in rx interrupt
asl
parents: 2409
diff changeset
88 2007-08-02 Alexey Shusharin <mrfinch@mail.ru>
80745a26ab22 * src/can_lpc2xxx.c: Added acknowledging call in rx interrupt
asl
parents: 2409
diff changeset
89
80745a26ab22 * src/can_lpc2xxx.c: Added acknowledging call in rx interrupt
asl
parents: 2409
diff changeset
90 * src/can_lpc2xxx.c: Added acknowledging call in rx interrupt
80745a26ab22 * src/can_lpc2xxx.c: Added acknowledging call in rx interrupt
asl
parents: 2409
diff changeset
91 (self-reception part)
80745a26ab22 * src/can_lpc2xxx.c: Added acknowledging call in rx interrupt
asl
parents: 2409
diff changeset
92
2409
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
93 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
94
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
95 * cdl/can_lpx2xxx.cdl: Option
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
96 CYGOPT_DEVS_CAN_LPC2XXX_USE_SELF_RECEPTION added for enabling
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
97 self reception requests instead of transmission requests.
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
98
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
99 * src/can_lpc2xxx.c: Some small bugs fixed. Added support for LUT
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
100 error. Support for self transmission request added. Debug output
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
101 improved.
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
102
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
103 * src/can_accfilt_lpc2xxx.c: Added support for baudrates of 10kbaud
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
104 and 20 kbaud at clock speed of 60 MHz
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
105
2406
641c0b821739 CAN driver for LPC2xxx, plus misc CAN improvements - from Uwe Kindler
gthomas
parents:
diff changeset
106 2007-07-01 Uwe Kindler <uwe_kindler@web.de>
641c0b821739 CAN driver for LPC2xxx, plus misc CAN improvements - from Uwe Kindler
gthomas
parents:
diff changeset
107
641c0b821739 CAN driver for LPC2xxx, plus misc CAN improvements - from Uwe Kindler
gthomas
parents:
diff changeset
108 * LPC2xxx CAN driver package created
641c0b821739 CAN driver for LPC2xxx, plus misc CAN improvements - from Uwe Kindler
gthomas
parents:
diff changeset
109 * cdl/can_lpc2xxx.cdl
641c0b821739 CAN driver for LPC2xxx, plus misc CAN improvements - from Uwe Kindler
gthomas
parents:
diff changeset
110 * include/can_lpc2xxx.h
641c0b821739 CAN driver for LPC2xxx, plus misc CAN improvements - from Uwe Kindler
gthomas
parents:
diff changeset
111 * include/can_lpc2xxx_baudrates.h
641c0b821739 CAN driver for LPC2xxx, plus misc CAN improvements - from Uwe Kindler
gthomas
parents:
diff changeset
112 * src/can_lpc2xxx.c
2409
e8eaf852a606 2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
asl
parents: 2406
diff changeset
113 * src/can_accfilt_lpc2xxx.c
2406
641c0b821739 CAN driver for LPC2xxx, plus misc CAN improvements - from Uwe Kindler
gthomas
parents:
diff changeset
114
641c0b821739 CAN driver for LPC2xxx, plus misc CAN improvements - from Uwe Kindler
gthomas
parents:
diff changeset
115 //===========================================================================
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
116 // ####GPLCOPYRIGHTBEGIN####
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
117 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
118 // This file is part of eCos, the Embedded Configurable Operating System.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
119 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
2406
641c0b821739 CAN driver for LPC2xxx, plus misc CAN improvements - from Uwe Kindler
gthomas
parents:
diff changeset
120 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
121 // This program is free software; you can redistribute it and/or modify
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
122 // it under the terms of the GNU General Public License as published by
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
123 // the Free Software Foundation; either version 2 or (at your option) any
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
124 // later version.
2406
641c0b821739 CAN driver for LPC2xxx, plus misc CAN improvements - from Uwe Kindler
gthomas
parents:
diff changeset
125 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
126 // This program is distributed in the hope that it will be useful, but
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
127 // WITHOUT ANY WARRANTY; without even the implied warranty of
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
128 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
129 // General Public License for more details.
2406
641c0b821739 CAN driver for LPC2xxx, plus misc CAN improvements - from Uwe Kindler
gthomas
parents:
diff changeset
130 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
131 // You should have received a copy of the GNU General Public License
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
132 // along with this program; if not, write to the
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
133 // Free Software Foundation, Inc., 51 Franklin Street,
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
134 // Fifth Floor, Boston, MA 02110-1301, USA.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
135 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2509
diff changeset
136 // ####GPLCOPYRIGHTEND####
2406
641c0b821739 CAN driver for LPC2xxx, plus misc CAN improvements - from Uwe Kindler
gthomas
parents:
diff changeset
137 //===========================================================================