summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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 476f87bbb..181082fc7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -93,6 +93,11 @@
* mq_receive and mq_send now return errno's appropriately
* mq_receive and mq_send are now correctly awakened by signals.
+ * Fixed an unmatched sched_lock/unlock pair in task_delete().
+ * sched_lock must be called in _exit() because operation of
+ task_delete() can cause pending tasks to be merged and a
+ context switch to occur.
+ * Added mq_timedreceive() and mq_timedsend()
* Started m68322