]> git.sur5r.net Git - freertos/commitdiff
Comment changes only.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 11 May 2008 13:44:43 +0000 (13:44 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 11 May 2008 13:44:43 +0000 (13:44 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@351 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c

index 6e4e3162125a65fde16b52313d9779a85e44d397..561deb51341c54eb5c8e84fdeee08b7a0acbc858 100644 (file)
@@ -180,17 +180,10 @@ int main( void )
 \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