diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2017-06-23 09:03:26 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-06-23 09:03:26 +0900 |
commit | 1bd14d8d40b7132fb2648df8cccb36f73532b17c (patch) | |
tree | 6e3868654dd9fa2988c14be0fe6357847fe7ce9a /ChangeLog | |
parent | 80258ba7c73be538842a90e7142052dbaacd549a (diff) |
Factor out arch dependent code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2017-06-23 NIIBE Yutaka <gniibe@fsij.org> + + * chopstx.c (chx_init): Use chx_init_arch. + (chopstx_create): Use chopstx_create_arch. + (chx_systick_reset, chx_systick_reload, chx_systick_get) + (usec_to_ticks, chx_enable_intr, chx_clr_intr, chx_disable_intr) + (chx_set_intr_prio, chx_prio_init, chx_cpu_sched_lock) + (chx_cpu_sched_unlock, idle, chx_handle_intr) + (chx_request_preemption, chx_sched, preempt, svc): Move to... + * chopstx-cortex-m.c: ... here. + (chx_init_arch, chopstx_create_arch): New. + * chopstx-cortex-m.h: New for tcontext_t. + 2017-06-22 NIIBE Yutaka <gniibe@fsij.org> * chopstx.c (chx_sched): Use ->V for return value. |