aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-26 20:17:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-26 20:17:29 +0000
commit5b6482a22bb8b656e3d70a6efc5ae2c77ed2a58b (patch)
tree34b5782ba8b0613427d231151c3111b886474da1 /nuttx/ChangeLog
parenta1aa13f62853491f8bd96a3dea0f0427fa83ad05 (diff)
downloadpx4-firmware-5b6482a22bb8b656e3d70a6efc5ae2c77ed2a58b.tar.gz
px4-firmware-5b6482a22bb8b656e3d70a6efc5ae2c77ed2a58b.tar.bz2
px4-firmware-5b6482a22bb8b656e3d70a6efc5ae2c77ed2a58b.zip
Move file data from TCB to task group
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5567 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 858f82819..ae7105b89 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4034,3 +4034,5 @@
* sched/: Lots of file changed. Don't keep the parent task's
task ID in the child task's TCB. Instead, keep the parent
task group IN the child task's task group.
+ * fs/, sched/, include/nuttx/sched.h, and include/nutts/fs/fs.h:
+ Move file data from TCB to task group structure.