]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
Add ehb instructions back into PIC32 port layer (upon advice).
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 7 Nov 2013 14:16:32 +0000 (14:16 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 7 Nov 2013 14:16:32 +0000 (14:16 +0000)
commite65caaa21c3129af015a955b111d08b84498bb14
treecd22300a88ef3e262ee00f22c4cc237cd1476735
parent3d0d1ed95c06f04774d003858a3de19aef948ace
Add ehb instructions back into PIC32 port layer (upon advice).
Add configCLEAR_TICK_TIMER_INTERRUPT into PIC32 port layer to allow the timer configuration to be changed without any edits to the port layer being required.
Add prvTaskExitError() into the PIC32 port layer to trap tasks that attempt to exit from their implementing function.
Provide the ability to trap interrupt stack overflows in the PIC32 port.
Radically improve the timing in the Win32 simulator port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2087 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
FreeRTOS/Source/portable/MSVC-MingW/port.c