comparison packages/hal/arm/lpc24xx/ea2468/current/cdl/hal_arm_lpc24xx_ea2468.cdl @ 3368:56fc685b878c

Merge from anon-hg
author Ross Younger <wry@ecoscentric.com>
date Fri, 01 Aug 2014 20:54:15 +1200
parents 052db7de22b6 7446751761c7
children
comparison
equal deleted inserted replaced
3026:a9d12f1a0c5b 3368:56fc685b878c
320 "<pkgconf/mlt_arm_lpc24xx_ea2468_ram.h>" : 320 "<pkgconf/mlt_arm_lpc24xx_ea2468_ram.h>" :
321 "<pkgconf/mlt_arm_lpc24xx_ea2468_rom.h>" } 321 "<pkgconf/mlt_arm_lpc24xx_ea2468_rom.h>" }
322 } 322 }
323 } 323 }
324 324
325 cdl_option CYGPKG_HAL_ARM_LPC24XX_EA2468_TESTS_EXTRAS {
326 display "EA2468 extra tests"
327 default_value 0
328 description "Enable hand-run tests for EA2468 board."
329 }
330
325 cdl_component CYGHWR_HAL_ARM_LPC2XXX_EA_LPC2468_NAND { 331 cdl_component CYGHWR_HAL_ARM_LPC2XXX_EA_LPC2468_NAND {
326 display "EA LPC2xxx NAND support" 332 display "EA LPC2xxx NAND support"
327 parent CYGPKG_IO_NAND 333 parent CYGPKG_IO_NAND
328 active_if CYGPKG_IO_NAND 334 active_if CYGPKG_IO_NAND
329 implements CYGHWR_IO_NAND_DEVICE 335 implements CYGHWR_IO_NAND_DEVICE
381 387
382 cdl_option CYGPKG_HAL_ARM_LPC24XX_EA2468_TESTS { 388 cdl_option CYGPKG_HAL_ARM_LPC24XX_EA2468_TESTS {
383 display "Tests for LPC2468 OEM board HAL" 389 display "Tests for LPC2468 OEM board HAL"
384 flavor data 390 flavor data
385 no_define 391 no_define
386 calculated { "tests/i2c_eeprom" } 392 calculated { "tests/i2c_eeprom" . (CYGPKG_HAL_ARM_LPC24XX_EA2468_TESTS_EXTRAS ? " tests/fiq" : "") }
387 description " 393 description "
388 This option specifies the set of tests for the EA2468 394 This option specifies the set of tests for the EA2468
389 OEM board HAL." 395 OEM board HAL."
390 } 396 }
391 397