summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-19 21:16:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-19 21:16:03 +0000
commit1f5151d2c5574cbb57e57ea32416ca8970e0dec4 (patch)
tree96a1a335193aa75f1690a4226655ddbf2dc7bb73 /apps/ChangeLog.txt
parent913f876fac94f21a683809d9f648e4793f61e237 (diff)
downloadnuttx-1f5151d2c5574cbb57e57ea32416ca8970e0dec4.tar.gz
nuttx-1f5151d2c5574cbb57e57ea32416ca8970e0dec4.tar.bz2
nuttx-1f5151d2c5574cbb57e57ea32416ca8970e0dec4.zip
Some minor fixes for CONFIG_ADDRENV=y
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5444 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index d6e5de3c1..e9eaf0a83 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -429,4 +429,7 @@
* Rename CONFIG_PCODE and CONFIG_FICL as CONFIG_INTERPRETERS_PCODE and
CONFIG_INTERPRETERS_FICL for consistency with other configuration naming.
* apps/examples/keypadtest: A keypad test example contributed by Denis
- Carikli \ No newline at end of file
+ Carikli.
+ * apps/examples/elf and nxflat: If CONFIG_BINFMT_EXEPATH is defined, these
+ tests will now use a relative path to the program and expect the binfmt/
+ logic to find the absolute path to the program using the PATH variable.