summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source
Commit message (Expand)AuthorAgeFilesLines
* Update version number.richardbarry2013-07-23208-209/+209
* Void a few unused return values and make casting more C++ friendly.richardbarry2013-07-234-11/+11
* Update the header file included in the PIC32 port_asm.S file to use the heade...richardbarry2013-07-231-3/+3
* Update the Cortex-M vPortValidateInterruptPriority() implementation to ensure...richardbarry2013-07-236-161/+311
* Tidy up pre-processor as final act before tagging as V7.5.0richardbarry2013-07-191-1/+1
* Changes to comments only.richardbarry2013-07-191-16/+26
* Rename xTaskGetSystemState() uxTaskGetSystemState().richardbarry2013-07-185-36/+37
* For consistency change the name of configINCLUDE_STATS_FORMATTING_FUNCTIONS t...richardbarry2013-07-183-8/+8
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-17208-7612/+5542
* Linting and MISRA checkingrichardbarry2013-07-1511-210/+251
* Tidy up comments only.richardbarry2013-07-142-5/+1
* Variable name change in the PIC32 port layer only.richardbarry2013-07-141-4/+4
* Update doxygen comments.richardbarry2013-07-134-23/+31
* Update Cortex-M MPU version to include new API functions.richardbarry2013-07-134-4/+33
* Update RX ports to only include additional check on the existing IPL (so it i...richardbarry2013-07-138-109/+111
* Implement portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for PIC32.richardbarry2013-07-121-14/+39
* Kernel optimisations.richardbarry2013-07-125-204/+222
* Add comments to the portASSERT_IF_INTERRUPT_PRIORITY_INVALID() calls in the c...richardbarry2013-07-112-0/+76
* Complete additions of portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for all RX c...richardbarry2013-07-117-22/+74
* Add portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to the RX ports...richardbarry2013-07-0911-17/+13
* Enhance heap_4.c to prevent blocks accidentally being freed twice, or blocks ...richardbarry2013-07-095-201/+372
* Added portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to Cortex-M3 ...richardbarry2013-07-0415-7/+748
* Remove compiler warnings.richardbarry2013-07-021-14/+14
* Add new xTaskGetSystemState() API function to return raw data on each task in...richardbarry2013-07-023-271/+499
* Add additional comment only.richardbarry2013-07-011-0/+3
* Refine the default tickless idle implementation in the Cortex-M3 port layers.richardbarry2013-06-306-246/+273
* Update QueueOverwrite.c to include a call to xQueuePeekFromISR().richardbarry2013-06-283-6/+88
* Add xQueueOverwriteFromISR() and update the QueueOverwrite.c to demonstrate i...richardbarry2013-06-272-1/+80
* Add xQueueOverwrite() and a common demo task to demonstrate its use.richardbarry2013-06-273-10/+112
* Add Newlib reent support.richardbarry2013-06-262-0/+27
* Improve efficiency and behaviour of vListInsertEnd().richardbarry2013-06-262-25/+20
* Remove reliance on strncpy() function.richardbarry2013-06-251-6/+17
* Remove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which serves no purpose.richardbarry2013-06-2512-49/+4
* Slight correction to coding standard in heap_2.c and heap_4.c.richardbarry2013-06-252-2/+2
* Improve efficiency of memory allocation when the memory block is already alig...richardbarry2013-06-252-2/+2
* Re-implement the LPC18xx and SmartFusion2 run time stats implementation to us...richardbarry2013-06-251-6/+11
* Replace the #define that maps the uxRecursiveCallCount to the pcReadFrom poin...richardbarry2013-06-241-34/+48
* Add extra debug comment into list.c.richardbarry2013-06-231-1/+2
* Add missing function prototype.richardbarry2013-06-201-0/+1
* Update RVDS port layer to match IAR port layer.richardbarry2013-06-201-0/+2
* RVDS ARM Cortex-A port layer.richardbarry2013-06-204-0/+965
* IAR ARM Cortex-A port layer.richardbarry2013-06-204-0/+964
* Modify the GCC/AVR port to make use of the xTaskIncrementTick return value.richardbarry2013-06-115-20/+33
* Update port layers to make better use of the xTaskIncrementTick() return value.richardbarry2013-06-089-101/+123
* Check in implementation of xTaskIncrementTick (replaced vTaskIncrementTick()).richardbarry2013-06-081-117/+141
* Update ports that have their tick configuration in an application callback to...richardbarry2013-06-071-1/+1
* Convert the remaining ports to use xTaskIncrementTick() in place of vTaskIncr...richardbarry2013-06-0721-98/+80
* Update the PIC32 port to use xTaskIncrementTick() and change the macro used t...richardbarry2013-06-072-18/+18
* Add configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS mechanism to the r...richardbarry2013-06-071-0/+18
* Ensure queue functions go into the privileged code section when the MPU versi...richardbarry2013-06-075-50/+68