From 7293e431676068acdaa976bc7211cd6fdc471df4 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Mon, 30 Oct 2023 13:08:12 +0100 Subject: [PATCH] cortexm_common: drop TODO about Cortex-M4F FPU This should have been dropped in 06f0c14460a3260b076d12d393bfda3ab7d739d2 --- cpu/cortexm_common/thread_arch.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpu/cortexm_common/thread_arch.c b/cpu/cortexm_common/thread_arch.c index 0e3a23657018..be0188df4509 100644 --- a/cpu/cortexm_common/thread_arch.c +++ b/cpu/cortexm_common/thread_arch.c @@ -82,9 +82,6 @@ * | R8 | <- lowest address (top of stack) * -------- * - * TODO: Implement handling of FPU registers for Cortex-M4 CPUs - * - * * @author Stefan Pfeiffer * @author Hauke Petersen * @author Joakim NohlgÄrd