summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-22 21:49:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-22 21:49:23 +0000
commitb23d8953d70ef33d2a7306f2a63619e4afb0a84e (patch)
treebf328c47c7c8d68a8a413a95feb2853a4eff99a9 /c/src/lib/libbsp/arm/lpc24xx/ChangeLog
parent2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b23d8953d70ef33d2a7306f2a63619e4afb0a84e.tar.bz2
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants.
Diffstat (limited to 'c/src/lib/libbsp/arm/lpc24xx/ChangeLog')
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/ChangeLog b/c/src/lib/libbsp/arm/lpc24xx/ChangeLog
index 4bd675481a..eaa99a05af 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/ChangeLog
+++ b/c/src/lib/libbsp/arm/lpc24xx/ChangeLog
@@ -1,5 +1,13 @@
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
+ can optionally print a message, poll for user to press key, and call
+ bsp_reset(). Using this eliminates the various bsp_cleanup()
+ implementations which had their own implementation and variety of
+ string constants.
+
+2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* .cvsignore, include/bspopts.h.in: New files.
2008-09-22 Sebastian Huber <sebastian.huber@embedded-brains.de>