summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-05 07:42:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-05 07:42:00 -0600
commit76d37232ff6d6cd0b0f9f32d7e030645f560669a (patch)
tree9492a110cb62c69c64a26ed4b1f5b01d43668eca /apps/ChangeLog.txt
parent3349246328ac01640cc87a3f25fe8020d76216c5 (diff)
downloadnuttx-76d37232ff6d6cd0b0f9f32d7e030645f560669a.tar.gz
nuttx-76d37232ff6d6cd0b0f9f32d7e030645f560669a.tar.bz2
nuttx-76d37232ff6d6cd0b0f9f32d7e030645f560669a.zip
Update ChangeLogs
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 462aeb980..d6ef03509 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1023,3 +1023,10 @@
* apps/import/, apps/tools/, apps/Makefile: Beginning of logic that
will, hopefully, all me to build applications against a NuttX export
package (vs. the nuttx/ source tree) (2014-9-4).
+ * apps/tools/mkimport.sh and apps/import/Makefile: Add .config file to
+ export package (2014-9-5).
+ * apps/Makefile: Add a 'make import' target. More is needed before
+ it will be usable (2014-9-5).
+ * apps/import/Make.defs and .gitignore: Added mostly empty Make.defs
+ file. Something like this will be bee needed for the 'make import'
+ build (2014-9-5).