From 1bd14d8d40b7132fb2648df8cccb36f73532b17c Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka <gniibe@fsij.org> Date: Fri, 23 Jun 2017 09:03:26 +0900 Subject: Factor out arch dependent code. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9c6b585..4d043e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. -- cgit v1.2.3