Mercurial > flash_v2
changeset 1708:e7f2b3b6c889
* ecos.db: Added the new synthetic target flash device which uses
the new API and has some extra goodies like boot blocks.
| author | asl |
|---|---|
| date | Thu, 05 Aug 2004 13:56:55 +0000 |
| parents | 0943943e5b80 |
| children | 57655b789e8a |
| files | packages/ChangeLog packages/NEWS packages/ecos.db |
| diffstat | 3 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,8 @@ +2004-08-05 Andrew Lunn <andrew.lunn@ascom.ch> + + * ecos.db: Added the new synthetic target flash device which uses + the new API and has some extra goodies like boot blocks. + 2004-05-15 Roland Ca?ebohm <roland.cassebohm@VisionSystems.de> * ecos.db: Added aim711 support
--- a/packages/NEWS +++ b/packages/NEWS @@ -1,3 +1,4 @@ +* New Flash API with lots of new goodies. * Added support for the AIM711 contributed by Roland Cassebohm. * Added the lwIP TCP/IP stack. * Added PPP network support. Contributed by Nick Garnett of eCosCentric.
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -711,6 +711,15 @@ package CYGPKG_DEVS_FLASH_SYNTH { FLASH memory device support for Synthetic target" } +package CYGPKG_DEVS_FLASH_SYNTH_V2 { + alias { "Synthetic FLASH memory support" synth_flashv2 flash_synthv2 } + directory devs/flash/synthv2 + script flash_synth.cdl + hardware + description " + FLASH memory device support for Synthetic target using the new API" +} + package CYGPKG_DEVS_FLASH_TOSHIBA_TC58XXX { alias { "Support for Toshiba TC58xxx flash memory" flash_toshiba_tc58xxx } directory devs/flash/toshiba/tc58xxx
