view packages/io/can/current/ChangeLog @ 2276:e50b5a71705a

Fix CDL parenthood - from Jochen Gerster
author gthomas
date Fri, 25 Aug 2006 11:56:00 +0000
parents 13392c5460a0
children 1e57c4599705
line wrap: on
line source

2006-08-25  Gary Thomas  <gary@mlbassoc.com>

	* cdl/io_can.cdl: Set parent for more intuitive ConfigTool layout.

2006-03-27  Uwe Kindler  <uwe_kindler@web.de>

	* src/can.c can_rcv_event() Clear the flag field in new event before
	calling into low level hardware driver.

2006-02-15  Uwe Kindler  <uwe_kindler@web.de>

	* include/can_io.h Added message buffer configuration identifier:
	CYGNUM_CAN_MSGBUF_RESET_ALL, CYGNUM_CAN_MSGBUF_RX_FILTER_ALL ...
	Added cfg_id field to cyg_can_msgbuf_cfg data structure.

2005-09-11  Uwe Kindler  <uwe_kindler@web.de>

	* include/can_io.h Added support for get_config to CAN_LOWLEVEL_FUNS
	structure. 
	Added additional CAN events. 
	Added support for can state (cyg_can_state) and CAN mode (cyg_can_mode).  
	Changed data type of cyg_can_buf_info_t data structure from cyg_int32 
	to cyg_uint32. 
	Added support for message box configuration (cyg_can_msgbuf_info).
	Added support for message filtering (cyg_cn_filter). 
	Renamed cyg_can_rtr_buf to cyg_can_remote_buf. 
	Renamed CYGNUM_CAN_RTR_BUF_NA and CYGNUM_CAN_RTR_BUF_INIT to 
	CYGNUM_CAN_MSGBUF_NA and CYGNUM_CAN_MSGBUF_INIT because they are
	also used for message filtering. 
	Added support for hardware description interface. 
	Added support for CYG_IO_SET_CONFIG_CAN_INPUT_FLUSH,
	CYG_IO_SET_CONFIG_CAN_OUTPUT_FLUSH and CYG_IO_GET_CONFIG_SERIAL_OUTPUT_DRAIN.
	
	* doc/can_driver_doc.html Additional configuration options
	documented.
	
2005-05-24  Uwe Kindler  <uwe_kindler@web.de>

	* Generic CAN driver package created

//===========================================================================
//####ECOSGPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 2003, 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####
//===========================================================================