aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-27 00:04:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-27 00:04:47 +0000
commit1f1319f25bc2461eb8970ba0345768df440166ef (patch)
tree615048fb87a55a2421efe353d061d0ded0d8eebf /apps/ChangeLog.txt
parent7bc6a69f461c9bed82608220960682f3090f742c (diff)
downloadpx4-firmware-1f1319f25bc2461eb8970ba0345768df440166ef.tar.gz
px4-firmware-1f1319f25bc2461eb8970ba0345768df440166ef.tar.bz2
px4-firmware-1f1319f25bc2461eb8970ba0345768df440166ef.zip
The ELF loader is basically functional (needs more testing)
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5265 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index d25c49739..14d107b3f 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -383,4 +383,5 @@
* apps/Makefile: Small change that reduces the number of shell invocations
by one (Mike Smith).
* apps/examples/elf: Test example for the ELF loader.
+ * apps/examples/elf: The ELF module test example appears fully functional.