comparison packages/io/flash/current/cdl/io_flash.cdl @ 154:e2d866e32dac

Merge from eCos master repository on 2001-02-26-23:18:05-GMT
author jlarmour
date Tue, 27 Feb 2001 01:21:45 +0000
parents 77cec8369160
children b65ec671dd4c
comparison
equal deleted inserted replaced
153:5e8f3b328bb3 154:e2d866e32dac
62 description " 62 description "
63 This option enables the hardware device drivers 63 This option enables the hardware device drivers
64 for the current platform." 64 for the current platform."
65 } 65 }
66 66
67 cdl_interface CYGHWR_IO_FLASH_DEVICE_IN_RAM {
68 display "Hardware FLASH device drivers are in RAM"
69 flavor booldata
70 description "
71 This option prevents the IO driver from copying the device
72 driver functions to RAM before calling them."
73 }
74
67 cdl_interface CYGHWR_IO_FLASH_BLOCK_LOCKING { 75 cdl_interface CYGHWR_IO_FLASH_BLOCK_LOCKING {
68 display "Hardware can support block locking" 76 display "Hardware can support block locking"
69 description " 77 description "
70 This option will be enabled by devices which can support 78 This option will be enabled by devices which can support
71 locking (write-protection) of individual blocks." 79 locking (write-protection) of individual blocks."