aboutsummaryrefslogtreecommitdiff
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
commit272fc3b5233e6d3c9e4d9c32a67511868f2c1a9a (patch)
tree96a1a335193aa75f1690a4226655ddbf2dc7bb73 /apps/ChangeLog.txt
parent56a650461894d8ab541277010e93fd5ca75f9f0d (diff)
downloadpx4-firmware-272fc3b5233e6d3c9e4d9c32a67511868f2c1a9a.tar.gz
px4-firmware-272fc3b5233e6d3c9e4d9c32a67511868f2c1a9a.tar.bz2
px4-firmware-272fc3b5233e6d3c9e4d9c32a67511868f2c1a9a.zip
Some minor fixes for CONFIG_ADDRENV=y
git-svn-id: http://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.