Skip to content

Commit

Permalink
added a warning concerning the incomplete testing of the RX700v3_DFPU…
Browse files Browse the repository at this point in the history
… port (#124)
  • Loading branch information
n9wxu authored Aug 17, 2020
1 parent 8c77117 commit 386d854
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions portable/GCC/RX700v3_DPFPU/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions portable/IAR/RX700v3_DPFPU/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions portable/Renesas/RX700v3_DPFPU/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 386d854

Please sign in to comment.