Mercurial > flash_v2
changeset 1773:aa8da0f3b0a7
* cdl/flash_synth.cdl: Needs to indicate to io/flash
that cache needs handling.
| author | jlarmour |
|---|---|
| date | Wed, 27 Sep 2006 14:53:18 +0000 |
| parents | b7674108e616 |
| children | 93e71250d9ba |
| files | packages/devs/flash/synthv2/current/ChangeLog packages/devs/flash/synthv2/current/cdl/flash_synth.cdl |
| diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/flash/synthv2/current/ChangeLog +++ b/packages/devs/flash/synthv2/current/ChangeLog @@ -1,3 +1,8 @@ +2006-09-27 Jonathan Larmour <jifl@eCosCentric.com> + + * cdl/flash_synth.cdl: Needs to indicate to io/flash + that cache needs handling. + 2004-12-02 Bart Veer <bartv@ecoscentric.com> * include/synth.h, src/synth.c: explicitly include
--- a/packages/devs/flash/synthv2/current/cdl/flash_synth.cdl +++ b/packages/devs/flash/synthv2/current/cdl/flash_synth.cdl @@ -56,7 +56,8 @@ cdl_package CYGPKG_DEVS_FLASH_SYNTH_V2 { requires CYGINT_ISO_ERRNO_CODES implements CYGHWR_IO_FLASH_DEVICE - + implements CYGHWR_IO_FLASH_DEVICE_NEEDS_CACHE_HANDLED + include_dir cyg/flash description "FLASH memory device support for Synthetic target" compile -library=libextras.a synth.c
