aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-25 20:06:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-25 20:06:46 +0000
commit92bbd36612825d29dcba9bab40657f197c4ff7b4 (patch)
tree871dcd80c04a5b65c613cbc80c92a83d7bbbbe46 /apps/ChangeLog.txt
parent9c65fe23b234977b27e37cb90a674fd8e38dc45a (diff)
downloadpx4-firmware-92bbd36612825d29dcba9bab40657f197c4ff7b4.tar.gz
px4-firmware-92bbd36612825d29dcba9bab40657f197c4ff7b4.tar.bz2
px4-firmware-92bbd36612825d29dcba9bab40657f197c4ff7b4.zip
Add an example for testing the ELF loader
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5260 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 79de56614..d25c49739 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -380,6 +380,7 @@
* apps/examples/nximage/nximage_main.c: Add a 5 second delay after the
NX logo is presented so that there is time for the image to be verified.
Suggested by Petteri Aimonen.
-i * apps/Makefile: Small change that reduces the number of shell invocations
+ * apps/Makefile: Small change that reduces the number of shell invocations
by one (Mike Smith).
+ * apps/examples/elf: Test example for the ELF loader.