comparison packages/io/flash/current/cdl/io_flash.cdl @ 157:b65ec671dd4c

Merge from eCos master repository on 2001-04-06-18:28:36-BST
author jlarmour
date Fri, 06 Apr 2001 19:06:06 +0000
parents e2d866e32dac
children 0d0f03f76f6a
comparison
equal deleted inserted replaced
156:b939e9cada46 157:b65ec671dd4c
76 display "Hardware can support block locking" 76 display "Hardware can support block locking"
77 description " 77 description "
78 This option will be enabled by devices which can support 78 This option will be enabled by devices which can support
79 locking (write-protection) of individual blocks." 79 locking (write-protection) of individual blocks."
80 } 80 }
81 cdl_option CYGSEM_IO_FLASH_VERIFY_PROGRAM {
82 display "Verify data programmed to flash"
83 flavor bool
84 default_value 1
85 description "
86 Selecting this option will cause verification of data
87 programmed to flash."
88 }
81 } 89 }