summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-22 10:55:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-22 10:55:23 -0600
commit8d978e686b36daf37b31449546d25a3cf7f5c0db (patch)
treea3fbe0c661fe5e84646e50d4472da996cddac7bb
parentc7a488cb35252eef2a3b258d406a54c5106dbaad (diff)
downloadnuttx-8d978e686b36daf37b31449546d25a3cf7f5c0db.tar.gz
nuttx-8d978e686b36daf37b31449546d25a3cf7f5c0db.tar.bz2
nuttx-8d978e686b36daf37b31449546d25a3cf7f5c0db.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 91790ded7..224529571 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9865,5 +9865,8 @@
* configs/pic32mz-starterkit: Add basic board support for the PIC32MZ
(can't build yet of course because there is not yet any PIC32MZ
support) (2015-02-22).
-
+ * arch/mips/src/pic32mz and include/pic32mz: Add some PIC32MZ header
+ file definitions and just enough logic in the source directory so
+ that we can run 'make menuconfig'. Still a very long way from being
+ complete (2015-02-22).