summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8648602d4..4c443382c 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8387,3 +8387,5 @@
group_create.c, group.h: Group creation logic must use new group flag
when allocating resources so that the privileges on the resource are
set correctly (2014-903).
+ * sched/Kconfig and sched/init/os_bringup.c: Add capability to perform
+ initial board initialization on a separate worker thread (2014-9-3).