\r
#if ( configUSE_FPU == 1 )\r
{\r
- /* To use floating point:\r
- \r
- 0) Add the files contained in the RTOSDemo/flop directory to the \r
- build.\r
- 1) Your FPGA hardware design needs to add the APU FPU. This should\r
- then also make the compiler options change to include the option\r
- -mfpu=sp_full, but best to check.\r
- 2) Set configUSE_FPU to 1 in FreeRTOSConfig.h.\r
- 3) Set configUSE_APPLICATION_TASK_TAG to 1 in FreeRTOSConfig.h.\r
- 4) Ensure #include "FPU_Macros.h" is contained within \r
- FreeRTOSConfig.h (as per this example). */\r
+ /* A different project is provided that has configUSE_FPU set to 1\r
+ in order to demonstrate all the settings required to use the floating\r
+ point unit. If you wish to use the floating point unit do not start\r
+ with this project. */\r
vStartMathTasks( mainFLOP_PRIORITY );\r
vStartFlopRegTests();\r
}\r