Mercurial > nand-ecoscentric
diff 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 |
line wrap: on
line diff
--- a/packages/hal/arm/lpc24xx/ea2468/current/cdl/hal_arm_lpc24xx_ea2468.cdl +++ b/packages/hal/arm/lpc24xx/ea2468/current/cdl/hal_arm_lpc24xx_ea2468.cdl @@ -322,6 +322,12 @@ cdl_package CYGPKG_HAL_ARM_LPC24XX_EA246 } } + cdl_option CYGPKG_HAL_ARM_LPC24XX_EA2468_TESTS_EXTRAS { + display "EA2468 extra tests" + default_value 0 + description "Enable hand-run tests for EA2468 board." + } + cdl_component CYGHWR_HAL_ARM_LPC2XXX_EA_LPC2468_NAND { display "EA LPC2xxx NAND support" parent CYGPKG_IO_NAND @@ -383,7 +389,7 @@ cdl_package CYGPKG_HAL_ARM_LPC24XX_EA246 display "Tests for LPC2468 OEM board HAL" flavor data no_define - calculated { "tests/i2c_eeprom" } + calculated { "tests/i2c_eeprom" . (CYGPKG_HAL_ARM_LPC24XX_EA2468_TESTS_EXTRAS ? " tests/fiq" : "") } description " This option specifies the set of tests for the EA2468 OEM board HAL."
