Rewrite the ChangeLog entry.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka
2021-02-05 15:30:56 +09:00
parent b0986cdb09
commit 2832104263

View File

@@ -1,16 +1,14 @@
2021-02-05 NIIBE Yutaka <gniibe@fsij.org> 2021-02-05 NIIBE Yutaka <gniibe@fsij.org>
* chopstx-cortex-m.c (chx_request_preemption_possibly): New. * chopstx-cortex-m.c (preempting): New value to hold the pointer
to preempting thread, which will become RUNNING.
(chx_request_preemption_possibly): New.
(chx_timer_handler, chx_handle_intr): Use the new function. (chx_timer_handler, chx_handle_intr): Use the new function.
[__ARM_ARCH_6M__] (preempt): Clear PREEMPTING. (preempt): Recover R0 from PREEMPTING and clear PREEMPTING.
(svc): Don't share return path with preempt.
2021-02-04 NIIBE Yutaka <gniibe@fsij.org> 2021-02-04 NIIBE Yutaka <gniibe@fsij.org>
* chopstx-cortex-m.c [__ARM_ARCH_6M__] (preempting): New value to
hold the pointer to preempting thread, which will become RUNNING.
(chx_timer_handler, chx_handle_intr): Save tp_next to PREEMPTING.
(preempt): Recover R0 from PREEMPTING.
* board/board-fsm-55.h (VAL_GPIO_LED_MODER): Support SWD * board/board-fsm-55.h (VAL_GPIO_LED_MODER): Support SWD
debugging. debugging.