aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 19:08:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 19:08:23 +0000
commita568e1e63afed4a9a1fb075568eec16ab76c158d (patch)
treef5ccbefcedc52e86e0b48f906c6b2167ec2128d2 /nuttx/ChangeLog
parent38efdf0ce37cc3413acee30d966f242aa8a77acd (diff)
downloadpx4-firmware-a568e1e63afed4a9a1fb075568eec16ab76c158d.tar.gz
px4-firmware-a568e1e63afed4a9a1fb075568eec16ab76c158d.tar.bz2
px4-firmware-a568e1e63afed4a9a1fb075568eec16ab76c158d.zip
Add a binary 'loader' so that builtin applications can be executed from the BINFS file system
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5525 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 57925a8b3..8d6d81363 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3961,4 +3961,7 @@
apps/include/apps.h moved to include/nuttx/binfmt/builtin.h
* binfmt/libbuiltin/libbuiltin_utils.c: Move utility builtin
utility functions from apps/builtin/exec_builtins.c to
- binfmt/libbuiltin/libbuiltin_utils.c \ No newline at end of file
+ binfmt/libbuiltin/libbuiltin_utils.c
+ * binfmt/builtin.c and binfmt/libbuiltin: Add a binary "loader"
+ that can be used to execute builtin programs from the BINFS
+ file system.