]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
Replace the CLZ function with a CLZ intrinsic in the Cortex-R4 port layer.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 23 Jan 2013 16:06:45 +0000 (16:06 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 23 Jan 2013 16:06:45 +0000 (16:06 +0000)
commitc9abc95052c5eb2f876817ea3711da36c7be4a87
treee3b7efbcc57b53c3889a4c8894245d721cdb327f
parented8a6af1a73e6f5367cf9d5f00c7f0ee0473a86e
Replace the CLZ function with a CLZ intrinsic in the Cortex-R4 port layer.
Add EDS support in the PIC24 port layer.
Remove unnecessary EHB instructions from PIC32 port.
In the PIC32 port assembly code, replace the &= code with a single ins instruction.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1814 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S