diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-07 09:57:26 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-07 09:59:13 +0900 |
commit | 35426d7715ed548c043678f068ca881f51ecf592 (patch) | |
tree | 722add647e4a24146b23acb190bc9b811028b776 /ChangeLog | |
parent | 6db2dd96c55e947bd3cca66d5f647157367825f9 (diff) |
Fix MSP initial value and improve chx_sched
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |