summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-06 17:00:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-06 17:00:08 +0000
commit12a4dc288fc222ab3bee2ee69e3ebb6969b2dce6 (patch)
treec6e57e765f7e596480a82217fd49cd3528ee0b58 /nuttx/ChangeLog
parent7f6ca26cb1b0fe979edd7bd4ba0535801178847a (diff)
downloadnuttx-12a4dc288fc222ab3bee2ee69e3ebb6969b2dce6.tar.gz
nuttx-12a4dc288fc222ab3bee2ee69e3ebb6969b2dce6.tar.bz2
nuttx-12a4dc288fc222ab3bee2ee69e3ebb6969b2dce6.zip
Remove CONFIG_BUILTIN_APPS_START
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5482 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b27800419..f4f697563 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3875,3 +3875,8 @@
definitions (from Rommel Marcelo).
* libc/string/lib_strndup.c: strndup() should use strnlen(), not
strlen(), to determine the size of the string.
+ * sched/os_bringup.c: Remove support for CONFIG_BUILTIN_APP_START.
+ This is not really a useful feature and creates a violation of the
+ OS layered architecture.
+
+