mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Update PIC32 asm code ready for MPLAB compiler V2.
This commit is contained in:
parent
fe6284e807
commit
87b97f5510
2 changed files with 20 additions and 4 deletions
|
@ -70,7 +70,11 @@
|
|||
|
||||
/******************************************************************/
|
||||
|
||||
.section .FreeRTOS, "ax", @progbits
|
||||
#if (__C32_VERSION__ >= 2 )
|
||||
.section .FreeRTOS, code
|
||||
#else
|
||||
.section .FreeRTOS, "ax", @progbits
|
||||
#endif
|
||||
.set noreorder
|
||||
.set noat
|
||||
.ent vT3InterruptWrapper
|
||||
|
@ -88,7 +92,11 @@ vT3InterruptWrapper:
|
|||
|
||||
/******************************************************************/
|
||||
|
||||
.section .FreeRTOS, "ax", @progbits
|
||||
#if (__C32_VERSION__ >= 2 )
|
||||
.section .FreeRTOS, code
|
||||
#else
|
||||
.section .FreeRTOS, "ax", @progbits
|
||||
#endif
|
||||
.set noreorder
|
||||
.set noat
|
||||
.ent vT4InterruptWrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue