Mercurial > ecos-v3_0-branch
view packages/devs/flash/atmel/at49xxxx/current/ChangeLog @ 2729:74dbf4c3f2e1 after-copyright-change-20090129
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
| author | jlarmour |
|---|---|
| date | Thu, 29 Jan 2009 17:47:46 +0000 |
| parents | 8419af81cd27 |
| children |
line wrap: on
line source
2008-12-23 Evgeniy Dushistov <dushistov@mail.ru> * include/flash_at49xxxx_parts.inl: Add support for AT49BV642D. 2008-11-17 Jonathan Larmour <jifl@eCosCentric.com> * cdl/flash_atmel_at49xxxx.cdl: Indicate that this driver uses the legacy flash device API. 2005-02-15 Jacques Tinembart <Jacques.Tinembart@eig.unige.ch> * include/flash_at49xxxx.inl, include/flash_at49xxxx_parts.inl: add support for AT49LV161 and AT49BV322A 2004-11-12 Andrew Lunn <andrew.lunn@ascom.ch> * include/flash_at49xxxx_parts.inl: Give a compiler error if the bug workaround for the AT49BV16[01]4A is not enabled. 2004-05-11 Thomas Koeller <thomas.koeller@baslerweb.com> * cdl/flash_atmel_at49xxxx.cdl: * include/flash_at49xxxx.inl: Added workaround for Atmel AT91FR40162 erase bug. 2003-11-10 Gary Thomas <gary@mlbassoc.com> * include/flash_at49xxxx_parts.inl: Add AT29LV200BB 2003-09-19 Gary Thomas <gary@mlbassoc.com> * include/flash_at49xxxx_parts.inl: Add support for AT49LV040 * include/flash_at49xxxx.inl: Support devices which need "chip erase" as opposed to "sector erase" operations. 2003-08-08 Oyvind Harboe <oyvind.harboe@zylin.com> * include/flash_at49xxxx.inl: the program/erase completion had a race condtion. Changes algorithms to one that does not suffer from potential race conditions. 2003-07-15 Jonathan Larmour <jifl@eCosCentric.com> * include/flash_at49xxxx.inl: Reorganise to support boot blocks, multiple flash types from the same driver, and do proper verification. * include/flash_at49xxxx_parts.inl: New file to describe flash part information. 2003-06-10 �yvind Harboe <oyvind.harboe@zylin.com> * include/flash_at49xxxx.inl: wait_while_busy needs to be in RAM since its called while the flash is not readable. 2002-07-12 Tim Drury (tdrury@siliconmotorsports.com> * include/flash_at49xxxx.inl: added support for AT49LV1614 2002-06-24 Jani Monoses <jani@iv.ro> * include/flash_at49xxxx.inl: Added support for AT49BV8011 based on AT29XXXXX //=========================================================================== // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. // // This program 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. // // This program 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 this program; if not, write to the // Free Software Foundation, Inc., 51 Franklin Street, // Fifth Floor, Boston, MA 02110-1301, USA. // ------------------------------------------- // ####GPLCOPYRIGHTEND#### //===========================================================================
