added a warning concerning the incomplete testing of the RX700v3_DFPU port (#124)

This commit is contained in:
Joseph Julicher 2020-08-17 15:33:10 -07:00 committed by GitHub
parent 8c77117c32
commit 386d854e0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -29,6 +29,8 @@
* Implementation of functions defined in portable.h for the RXv3 DPFPU port. * 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. */ /* Scheduler includes. */
#include "FreeRTOS.h" #include "FreeRTOS.h"
#include "task.h" #include "task.h"

View file

@ -29,6 +29,8 @@
* Implementation of functions defined in portable.h for the RXv3 DPFPU port. * 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. */ /* Scheduler includes. */
#include "FreeRTOS.h" #include "FreeRTOS.h"
#include "task.h" #include "task.h"

View file

@ -29,6 +29,8 @@
* Implementation of functions defined in portable.h for the RXv3 DPFPU port. * 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. */ /* Scheduler includes. */
#include "FreeRTOS.h" #include "FreeRTOS.h"
#include "task.h" #include "task.h"