Mercurial > nand-ecoscentric
diff packages/hal/arm/lpc24xx/ea2468/current/cdl/hal_arm_lpc24xx_ea2468.cdl @ 3251:7446751761c7
* include/pkgconf/mlt_arm_lpc24xx_ea2468_rom.ldi:
* include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.ldi: Relocate fixed
vectors to 0x40000020. Previously, the HAL_VSR_GET/SET macros
accessed the wrong locations and didn't have any effect; now both
hardware and software have the same idea of where the VSR table
is.
NOTE: that this renders RAM applications built with this layout
incompatible with RedBoot built with the old layout. A new RedBoot
needs to be installed.
* cdl/hal_arm_lpc24xx_ea2468.cdl:
* tests/fiq.c: Add FIQ test program.
| author | nickg |
|---|---|
| date | Fri, 11 May 2012 10:25:27 +0000 |
| parents | 82f1df43f011 |
| children | 56fc685b878c |
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 @@ -321,12 +321,18 @@ cdl_package CYGPKG_HAL_ARM_LPC24XX_EA246 "<pkgconf/mlt_arm_lpc24xx_ea2468_rom.h>" } } } + + 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_option CYGPKG_HAL_ARM_LPC24XX_EA2468_TESTS { 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."
