]> git.sur5r.net Git - freertos/blobdiff - Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
Added BSP generation files to MicroBlaze directory.
[freertos] / Demo / PIC32MX_MPLAB / IntQueueTimer_isr.S
index ef25a7d7afacb549a06c826fd10753f0964f9831..f4875e85b9a5be19320f31fb53c1f4a41eed7940 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r
 \r
 /******************************************************************/\r
 \r
-       .section        .FreeRTOS, "ax", @progbits\r
+       #if (__C32_VERSION__ >= 2 )\r
+               .section        .FreeRTOS, code\r
+       #else\r
+               .section        .FreeRTOS, "ax", @progbits\r
+       #endif\r
        .set            noreorder\r
        .set            noat\r
        .ent            vT3InterruptWrapper\r
@@ -88,7 +92,11 @@ vT3InterruptWrapper:
 \r
 /******************************************************************/\r
 \r
-       .section        .FreeRTOS, "ax", @progbits\r
+       #if (__C32_VERSION__ >= 2 )\r
+               .section        .FreeRTOS, code\r
+       #else\r
+               .section        .FreeRTOS, "ax", @progbits\r
+       #endif\r
        .set            noreorder\r
        .set            noat\r
        .ent            vT4InterruptWrapper\r