From 386d854e0b9159f4e3dbb630ddc92377d842818c Mon Sep 17 00:00:00 2001 From: Joseph Julicher Date: Mon, 17 Aug 2020 15:33:10 -0700 Subject: [PATCH] added a warning concerning the incomplete testing of the RX700v3_DFPU port (#124) --- portable/GCC/RX700v3_DPFPU/port.c | 2 ++ portable/IAR/RX700v3_DPFPU/port.c | 2 ++ portable/Renesas/RX700v3_DPFPU/port.c | 2 ++ 3 files changed, 6 insertions(+) diff --git a/portable/GCC/RX700v3_DPFPU/port.c b/portable/GCC/RX700v3_DPFPU/port.c index 51ce77727..41bc7d426 100644 --- a/portable/GCC/RX700v3_DPFPU/port.c +++ b/portable/GCC/RX700v3_DPFPU/port.c @@ -29,6 +29,8 @@ * Implementation of functions defined in portable.h for the RXv3 DPFPU port. *----------------------------------------------------------*/ +#warning Testing for DFPU support in this port is not yet complete + /* Scheduler includes. */ #include "FreeRTOS.h" #include "task.h" diff --git a/portable/IAR/RX700v3_DPFPU/port.c b/portable/IAR/RX700v3_DPFPU/port.c index fc0446419..51b75ceeb 100644 --- a/portable/IAR/RX700v3_DPFPU/port.c +++ b/portable/IAR/RX700v3_DPFPU/port.c @@ -29,6 +29,8 @@ * Implementation of functions defined in portable.h for the RXv3 DPFPU port. *----------------------------------------------------------*/ +#warning Testing for DFPU support in this port is not yet complete + /* Scheduler includes. */ #include "FreeRTOS.h" #include "task.h" diff --git a/portable/Renesas/RX700v3_DPFPU/port.c b/portable/Renesas/RX700v3_DPFPU/port.c index 5010eaad4..9f6d3ee33 100644 --- a/portable/Renesas/RX700v3_DPFPU/port.c +++ b/portable/Renesas/RX700v3_DPFPU/port.c @@ -29,6 +29,8 @@ * Implementation of functions defined in portable.h for the RXv3 DPFPU port. *----------------------------------------------------------*/ +#warning Testing for DFPU support in this port is not yet complete + /* Scheduler includes. */ #include "FreeRTOS.h" #include "task.h"