⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 ecos移植到R8H系列的源码。源码包来自http://www.cetoni.de/develop/develop_ecosh8s_en.html
💻
字号:
2004-03-01 Uwe Kindler <uwe_kindler@web.de>
	* cdl/hal_h8s_h8s2674_edosk2674.cdl : Platform now implements
	the new interface CYGINT_HAL_H8S_PLATFORM_LINUX_BOOT_SUPPORT.
	This tells the H8S architecture that this platform supports
	Linux booting via RedBoot.
	Platform implements new interface CYGINT_HAL_H8S_USE_COMMON_GDB_STUB
	because it uses the genric GDB stub provided by achitecture.

2004-02-19 Uwe Kindler <uwe_kindler@web.de>
	* cdl/hal_h8s_h8s2674_edosk2674.cdl : Added compiler switch
	-finline-limit=100000 in order to prevent compiler warnings about
	function inlining

2004-02-17  Uwe Kindler <uwe_kindler@web.de>
	* cdl/hal_h8s_h8s2674_edosk2674.cdl : Moved CYGHWR_HAL_VSR_TABLE,
	and CYGHWR_HAL_VECTOR_TABLE from start of internal RAM to end of
	internal RAM.
	* cdl/mlt_h8s_h8s2674_edosk2674_xxx.h: Removed unused stuff
	* cdl/mlt_h8s_h8s2674_edosk2674_xxx.ldi: Removed unused stuff
	and moved shadow vector table from start of internal RAM to end
	end of internal RAM.

2004-02-05  Uwe Kindler <uwe_kindler@web.de>
	* include/var_intr.h : added the macro CYG_VECTOR_IS_INTERRUPT(v).
	* cdl/hal_h8s_h8s2674_edosk2674.cdl : Grouped different options
	together in components for more clarity in configtool. Added options
	for building EDOSK-2674 related tests.
	* tests/knmi.c : Added interactive NMI test.

2004-01-23  Uwe Kindler  <uwe_kindler@web.de>

	* cdl/hal_h8s_h8s2674_edosk2674.cdl : Added the flag -mecos to the
	compiler and linker flags. This forces the compiler to align all
	arrays to a 4 byte boundary - this is required by eCos.

2004-01-04  Uwe Kindler  <uwe_kindler@web.de>

	* src/plf_io.h : New file with EDOSK-2674 specific I/O register bit
	definitions and I/O access macros

2004-01-03  Uwe Kindler  <uwe_kindler@web.de>

	* src/hal_diag.c : moved diagnostic code as common diagnostic code
	into architecture HAL because this should be the same for all H8S
	variants and platforms with common SCI module.
	* src/plf_diag.c : New file - provides platform specific code for
	common diagnostic code in hal_diag.c

2003-12-06  Uwe Kindler  <uwe_kindler@web.de>

	* cdl/hal_h8s_h8s2674_edosk2674.cdl
	* include/hal_diag.h
	* include/platform.inc
	* include/plf_intr.h
	* include/plf_stub.h
	* include/pkgconf/mlt_h8s_h8s2674_edosk2674_ram.h
	* include/pkgconf/mlt_h8s_h8s2674_edosk2674_ram.ldi
	* include/pkgconf/mlt_h8s_h8s2674_edosk2674_ram.mlt
	* include/pkgconf/mlt_h8s_h8s2674_edosk2674_rom.h
	* include/pkgconf/mlt_h8s_h8s2674_edosk2674_rom.ldi
	* include/pkgconf/mlt_h8s_h8s2674_edosk2674_rom.mlt
	* src/delay_us.S
	* src/hal_diag.c
	* src/plf_misc.c: New package - support for 
	Renesas Evaluation Design O/S Kit for H8S/2674

//===========================================================================
//####ECOSGPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
//
// 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.
//
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
// at http://sources.redhat.com/ecos/ecos-license/
// -------------------------------------------
//####ECOSGPLCOPYRIGHTEND####
//===========================================================================

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -