# HG changeset patch # User asl # Date 1225815547 0 # Node ID 2f250a337a5e2bb534e9739fbe0364c6026ee4de # Parent 71f31d5567652d1dd939679f020ba3cd4a1ba207 * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo * include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.h: Reserve 1 MB of SDRAM for RedBoot. * include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.ldi: Reserve 1 MB of SDRAM for RedBoot * src/platform_i2c.c: Compile only if I2C channel 0 is supported diff --git a/packages/hal/arm/lpc24xx/ea2468/current/ChangeLog b/packages/hal/arm/lpc24xx/ea2468/current/ChangeLog --- a/packages/hal/arm/lpc24xx/ea2468/current/ChangeLog +++ b/packages/hal/arm/lpc24xx/ea2468/current/ChangeLog @@ -1,3 +1,12 @@ +2008-11-01 Uwe Kindler + + * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo + * include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.h: Reserve 1 MB of + SDRAM for RedBoot. + * include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.ldi: Reserve 1 MB of + SDRAM for RedBoot + * src/platform_i2c.c: Compile only if I2C channel 0 is supported + 2008-09-18 Uwe Kindler * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and @@ -60,7 +69,6 @@ 2008-07-06 Uwe Kindler #include #include -#include -#include #include #include #ifdef CYGHWR_HAL_ARM_LPC24XX_I2C0_SUPP +#include +#include //============================================================================= // Setup I2C bus 0 //============================================================================= diff --git a/packages/hal/arm/lpc24xx/ea2468/current/tests/i2c_eeprom.c b/packages/hal/arm/lpc24xx/ea2468/current/tests/i2c_eeprom.c --- a/packages/hal/arm/lpc24xx/ea2468/current/tests/i2c_eeprom.c +++ b/packages/hal/arm/lpc24xx/ea2468/current/tests/i2c_eeprom.c @@ -53,6 +53,7 @@ #include // assertion macros #include #include +#include // Package requirements #if defined(CYGHWR_HAL_ARM_LPC24XX_I2C0_SUPP) && defined(CYGPKG_KERNEL)