comparison packages/io/serial/current/ChangeLog @ 208:e0c0827131d1 ecos

Merge from eCos master repository on 2002-05-20-20:11:54-BST
author jlarmour
date Mon, 20 May 2002 22:19:26 +0000
parents 391299f9e541
children d2c90368aeef
comparison
equal deleted inserted replaced
207:74c807ddde34 208:e0c0827131d1
1 2002-04-23 Jesper Skov <jskov@redhat.com>
2
3 * tests/serial3.c (serial_test): Use 19200 baud rate when board
4 cannot handle 38400.
5 * tests/serial5.c (serial_test): Same.
6
7 2002-02-19 Jesper Skov <jskov@redhat.com>
8
9 * cdl/io_serial.cdl: Removed termiostty.c build rule.
10
11 * cdl/termios.cdl: Make termiostty.c building depending on actual
12 requirements for its content.
13
14 2002-02-15 Jesper Skov <jskov@redhat.com>
15
16 * tests/flow1.c: Also try DSR/DTR flow control (presently
17 unsupported by Linux though).
18 * tests/flow2.c: Same.
19
20 2002-01-11 Jonathan Larmour <jlarmour@redhat.com>
21
22 * src/common/termiostty.c (termios_read): Don't return after VMIN,
23 this was a stupid thing to do and decreases performance a lot.
24
1 2001-08-15 Gary Thomas <gthomas@redhat.com> 25 2001-08-15 Gary Thomas <gthomas@redhat.com>
2 26
3 * tests/ser_test_protocol.inl: Change NONE in 'cyg_verbosity_level_t' 27 * tests/ser_test_protocol.inl: Change NONE in 'cyg_verbosity_level_t'
4 to be _NONE [unused] to avoid name clash with <kernel/kapi.h>. 28 to be _NONE [unused] to avoid name clash with <kernel/kapi.h>.
5 29
1377 1401
1378 * serial/current/src/arm/pid_serial_with_ints.c: 1402 * serial/current/src/arm/pid_serial_with_ints.c:
1379 New [somewhat] configurable drivers for PID. 1403 New [somewhat] configurable drivers for PID.
1380 1404
1381 //=========================================================================== 1405 //===========================================================================
1382 //####COPYRIGHTBEGIN#### 1406 //####ECOSGPLCOPYRIGHTBEGIN####
1383 // 1407 // -------------------------------------------
1384 // ------------------------------------------- 1408 // This file is part of eCos, the Embedded Configurable Operating System.
1385 // The contents of this file are subject to the Red Hat eCos Public License 1409 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
1386 // Version 1.1 (the "License"); you may not use this file except in 1410 //
1387 // compliance with the License. You may obtain a copy of the License at 1411 // eCos is free software; you can redistribute it and/or modify it under
1388 // http://www.redhat.com/ 1412 // the terms of the GNU General Public License as published by the Free
1389 // 1413 // Software Foundation; either version 2 or (at your option) any later version.
1390 // Software distributed under the License is distributed on an "AS IS" 1414 //
1391 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 1415 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
1392 // License for the specific language governing rights and limitations under 1416 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
1393 // the License. 1417 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1394 // 1418 // for more details.
1395 // The Original Code is eCos - Embedded Configurable Operating System, 1419 //
1396 // released September 30, 1998. 1420 // You should have received a copy of the GNU General Public License along
1397 // 1421 // with eCos; if not, write to the Free Software Foundation, Inc.,
1398 // The Initial Developer of the Original Code is Red Hat. 1422 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
1399 // Portions created by Red Hat are 1423 //
1400 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. 1424 // As a special exception, if other files instantiate templates or use macros
1401 // All Rights Reserved. 1425 // or inline functions from this file, or you compile this file and link it
1402 // ------------------------------------------- 1426 // with other works to produce a work based on this file, this file does not
1403 // 1427 // by itself cause the resulting work to be covered by the GNU General Public
1404 //####COPYRIGHTEND#### 1428 // License. However the source code for this file must still be made available
1429 // in accordance with section (3) of the GNU General Public License.
1430 //
1431 // This exception does not invalidate any other reasons why a work based on
1432 // this file might be covered by the GNU General Public License.
1433 //
1434 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
1435 // at http://sources.redhat.com/ecos/ecos-license
1436 // -------------------------------------------
1437 //####ECOSGPLCOPYRIGHTEND####
1405 //=========================================================================== 1438 //===========================================================================