⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 flash_arm_anywhereii.cdl

📁 eCos/RedBoot for勤研ARM AnywhereII(4510) 含全部源代码
💻 CDL
字号:
# ====================================================================
#
#      flash_arm_anywhereii.cdl
#
#      FLASH memory - Hardware support on OSET ARM Anywhere II(4510)
#
# ====================================================================
# ====================================================================
######DESCRIPTIONBEGIN####
#
# Author(s):      Sonys <sonys@163.com>
# Contributors:   
# Date:           2004-09-15
# Purpose:      
# Description:  
#
# Copyright (C) 2004 DevBone Software. All rights reserved.
#####DESCRIPTIONEND####
# ====================================================================

cdl_package CYGPKG_DEVS_FLASH_ARM_ANYWHEREII {
    display       "OSET ARM Anywhere II FLASH memory support"
    description   "FLASH memory device support for OSET ARM Anywhere II(SST39VF160)"

    parent        CYGPKG_IO_FLASH
    active_if	  CYGPKG_IO_FLASH
    requires	  CYGPKG_HAL_ARM_ANYWHEREII

    implements    CYGHWR_IO_FLASH_DEVICE

    compile       arm_anywhereii_flash.c

    # Arguably this should do in the generic package
    # but then there is a logic loop so you can never enable it.
    cdl_interface CYGINT_DEVS_FLASH_SST_39VFXXX_REQUIRED {
        display   "Generic SST 39VFxxx driver required"
    }

    implements CYGINT_DEVS_FLASH_SST_39VFXXX_REQUIRED

    cdl_option CYGNUM_DEVS_FLASH_ARM_ANYWHEREII_SIZE {
        display       "Flash size in Mbytes"
        flavor        data
        legal_values  { 1 2 }
        default_value 2
        description   "
            This option specifies the size of the flash device
            of the OSET ARM Anywhere II."
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -