mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 13:31:58 -04:00
Update PIC32 asm code ready for MPLAB compiler V2.
This commit is contained in:
parent
6c0fe51bf2
commit
fe6284e807
|
@ -71,7 +71,11 @@
|
||||||
|
|
||||||
/******************************************************************/
|
/******************************************************************/
|
||||||
|
|
||||||
|
#if (__C32_VERSION__ >= 2 )
|
||||||
|
.section .FreeRTOS, code
|
||||||
|
#else
|
||||||
.section .FreeRTOS, "ax", @progbits
|
.section .FreeRTOS, "ax", @progbits
|
||||||
|
#endif
|
||||||
.set noreorder
|
.set noreorder
|
||||||
.set noat
|
.set noat
|
||||||
.ent vT1InterruptHandler
|
.ent vT1InterruptHandler
|
||||||
|
@ -89,7 +93,11 @@ vT1InterruptHandler:
|
||||||
|
|
||||||
/******************************************************************/
|
/******************************************************************/
|
||||||
|
|
||||||
|
#if (__C32_VERSION__ >= 2 )
|
||||||
|
.section .FreeRTOS, code
|
||||||
|
#else
|
||||||
.section .FreeRTOS, "ax", @progbits
|
.section .FreeRTOS, "ax", @progbits
|
||||||
|
#endif
|
||||||
.set noreorder
|
.set noreorder
|
||||||
.set noat
|
.set noat
|
||||||
.ent xPortStartScheduler
|
.ent xPortStartScheduler
|
||||||
|
@ -106,7 +114,11 @@ vPortStartFirstTask:
|
||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
|
|
||||||
|
#if (__C32_VERSION__ >= 2 )
|
||||||
|
.section .FreeRTOS, code
|
||||||
|
#else
|
||||||
.section .FreeRTOS, "ax", @progbits
|
.section .FreeRTOS, "ax", @progbits
|
||||||
|
#endif
|
||||||
.set noreorder
|
.set noreorder
|
||||||
.set noat
|
.set noat
|
||||||
.ent vPortYieldISR
|
.ent vPortYieldISR
|
||||||
|
|
Loading…
Reference in a new issue