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

📄 ecos.ecc

📁 实现快速傅立叶变换算法,provides test framwork for FFT testing
💻 ECC
📖 第 1 页 / 共 5 页
字号:
# eCos saved configuration

# ---- commands --------------------------------------------------------
# This section contains information about the savefile format.
# It should not be edited. Any modifications made to this section
# may make it impossible for the configuration tools to read
# the savefile.

cdl_savefile_version 1;
cdl_savefile_command cdl_savefile_version {};
cdl_savefile_command cdl_savefile_command {};
cdl_savefile_command cdl_configuration { description hardware template package };
cdl_savefile_command cdl_package { value_source user_value wizard_value inferred_value };
cdl_savefile_command cdl_component { value_source user_value wizard_value inferred_value };
cdl_savefile_command cdl_option { value_source user_value wizard_value inferred_value };
cdl_savefile_command cdl_interface { value_source user_value wizard_value inferred_value };

# ---- toplevel --------------------------------------------------------
# This section defines the toplevel configuration object. The only
# values that can be changed are the name of the configuration and
# the description field. It is not possible to modify the target,
# the template or the set of packages simply by editing the lines
# below because these changes have wide-ranging effects. Instead
# the appropriate tools should be used to make such modifications.

cdl_configuration eCos {
    description "" ;

    # These fields should not be modified.
    hardware    systec_PLCcore_mcf5484 ;
    template    default ;
    package CYGPKG_LIBM current ;
    package -hardware CYGPKG_HAL_COLDFIRE current ;
    package -hardware CYGPKG_HAL_COLDFIRE_MCF5484 current ;
    package -hardware CYGPKG_HAL_SYSTEC_PLCCORE_MCF5484 current ;
    package -hardware CYGPKG_DEVS_DMA_MCF5484 current ;
    package -hardware CYGPKG_DEVS_ETH_MCF5484 current ;
    package -hardware CYGPKG_DEVS_SPI_COLDFIRE_MCF5484 current ;
    package -hardware CYGPKG_DEVS_EEPROM_AT25 current ;
    package -hardware CYGPKG_DEVS_WATCHDOG_COLDFIRE_MCF54 current ;
    package -hardware CYGPKG_DEVS_I2C_MCF54 current ;
    package -hardware CYGPKG_DEVS_TMP_TI_TMP10 current ;
    package -hardware CYGPKG_DEVS_FLASH_PLCCORE_CF54 current ;
    package -hardware CYGPKG_DEVS_FLASH_AMD_AM29XXXXX current ;
    package -hardware CYGPKG_DEVS_WALLCLOCK_EPSON_R8564 current ;
    package -hardware CYGPKG_IO_SPI current ;
    package -hardware CYGPKG_IO_SERIAL_COLDFIRE_MCF5484 current ;
    package -hardware CYGPKG_IO_EEPROM current ;
    package -hardware CYGPKG_IO_WATCHDOG current ;
    package -hardware CYGPKG_IO_I2C current ;
    package -hardware CYGPKG_IO_TMP current ;
    package -hardware CYGPKG_IO_WALLCLOCK current ;
    package -hardware CYGPKG_SYSEXT_GLOBAL current ;
    package -template CYGPKG_HAL current ;
    package -template CYGPKG_IO current ;
    package -template CYGPKG_IO_SERIAL current ;
    package -template CYGPKG_INFRA current ;
    package -template CYGPKG_KERNEL current ;
    package -template CYGPKG_MEMALLOC current ;
    package -template CYGPKG_ISOINFRA current ;
    package -template CYGPKG_LIBC current ;
    package -template CYGPKG_LIBC_I18N current ;
    package -template CYGPKG_LIBC_SETJMP current ;
    package -template CYGPKG_LIBC_SIGNALS current ;
    package -template CYGPKG_LIBC_STARTUP current ;
    package -template CYGPKG_LIBC_STDIO current ;
    package -template CYGPKG_LIBC_STDLIB current ;
    package -template CYGPKG_LIBC_STRING current ;
    package -template CYGPKG_LIBC_TIME current ;
    package -template CYGPKG_ERROR current ;
};

# ---- conflicts -------------------------------------------------------
# There are no conflicts.

# ---- contents --------------------------------------------------------
# >
# >
# Global build options
# Global build options including control over compiler
# flags, linker flags and choice of toolchain.
#
cdl_component CYGBLD_GLOBAL_OPTIONS {
    # There is no associated value.

    # The following properties are affected by this value
};

# >
# Global command prefix
# This option specifies the command prefix used
# when invoking the build tools.
#
cdl_option CYGBLD_GLOBAL_COMMAND_PREFIX {
    # Flavor: data
    # No user value, uncomment the following line to provide one.
    # user_value m68k-elf
    # value_source default
    # Default value: m68k-elf
};

# Global compiler flags
# This option controls the global compiler flags
# which are used to compile all packages by default.
# Individual packages may define options which
# override these global flags.
#
cdl_option CYGBLD_GLOBAL_CFLAGS {
    # Flavor: data
    # No user value, uncomment the following line to provide one.
    # user_value "-m5407 -DGNU_ECOS_CF548X -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g  -fno-exceptions"
    # value_source default
    # Default value: "-m5407 -DGNU_ECOS_CF548X -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g  -fno-exceptions"

    # The following properties are affected by this value
    # option CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS
    #     Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -Werror") 
    # option CYGBLD_INFRA_CFLAGS_PIPE
    #     Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -pipe") 
};

# Global linker flags
# This option controls the global linker flags.
# Individual packages may define options which
# override these global flags.
#
cdl_option CYGBLD_GLOBAL_LDFLAGS {
    # Flavor: data
    # No user value, uncomment the following line to provide one.
    # user_value "-m5407 -g -nostdlib -ffunction-sections -fdata-sections -Wl,--gc-sections,--print-map,-Map=eCos.map -Wl,-static"
    # value_source default
    # Default value: "-m5407 -g -nostdlib -ffunction-sections -fdata-sections -Wl,--gc-sections,--print-map,-Map=eCos.map -Wl,-static"
};

# Build GDB stub ROM image
# This option enables the building of the GDB
# stubs for the board. The common HAL controls
# take care of most of the build process, but the
# final conversion from ELF image to binary data is
# handled by the platform CDL, allowing relocation
# of the data if necessary.
#
cdl_option CYGBLD_BUILD_GDB_STUBS {
    # Flavor: bool
    # No user value, uncomment the following line to provide one.
    # user_value 0
    # value_source default
    # Default value: 0
    # Requires:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
    #     CYG_HAL_STARTUP == RAM
    #     CYG_HAL_STARTUP == RAM
    #   --> 0
    # Requires: CYGSEM_HAL_ROM_MONITOR
    #     CYGSEM_HAL_ROM_MONITOR == 0
    #   --> 0
    # Requires: CYGBLD_BUILD_COMMON_GDB_STUBS
    #     CYGBLD_BUILD_COMMON_GDB_STUBS == 0
    #   --> 0
    # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
    #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
    #   --> 0
    # Requires: CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
    #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 0
    #   --> 0
    # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
    #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
    #   --> 1
    # Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
    #     CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT == 1
    #   --> 0
    # Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
    #     CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM == 1
    #   --> 0
};

# Build common GDB stub ROM image
# Unless a target board has specific requirements to the
# stub implementation, it can use a simple common stub.
# This option, which gets enabled by platform HALs as
# appropriate, controls the building of the common stub.
#
cdl_option CYGBLD_BUILD_COMMON_GDB_STUBS {
    # Flavor: bool
    # No user value, uncomment the following line to provide one.
    # user_value 0
    # value_source default
    # Default value: 0
    # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
    #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
    #   --> 0

    # The following properties are affected by this value
    # option CYGBLD_BUILD_GDB_STUBS
    #     Requires: CYGBLD_BUILD_COMMON_GDB_STUBS
};

# <
# MCF5484 ethernet driver
# MCF5484 Ethernet driver
#
cdl_package CYGPKG_DEVS_ETH_MCF5484 {
    # Packages cannot be added or removed, nor can their version be changed,
    # simply by editing their value. Instead the appropriate configuration
    # should be used to perform these actions.

    # This option is not active
    # ActiveIf constraint: CYGPKG_IO_ETH_DRIVERS
    #     CYGPKG_IO_ETH_DRIVERS (unknown) == 0
    #   --> 0

    # This value cannot be modified here.
    # Flavor: booldata
    # Current value: 1 current

    # The following properties are affected by this value
    # package CYGPKG_DEVS_DMA_MCF5484
    #     ActiveIf: CYGPKG_DEVS_ETH_MCF5484
};

# >
# MCF5484 ethernet driver build options
#
cdl_component CYGPKG_NET_MCF5484_ETH_DRIVER_CHANNEL0 {
    # This option is not active
    # The parent CYGPKG_DEVS_ETH_MCF5484 is not active

    # Flavor: bool
    # No user value, uncomment the following line to provide one.
    # user_value 0
    # value_source default
    # Default value: 0
};

# >
# The number of receive buffer descriptors
# This option specifies the number of buffer descriptors that
# the driver should allocated for the receive side.
#
cdl_option CYGPKG_NET_MCF5484_ETH0_DRIVERS_RX_NUM_BDS {
    # This option is not active
    # The parent CYGPKG_NET_MCF5484_ETH_DRIVER_CHANNEL0 is not active
    # The parent CYGPKG_NET_MCF5484_ETH_DRIVER_CHANNEL0 is disabled

    # Flavor: data
    # No user value, uncomment the following line to provide one.
    # user_value 512
    # value_source default
    # Default value: 512
    # Legal values: 2 to 2048
};

# The number of transmit buffer descriptors
# This option specifies the number of buffer descriptors that
# the driver should allocated for the transmit side.
#
cdl_option CYGPKG_NET_MCF5484_ETH0_DRIVERS_TX_NUM_BDS {
    # This option is not active
    # The parent CYGPKG_NET_MCF5484_ETH_DRIVER_CHANNEL0 is not active
    # The parent CYGPKG_NET_MCF5484_ETH_DRIVER_CHANNEL0 is disabled

    # Flavor: data
    # No user value, uncomment the following line to provide one.
    # user_value 512
    # value_source default
    # Default value: 512
    # Legal values: 2 to 2048
};

# <
# Promiscuous mode
# All frames are accepted regardless of address matching.
#
cdl_option PROMISCUOUS_MODE {
    # This option is not active
    # The parent CYGPKG_DEVS_ETH_MCF5484 is not active

    # Flavor: bool
    # No user value, uncomment the following line to provide one.
    # user_value 0
    # value_source default
    # Default value: 0
};

# MCF5484 ethernet driver build options
#
cdl_component CYGPKG_NET_MCF5484_ETH_DRIVER_CHANNEL1 {
    # This option is not active
    # The parent CYGPKG_DEVS_ETH_MCF5484 is not active
    # ActiveIf constraint: ETH1_SELECTED
    #     ETH1_SELECTED (unknown) == 0
    #   --> 0

    # Flavor: bool
    # No user value, uncomment the following line to provide one.
    # user_value 0
    # value_source default
    # Default value: 0
};

# >
# The number of receive buffer descriptors
# This option specifies the number of buffer descriptors that
# the driver should allocated for the receive side.
#
cdl_option CYGPKG_NET_MCF5484_ETH1_DRIVERS_RX_NUM_BDS {
    # This option is not active
    # The parent CYGPKG_NET_MCF5484_ETH_DRIVER_CHANNEL1 is not active
    # The parent CYGPKG_NET_MCF5484_ETH_DRIVER_CHANNEL1 is disabled

    # Flavor: data
    # No user value, uncomment the following line to provide one.
    # user_value 512
    # value_source default
    # Default value: 512
    # Legal values: 2 to 2048
};

# The number of transmit buffer descriptors
# This option specifies the number of buffer descriptors that
# the driver should allocated for the transmit side.
#
cdl_option CYGPKG_NET_MCF5484_ETH1_DRIVERS_TX_NUM_BDS {
    # This option is not active
    # The parent CYGPKG_NET_MCF5484_ETH_DRIVER_CHANNEL1 is not active
    # The parent CYGPKG_NET_MCF5484_ETH_DRIVER_CHANNEL1 is disabled

    # Flavor: data
    # No user value, uncomment the following line to provide one.
    # user_value 512
    # value_source default
    # Default value: 512
    # Legal values: 2 to 2048
};

# <
# Additional compiler flags
# This option modifies the set of compiler flags for
# building the MCF5484 ethernet driver package. These flags are used in addition
# to the set of global flags.
#
cdl_option CYGPKG_NET_MCF5484_ETH0_DRIVERS_CFLAGS_ADD {
    # This option is not active
    # The parent CYGPKG_DEVS_ETH_MCF5484 is not active

    # Flavor: data
    # No user value, uncomment the following line to provide one.
    # user_value "-D_KERNEL -D__ECOS"
    # value_source default
    # Default value: "-D_KERNEL -D__ECOS"
};

# MCF5484 DMA API
# MCF5484 DMA API
#
cdl_package CYGPKG_DEVS_DMA_MCF5484 {
    # Packages cannot be added or removed, nor can their version be changed,
    # simply by editing their value. Instead the appropriate configuration
    # should be used to perform these actions.

    # This option is not active
    # The parent CYGPKG_DEVS_ETH_MCF5484 is not active
    # ActiveIf constraint: CYGPKG_DEVS_ETH_MCF5484
    #     CYGPKG_DEVS_ETH_MCF5484 == 0
    #   --> 0

    # This value cannot be modified here.
    # Flavor: booldata
    # Current value: 1 current
};

# <
# SYS TEC PLCcore-CF54 board FLASH memory support
# FLASH memory device support for SYS TEC PLCcore-CF54 board
#

⌨️ 快捷键说明

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