summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source
Commit message (Expand)AuthorAgeFilesLines
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-31248-251/+251
* Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.rtel2013-12-3184-190/+273
* Minor updates to demo projects to ensure correct building with V8 rc1.rtel2013-12-309-67/+70
* Revert some library files back to using standard types as they are not FreeRT...rtel2013-12-294-79/+79
* Replace standard types with stdint.h types.rtel2013-12-29190-4603/+4940
* Change the type used for strings and single characters from signed char to ju...rtel2013-12-278-96/+96
* Add additional const qualifiers.rtel2013-12-246-54/+54
* Don't free xQueue->ucHead if it is NULL.rtel2013-12-241-3/+5
* Add coverage test markers.rtel2013-12-237-39/+726
* In process of module testing event_groups.c.rtel2013-12-237-134/+322
* Force the SysTick clock bit to be set in Cortex-M3 and Cortex-M4F bits if con...rtel2013-12-157-13/+43
* Update the ucQueueNumber member of the queue structure (used with FreeRTOS+Tr...rtel2013-12-143-7/+9
* Introduce prvResetNextTaskUnblockTime() to encapsulate functionality from var...rtel2013-12-131-48/+61
* Change the way one thread deletes another in the Windows simulator port (the ...rtel2013-12-124-56/+86
* Update Cortex-M3 and Cortex-M4F ports to allow the SysTick to be clocked at a...rtel2013-12-1210-67/+110
* Add trace macros into the event groups implementation.rtel2013-12-126-16/+129
* Multiple tidy up, documentation corrections and typo corrections highlighted ...rtel2013-11-28107-430/+518
* Continue work on new event groups functionality - fixups required by test res...rtel2013-11-271-1/+2
* Add additional asserts() to ensure certain operations are not performed when ...rtel2013-11-245-31/+62
* Add additional event group tests - and update implementation as required by t...richardbarry2013-11-221-13/+14
* Add event_groups.c and associated functions in other core files.richardbarry2013-11-2111-83/+1514
* Change backslashes to forward slashes for all PIC projects.richardbarry2013-11-181-4/+4
* Final tidy up before V7.6.0 zip file creation.richardbarry2013-11-176-2/+1235
* Correct build of helper function for ports where the stack grows up.richardbarry2013-11-121-1/+1
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-08242-247/+246
* Add configASSERT()s to ensure counting semaphores are not created with a max ...richardbarry2013-11-072-3/+6
* Ensure the definition of prvTaskExitError()does not result in a compiler warn...richardbarry2013-11-076-47/+65
* Change behaviour when configUSE_PREEMPTION is 0 (preemption is turned off). ...richardbarry2013-11-073-27/+58
* Add ehb instructions back into PIC32 port layer (upon advice).richardbarry2013-11-075-80/+218
* Add xSemaphoreCreateBinary() so vSemaphoreCreate() can be deprecated.richardbarry2013-11-071-101/+155
* Update the Keil and IAR CM0 port layers to match the changes made to the GCC ...richardbarry2013-10-223-49/+35
* Improve how the scheduler is started in the GCC Cortex-M0 port.richardbarry2013-10-221-33/+23
* Added a little intelligence to eTaskGetState() so it can distinguish between ...richardbarry2013-10-221-2/+10
* 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