summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/MPLAB
Commit message (Expand)AuthorAgeFilesLines
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-1814-14/+14
* Add logic to determine the tick timer source and vector installation into the...rtel2014-02-182-29/+76
* Map portTICK_RATE_MS to portTICK_PERIOD_MS.rtel2014-01-054-4/+4
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-3114-14/+14
* Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.rtel2013-12-314-4/+4
* Replace standard types with stdint.h types.rtel2013-12-298-144/+160
* Multiple tidy up, documentation corrections and typo corrections highlighted ...rtel2013-11-287-16/+15
* Final tidy up before V7.6.0 zip file creation.richardbarry2013-11-174-0/+1233
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-0810-12/+11
* Add ehb instructions back into PIC32 port layer (upon advice).richardbarry2013-11-074-79/+172
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-1410-10/+20
* Add additional critical section to the default tickless implementations.richardbarry2013-07-2410-10/+10
* Update version number.richardbarry2013-07-2310-10/+10
* Update the header file included in the PIC32 port_asm.S file to use the heade...richardbarry2013-07-231-3/+3
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-1710-362/+262
* Variable name change in the PIC32 port layer only.richardbarry2013-07-141-4/+4
* Update RX ports to only include additional check on the existing IPL (so it i...richardbarry2013-07-131-2/+1
* Implement portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for PIC32.richardbarry2013-07-121-14/+39
* Modify the GCC/AVR port to make use of the xTaskIncrementTick return value.richardbarry2013-06-113-9/+18
* Update port layers to make better use of the xTaskIncrementTick() return value.richardbarry2013-06-081-13/+23
* Convert the remaining ports to use xTaskIncrementTick() in place of vTaskIncr...richardbarry2013-06-072-8/+5
* Update the PIC32 port to use xTaskIncrementTick() and change the macro used t...richardbarry2013-06-072-18/+18
* Update version number ready to release the FAT file system demo.richardbarry2013-04-3010-10/+10
* Update version numbers to V7.4.1.richardbarry2013-04-1810-20/+20
* Prepare for V7.4.0 release.richardbarry2013-02-1910-219/+279
* Update PIC32 demo application to remove reliance on PLIB functions.richardbarry2013-02-182-38/+66
* Replace the CLZ function with a CLZ intrinsic in the Cortex-R4 port layer.richardbarry2013-01-234-70/+106
* Prepare for V7.3.0 release.richardbarry2012-10-1610-50/+70
* Make the timer used for the PIC32 port layer user configurable.richardbarry2012-10-162-9/+19
* Update PIC32 port to make use of configUSE_PORT_OPTIMISED_TASK_SELECTION.richardbarry2012-09-251-0/+17
* Prepare for V7.2.0 release.richardbarry2012-08-1410-10/+10
* Add FreeRTOS-Plus directory.richardbarry2012-08-1111-0/+2507