summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 15:07:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 15:07:06 +0000
commitf096e07fceb776545fa7b06501dc734ad0e81783 (patch)
treeaa15bc2af17fcfac1187c1870a8650f2148ba170 /apps/ChangeLog.txt
parentafc0ebc1b59d02737cc44924bd318dc9558a912a (diff)
downloadnuttx-f096e07fceb776545fa7b06501dc734ad0e81783.tar.gz
nuttx-f096e07fceb776545fa7b06501dc734ad0e81783.tar.bz2
nuttx-f096e07fceb776545fa7b06501dc734ad0e81783.zip
Change order of includes in apps/Makefile; add clock frequencies to shenzhou, fire, and olimex-stm32 board.h files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5210 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 2d7b2eb9f..0e63d183e 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -353,3 +353,8 @@
* vsn: Moved all NSH commands from vsn/ to system/. Deleted the vsn/
directory.
+ * Makefile: Change order of includes when CONFIG_NEWCONFIG=y. In
+ that case, namedapp must be included first so that the namedapp
+ context is established first. If the namedapp context is established
+ later, it will overwrite any existing namedapp_list.h and nameapp_proto.h
+ files.