summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source
Commit message (Expand)AuthorAgeFilesLines
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-14242-263/+504
* Add workaround to XMC4000 silicon bug to Tasking Cortex-M4F port layer.richardbarry2013-10-143-8/+119
* Add some defensive programming in the default tickless mode in case the appli...richardbarry2013-10-086-13/+112
* Introduce the prvTaskExitError() function for all ARM_CMn ports.richardbarry2013-10-087-29/+217
* Clear up a few compiler warnings.richardbarry2013-10-076-21/+123
* Add traceMALLOC() and traceFREE() macros.richardbarry2013-10-044-1/+11
* Add the uxQueueSpacesAvailable() API function.richardbarry2013-09-103-15/+50
* Make Cortex-M0 set/clear interrupt flag from ISR functions nestable.richardbarry2013-09-019-102/+146
* Starting point for Keil Cortex-M0 port.richardbarry2013-08-252-0/+453
* Fix a few typos and remove the "register" keyword.richardbarry2013-08-164-4/+4
* Allow compilation when portALT_GET_RUN_TIME_COUNTER_VALUE() is defined.richardbarry2013-08-141-4/+8
* Add additional critical section to the default tickless implementations.richardbarry2013-07-24240-291/+303
* 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