summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-07 14:08:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-07 14:08:37 +0000
commitd4f815f5cd39cc0c1730f2e3131540b99ea0d921 (patch)
tree0757b55e583be618fe5eae3079126af82845d33d /apps/ChangeLog.txt
parent5c29bff3aecd7f807c5e5e4bcc7b86a99cad44db (diff)
downloadnuttx-d4f815f5cd39cc0c1730f2e3131540b99ea0d921.tar.gz
nuttx-d4f815f5cd39cc0c1730f2e3131540b99ea0d921.tar.bz2
nuttx-d4f815f5cd39cc0c1730f2e3131540b99ea0d921.zip
Move include/math.h to include/nuttx/math.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4568 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 26f83eb96..1dc674e7c 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -217,3 +217,5 @@
the NuttShell (NSH) within an NX window.
* apps/system/readline: Now uses standard definitions from
include/nuttx/ascii.h and vt100.h
+ * Kconfig, */Kconfig: Added skeleton Kconfig files to all directories that
+ may need them.