From 4a6cc2a4b35e2cb069cb273b7e098366c7bae059 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 8 Nov 2011 10:39:46 +0000 Subject: 2011-11-08 Sebastian Huber * include/lpc17xx.h: New file. * Makefile.am, preinstall.am: Reflect change above. Update due to API changes. * configure.ac, console/console-config.c, include/bsp.h, include/io.h, include/irq.h, include/lcd.h, include/lpc-clock-config.h, include/lpc24xx.h, include/start-config.h, irq/irq-dispatch.c, irq/irq.c, misc/bspidle.c, misc/io.c, misc/lcd.c, misc/restart.c, misc/system-clocks.c, ssp/ssp.c, startup/bspreset.c, startup/bspstart.c, startup/bspstarthooks.c, startup/start-config-emc-dynamic.c, startup/start-config-emc-static.c, startup/start-config-pinsel.c: Basic support for LPC17XX. New memory configurations for W9825G2JB75I, IS42S32800B, and SST39VF3201. --- c/src/lib/libbsp/arm/lpc24xx/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'c/src/lib/libbsp/arm/lpc24xx/ChangeLog') diff --git a/c/src/lib/libbsp/arm/lpc24xx/ChangeLog b/c/src/lib/libbsp/arm/lpc24xx/ChangeLog index 637cd7f857..72df35ba2d 100644 --- a/c/src/lib/libbsp/arm/lpc24xx/ChangeLog +++ b/c/src/lib/libbsp/arm/lpc24xx/ChangeLog @@ -1,3 +1,18 @@ +2011-11-08 Sebastian Huber + + * include/lpc17xx.h: New file. + * Makefile.am, preinstall.am: Reflect change above. Update due to API + changes. + * configure.ac, console/console-config.c, include/bsp.h, include/io.h, + include/irq.h, include/lcd.h, include/lpc-clock-config.h, + include/lpc24xx.h, include/start-config.h, irq/irq-dispatch.c, + irq/irq.c, misc/bspidle.c, misc/io.c, misc/lcd.c, misc/restart.c, + misc/system-clocks.c, ssp/ssp.c, startup/bspreset.c, + startup/bspstart.c, startup/bspstarthooks.c, + startup/start-config-emc-dynamic.c, startup/start-config-emc-static.c, + startup/start-config-pinsel.c: Basic support for LPC17XX. New memory + configurations for W9825G2JB75I, IS42S32800B, and SST39VF3201. + 2011-11-07 Sebastian Huber * console/console-config.c: Avoid explicit type. -- cgit v1.2.3