aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-04-07 09:57:26 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-04-07 09:59:13 +0900
commit35426d7715ed548c043678f068ca881f51ecf592 (patch)
tree722add647e4a24146b23acb190bc9b811028b776 /ChangeLog
parent6db2dd96c55e947bd3cca66d5f647157367825f9 (diff)
Fix MSP initial value and improve chx_sched
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b7b762..d062a68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-04-07 Niibe Yutaka <gniibe@fsij.org>
+
+ * entry.c (vector_table): Since IDLE thread runs with PSP now, use
+ different value for MSP.
+
+ * chopstx.c (chx_sched): Push LR value to PC slot on stack, so
+ that it returns directly to caller.
+
2016-04-06 Niibe Yutaka <gniibe@fsij.org>
* chopstx.c (struct chx_pq): New struct for priority queue.