Mercurial > ecos
changeset 3236:ae2b465b3b97
* cdl/hal_arm_lpc2xxx_olpce2294.cdl: Add support for all 4 CAN
interfaces.
| author | sergeig |
|---|---|
| date | Tue, 21 May 2013 18:56:04 +0000 |
| parents | 0b405e1b1295 |
| children | 70cba7faa5f7 |
| files | packages/hal/arm/lpc2xxx/olpce2294/current/ChangeLog packages/hal/arm/lpc2xxx/olpce2294/current/cdl/hal_arm_lpc2xxx_olpce2294.cdl |
| diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/arm/lpc2xxx/olpce2294/current/ChangeLog +++ b/packages/hal/arm/lpc2xxx/olpce2294/current/ChangeLog @@ -1,3 +1,8 @@ +2013-05-13 Uwe Kindler <uwe_kindler@web.de> + + * cdl/hal_arm_lpc2xxx_olpce2294.cdl: Add support for all 4 CAN + interfaces. + 2012-03-07 Sergei Gavrikov <sergei.gavrikov@gmail.com> * include/hal_platform_setup.h: Fix assembler warning (s suffix on
--- a/packages/hal/arm/lpc2xxx/olpce2294/current/cdl/hal_arm_lpc2xxx_olpce2294.cdl +++ b/packages/hal/arm/lpc2xxx/olpce2294/current/cdl/hal_arm_lpc2xxx_olpce2294.cdl @@ -54,6 +54,10 @@ cdl_package CYGPKG_HAL_ARM_LPC2XXX_OLPCE define_header hal_arm_lpc2xxx_olpce2294.h include_dir cyg/hal hardware + implements CYGINT_DEVS_CAN_LPC2XXX_CAN0 + implements CYGINT_DEVS_CAN_LPC2XXX_CAN1 + implements CYGINT_DEVS_CAN_LPC2XXX_CAN2 + implements CYGINT_DEVS_CAN_LPC2XXX_CAN3 description " The OLPCE2294 HAL package provides the support needed to run eCos on Olimex LPC-E2294 development board."
