Mercurial > ecos-v3_0-branch
view packages/devs/serial/arm/lpc2xxx/current/ChangeLog @ 2703:3f1ca3a57e72
* cdl/ser_arm_lpc2xxx.cdl:
* include/arm_lpc2xxx_ser.inl: Ensure the serial interrupts are
using different priorities, otherwise we get spurious interrupts.
| author | asl |
|---|---|
| date | Tue, 23 Dec 2008 18:36:39 +0000 |
| parents | 55aa7418e249 |
| children | 74dbf4c3f2e1 |
line wrap: on
line source
2008-11-23 Martin Laabs <martin.laabs@mailbox.tu-dresden.de> Andrew Lunn <andrew@lunn.ch> * cdl/ser_arm_lpc2xxx.cdl: * include/arm_lpc2xxx_ser.inl: Ensure the serial interrupts are using different priorities, otherwise we get spurious interrupts. 2007-06-22 Alexander Aganichev <aaganichev@gmail.com> * cdl/ser_arm_lpc2xxx.cdl: Added requirement of CYGPKG_IO_SERIAL_GENERIC_16X5X_XMIT_REQUIRE_PRIME option. 2004-11-15 Jani Monoses <jani@iv.ro> * include/arm_lpc2xxx_ser.inl: Get rid of unused external function declaration. 2004-09-12 Jani Monoses <jani@iv.ro> * include/arm_lpc2xxx_ser.inl: Serial driver for ARM LPC2XXX, using generic 16X5X driver. //=========================================================================== //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. // Copyright (C) 2004 eCosCentric Limited // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free // Software Foundation; either version 2 or (at your option) any later version. // // eCos is distributed in the hope that it will be useful, but WITHOUT ANY // WARRANTY; without even the implied warranty of MERCHANTABILITY or // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License // for more details. // // You should have received a copy of the GNU General Public License along // with eCos; if not, write to the Free Software Foundation, Inc., // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. // // As a special exception, if other files instantiate templates or use macros // or inline functions from this file, or you compile this file and link it // with other works to produce a work based on this file, this file does not // by itself cause the resulting work to be covered by the GNU General Public // License. However the source code for this file must still be made available // in accordance with section (3) of the GNU General Public License. // // This exception does not invalidate any other reasons why a work based on // this file might be covered by the GNU General Public License. // ------------------------------------------- //####ECOSGPLCOPYRIGHTEND#### //===========================================================================
