summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-19 22:18:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-19 22:18:30 +0000
commit1fb830e24ef8b48e1134cd7bcd1d835195ceca81 (patch)
treed8042aaa7325712cbdc8afaeab8f6928ce915e76 /nuttx/ChangeLog
parent1f5151d2c5574cbb57e57ea32416ca8970e0dec4 (diff)
downloadnuttx-1fb830e24ef8b48e1134cd7bcd1d835195ceca81.tar.gz
nuttx-1fb830e24ef8b48e1134cd7bcd1d835195ceca81.tar.bz2
nuttx-1fb830e24ef8b48e1134cd7bcd1d835195ceca81.zip
Verify PATH variable in apps/examples/elf
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5445 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1296076b6..cda6eb947 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3799,3 +3799,5 @@
address environment interfaces. If CONFIG_ADDRENV=y, then binfmt/
will now create an address environment for new tasks (instead of
just malloc'ing the task memory).
+ * configs/stm32f4discovery/elf: Enable support/test of the PATH
+ to find executables using a relative path.