summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-20 21:19:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-20 21:19:36 +0000
commit0998a7b6ec73e9b71015d2eff464dffebb9e9a82 (patch)
tree738bce6c8372043a73721984e9ef85ad32c30c72 /nuttx/ChangeLog
parent9db0ee6bd40f94fe5e11e9f53a5cf32e1f20ba3f (diff)
downloadnuttx-0998a7b6ec73e9b71015d2eff464dffebb9e9a82.tar.gz
nuttx-0998a7b6ec73e9b71015d2eff464dffebb9e9a82.tar.bz2
nuttx-0998a7b6ec73e9b71015d2eff464dffebb9e9a82.zip
Convert configs/ez80f910200kitg/RCS/ostest to use the newer mconf-based configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5375 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 551e5c0fc..d5f13d407 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3648,4 +3648,7 @@
* graphics/nxmw: Extended the blocked messages to cover mouse movement
and redraw events. These will also cause problems if sent to a window
while it is closing.
+ * arch/several: Change UARTs are enabled for i.MX, LM3S, ez80, and M16C to
+ match how they are enabled for other architectures.
+ * configs/ez80f910200kitg: Convert to use mconf configuration.