summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
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).