]> begriffs open source - freertos/commit
Add ehb instructions back into PIC32 port layer (upon advice).
authorRichard Barry <ribarry@amazon.com>
Thu, 7 Nov 2013 14:16:32 +0000 (14:16 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 7 Nov 2013 14:16:32 +0000 (14:16 +0000)
commit30bc6c01a925b2311e437d40ba4c4bde17aab289
treecd22300a88ef3e262ee00f22c4cc237cd1476735
parent40d2e744171dbbb2b022d572b5c5caadf191259d
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.
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