]> begriffs open source - freertos/commit
Update PIC32 demo application to remove reliance on PLIB functions.
authorRichard Barry <ribarry@amazon.com>
Mon, 18 Feb 2013 16:41:11 +0000 (16:41 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 18 Feb 2013 16:41:11 +0000 (16:41 +0000)
commit902f9e1a58fa931843d4ae12347ba496573b48a3
tree47e6710d6aa3ffca20e2437d4bfdd8a2f073151e
parentc519ba094d886e3dc52eb3163ebc57b06c5b2e86
Update PIC32 demo application to remove reliance on PLIB functions.
Update the default low power implementation in all the Cortex-M port layers to add a small critical section.
22 files changed:
FreeRTOS-Plus/FreeRTOS-Plus-Trace/Include/trcHooks.h
FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c [new file with mode: 0644]
FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h [new file with mode: 0644]
FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.X/nbproject/Makefile-EXPLORER_16_PIC32MX360.mk
FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.X/nbproject/Makefile-EXPLORER_16_PIC32MX460.mk
FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.X/nbproject/Makefile-EXPLORER_16_PIC32MX795.mk
FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.X/nbproject/Makefile-genesis.properties
FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.X/nbproject/configurations.xml
FreeRTOS/Demo/PIC32MX_MPLAB/RTOSDemo.X/nbproject/private/configurations.xml
FreeRTOS/Demo/PIC32MX_MPLAB/main.c
FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
FreeRTOS/Source/tasks.c