This is the mail archive of the
ecos-cvs@sourceware.org
mailing list for the ecos project.
ecos/packages/devs/can/arm/lpc2xxx/current Cha ...
- From: asl at sourceware dot org
- To: ecos-cvs at ecos dot sourceware dot org
- Date: 31 Jul 2007 07:53:36 -0000
- Subject: ecos/packages/devs/can/arm/lpc2xxx/current Cha ...
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2007-07-31 07:53:36
Modified files:
packages/devs/can/arm/lpc2xxx/current: ChangeLog
packages/devs/can/arm/lpc2xxx/current/cdl: can_lpc2xxx.cdl
packages/devs/can/arm/lpc2xxx/current/include: can_lpc2xxx.h
can_lpc2xxx_baudrates.h
packages/devs/can/arm/lpc2xxx/current/src: can_accfilt_lpc2xxx.c
can_lpc2xxx.c
packages/devs/can/arm/lpc2xxx/current/tests: can_test_aux.inl
Log message:
2007-07-07 Alexey Shusharin <mrfinch@mail.ru>
* cdl/can_lpx2xxx.cdl: Option
CYGOPT_DEVS_CAN_LPC2XXX_USE_SELF_RECEPTION added for enabling
self reception requests instead of transmission requests.
* src/can_lpc2xxx.c: Some small bugs fixed. Added support for LUT
error. Support for self transmission request added. Debug output
improved.
* src/can_accfilt_lpc2xxx.c: Added support for baudrates of 10kbaud
and 20 kbaud at clock speed of 60 MHz
* DOS2UNIX everything, which makes the diff a bit useles...