summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-31 12:16:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-31 12:16:43 -0600
commit6fcc161c79d4e24444997e35e5a37d7aff6049b9 (patch)
tree3a6f7c6a8ad6232e2db5103ba3c4b8bcde3e3e62 /nuttx
parent50cbc253bcd8a77ebcbd225855f3b2ccb31f6c21 (diff)
downloadpx4-nuttx-6fcc161c79d4e24444997e35e5a37d7aff6049b9.tar.gz
px4-nuttx-6fcc161c79d4e24444997e35e5a37d7aff6049b9.tar.bz2
px4-nuttx-6fcc161c79d4e24444997e35e5a37d7aff6049b9.zip
Update ChangeLogs
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9aa527d73..ce177d40e 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -10065,3 +10065,7 @@
and application driver test configuration. It essentially formalizes
and institutionalizes these rogue interface in to at least a single
crazy call (2015-03-31).
+ * configs/: Modify all configurations: Make sure that
+ CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears.
+ Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are
+ better ways to do that operation (2015-03-31).