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

📄 changelog

📁 开放源码实时操作系统源码.
💻
字号:
2004-09-16  Andrea Michelotti <amichelotti@atmel.com>

	* include/hal_platform_ints.h: When CYGHWR_HAL_ARM_AT91_FIQ is defined 
	  CYGNUM_HAL_ISR_MIN is equal to zero.
	
2004-08-30  Thomas Koeller <thomas.koeller@baslerweb.com>

	* cdl//hal_arm_at91_eb42.cdl: Undid last change. These
	options are not really common among all platforms.

2004-02-12  Jani Monoses <jani@iv.ro>

	* cdl/hal_arm_at91_eb40a.cdl: Move configuration options 
	common to all AT91 EB boards up to AT91 variant .cdl.
	
2003-12-16  Gary Thomas  <gary@mlbassoc.com>

	* misc/redboot_ROMRAM.ecm: 
	CYGNUM_FLASH_WORKSPACE_SIZE is no longer used.

2003-09-30 Jani Monoses <jani@iv.ro> 

	* cdl/hal_arm_at91_eb40a.cdl: Interfaces are already implemented by
	AT91 variant .cdl, do not duplicate them here.
	
2003-07-15  Jonathan Larmour  <jifl@eCosCentric.com>

	* include/hal_platform_ints.h (HAL_PLATFORM_RESET): Actually use
	hal_at91_reset_cpu().

2003-06-11  Oyvind Harboe  <oyvind.harboe@zylin.com>
	
	* src/eb40a_misc.c:
	LED routines were using the wrong bits.
	
	* include/plf_io.h
	LED defines were using the wrong bits
	Added defines for the EB40a board push buttons
	
2003-05-12  Nick Garnett  <nickg@balti.calivar.com>

	* src/eb40a_misc.c:
	Renamed and changed behaviour of led routines. They now all have
	hal_at91_ in front to prevent namespace pollution, and all now
	just take a simple 8 bit mask and adapt to the specific pin
	assignments internally.

	* cdl/hal_arm_at91_eb40a.cdl: Added requirement for
	CYGHWR_HAL_ARM_AT91 == "R40008" to customize the variant HAL to
	the device on this board.

	* include/hal_platform_setup.h: Added _led_init and _led macros to
	initialize and work board LEDs. Ensured that LEDs work even in RAM
	startup.

	* include/pkgconf/mlt_arm_at91_eb40a_ram.ldi: 
	* include/pkgconf/mlt_arm_at91_eb40a_ram.h: 
	* include/pkgconf/mlt_arm_at91_eb40a_rom.ldi: 
	* include/pkgconf/mlt_arm_at91_eb40a_rom.h: 
	* include/pkgconf/mlt_arm_at91_eb40a_romram.ldi: 
	* include/pkgconf/mlt_arm_at91_eb40a_romram.h:
	Changed RAM configuration to work only within the 256K of SRAM
	normally shipped with these boards.

2002-07-14  Tim Drury <tdrury@siliconmotorsports.com>

	* adapted from Thomas Koeller's <Thomas.Koeller@baslerweb.com> EB40
	patch to the original AT91 ecos base.  Fixed up FLASH, RAM, and SRAM
	sizes and locations throughout.  My EB40A board came with 1MB on-board
	SRAM although the docs state SRAM is NOT included, so this port
	reflects my on-board SRAM.
	* cdl/hal_arm_at91_eb40a.cdl - changed to 66MHz clock
	* include/hal_platform_setup.h - wait states for FLASH and SRAM are the
	same as EB40 (oddly enough).  The parts are faster but so is the AT91
	part, so the pre- and post-wait state numbers came out the same.
	* include/plf_io.h - added EB40A on-board LED definitions
	* include/pkgconf/* - changed all .h and .ldi files to reflect new
	FLASH, SRAM, and RAM sizes and locations.  NOTE: I do not use Windows
	so someone else will have to create the .mlt files that the GUI
	configuration tool needs to generate the .h and .ldi files.
	* misc/*.ecm - changed to use AT49LV1614 FLASH
	* src/eb40a_misc.c - added led_on(), led_off(), and get_leds()


//===========================================================================
//####ECOSGPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
// Copyright (C) 2003 Nick Garnett <nickg@calivar.com>
//
// 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 + -