Mercurial > nand-ecoscentric
diff packages/devs/nand/synth/current/ChangeLog @ 2930:6efd22c2e7b1
Import anoncvs-based NAND and device drivers to 20090826
| author | Ross Younger <wry@ecoscentric.com> |
|---|---|
| date | Mon, 02 Nov 2009 16:30:33 +0000 |
| parents | |
| children | 3c14144a4c7a |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/packages/devs/nand/synth/current/ChangeLog @@ -0,0 +1,65 @@ +2009-07-14 Bart Veer <bartv@ecoscentric.com> + + * host/nand.tcl (dialog): avoid the use of max() for compatibility + with ancient Tcl 8.4 installations. + + * host/configure.in: allow builds on x86_64 machines. + + * host/configure: regenerate. + + * doc/synth_nand.sgml, doc/dialog1.png, doc/dialog2.png: add + documentation. + +2009-07-09 Bart Veer <bartv@ecoscentric.com> + + * host/nand.tcl, host/nand.tdf, src/nand_synth.c: first attempt at + a full-blown implementation complete with logging and error + injection. + + * cdl/nand_synth.cdl: add dependencies on other packages. Fix name + of CYGDAT_NAND_SYNTH_FILENAME option as per CDL coding standards. + +2009-06-17 Ross Younger <wry@eCosCentric.com> + + * Retab for consistency with other eCos sources. + * Move eccdamage test from io/nand. + +2009-03-06 Ross Younger <wry@eCosCentric.com> + + * New package. Synthetic NAND flash chip. + +//=========================================================================== +// ####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 2009 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., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 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 v2. +// +// 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#### +//=========================================================================== + +
