summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d0ff108d9..de3a448d1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6349,3 +6349,6 @@
which allocator is used in the different configurations. Always uses
the user-space allocator because that one is required in certain
configurations (2013-12-30).
+ * include/nuttx/kthread.h: Move kernel thread definitions out of
+ os_internal.h so that the rest of the OS can start kernel threads as
+ well (2013-12-30).