summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-30 17:55:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-30 17:55:19 -0600
commit4f38b4fdae5e0b74d551e65cc67021168c05e969 (patch)
tree7e94c8d5255b943abbdbc9d6f7b5f201fd8764a0 /nuttx/ChangeLog
parentef06e94a13aa48b0f9c1dde244ee3d4299a9156c (diff)
downloadnuttx-4f38b4fdae5e0b74d551e65cc67021168c05e969.tar.gz
nuttx-4f38b4fdae5e0b74d551e65cc67021168c05e969.tar.bz2
nuttx-4f38b4fdae5e0b74d551e65cc67021168c05e969.zip
NX server needs to be on a kernel thread for the kernel build
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).