]> begriffs open source - freertos/commit
Replace the CLZ function with a CLZ intrinsic in the Cortex-R4 port layer.
authorRichard Barry <ribarry@amazon.com>
Wed, 23 Jan 2013 16:06:45 +0000 (16:06 +0000)
committerRichard Barry <ribarry@amazon.com>
Wed, 23 Jan 2013 16:06:45 +0000 (16:06 +0000)
commit4e7b460eafbff92f0242a6e0cadd7940698725d8
treee3b7efbcc57b53c3889a4c8894245d721cdb327f
parentb5cf299df157739a9301dfbca75f621cf10d0274
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.
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