summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-11 20:26:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-11 20:26:55 +0000
commit569561d0b8bbf208837ed267a59b5c8152b278d7 (patch)
treea811a5b1a1418ff45417d02863d5fcc2ffaa8b25 /nuttx/ChangeLog
parent3578c60ae17a31fef6486ba5c3a2f97b899fb243 (diff)
downloadnuttx-569561d0b8bbf208837ed267a59b5c8152b278d7.tar.gz
nuttx-569561d0b8bbf208837ed267a59b5c8152b278d7.tar.bz2
nuttx-569561d0b8bbf208837ed267a59b5c8152b278d7.zip
Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the WaveSahhare Open1788 board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5732 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 62a7f3f5e..31b51ad86 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4310,4 +4310,13 @@
* sched/os_bringup.c: In the kernel build, os_bringup() now uses the
user-space header to automatically start the user-space work queue,
if so configured. (2013-03-10)
-
+ * arch/arm/src/lpc17xx/lpc17_mpuinit.c and lpc17_userpace.c: Add
+ support for the MPU and kernel build for the LPC17xx family.
+ (2013-03-11)
+ * configs/open1788/kernel and knsh: Add kernel build support and
+ a kernel NSH configuration for the WaveShare Open1788 board.
+ (2013-03-11)
+ * configs/sam3u_ek/kernel, knsh, and scripts: Move some files around
+ for better supportability. (2013-03-11)
+ * configs/open1788/kernel, knsh, and scripts: Add a kernel mode build
+ configuration for the WaveShare Open1788 board. (2013-03-11)