summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/include
Commit message (Expand)AuthorAgeFilesLines
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-3112-15/+15
* Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.rtel2013-12-317-70/+126
* Minor updates to demo projects to ensure correct building with V8 rc1.rtel2013-12-301-0/+3
* Replace standard types with stdint.h types.rtel2013-12-2911-605/+622
* Change the type used for strings and single characters from signed char to ju...rtel2013-12-273-14/+14
* Add additional const qualifiers.rtel2013-12-243-19/+19
* Add coverage test markers.rtel2013-12-231-2/+2
* In process of module testing event_groups.c.rtel2013-12-233-33/+43
* Update the ucQueueNumber member of the queue structure (used with FreeRTOS+Tr...rtel2013-12-141-2/+2
* Change the way one thread deletes another in the Windows simulator port (the ...rtel2013-12-121-2/+2
* Add trace macros into the event groups implementation.rtel2013-12-122-7/+47
* Multiple tidy up, documentation corrections and typo corrections highlighted ...rtel2013-11-287-100/+138
* Add additional asserts() to ensure certain operations are not performed when ...rtel2013-11-242-18/+21
* Add event_groups.c and associated functions in other core files.richardbarry2013-11-217-14/+798
* 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-172-2/+2
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-0811-14/+14
* Add configASSERT()s to ensure counting semaphores are not created with a max ...richardbarry2013-11-071-1/+1
* Change behaviour when configUSE_PREEMPTION is 0 (preemption is turned off). ...richardbarry2013-11-071-3/+3
* Add xSemaphoreCreateBinary() so vSemaphoreCreate() can be deprecated.richardbarry2013-11-071-101/+155
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-1411-12/+23
* Clear up a few compiler warnings.richardbarry2013-10-071-0/+8
* Add the uxQueueSpacesAvailable() API function.richardbarry2013-09-101-0/+17
* Add additional critical section to the default tickless implementations.richardbarry2013-07-2411-12/+12
* Update version number.richardbarry2013-07-2311-12/+12
* Void a few unused return values and make casting more C++ friendly.richardbarry2013-07-231-1/+1
* Changes to comments only.richardbarry2013-07-191-16/+26
* Rename xTaskGetSystemState() uxTaskGetSystemState().richardbarry2013-07-182-22/+23
* For consistency change the name of configINCLUDE_STATS_FORMATTING_FUNCTIONS t...richardbarry2013-07-182-4/+4
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-1711-383/+289
* Linting and MISRA checkingrichardbarry2013-07-156-72/+71
* Tidy up comments only.richardbarry2013-07-141-1/+0
* Update doxygen comments.richardbarry2013-07-134-23/+31
* Update Cortex-M MPU version to include new API functions.richardbarry2013-07-132-1/+3
* Kernel optimisations.richardbarry2013-07-121-24/+56
* Added portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to Cortex-M3 ...richardbarry2013-07-041-0/+7
* Remove compiler warnings.richardbarry2013-07-021-14/+14
* Add new xTaskGetSystemState() API function to return raw data on each task in...richardbarry2013-07-022-66/+225
* Update QueueOverwrite.c to include a call to xQueuePeekFromISR().richardbarry2013-06-282-1/+44
* Add xQueueOverwriteFromISR() and update the QueueOverwrite.c to demonstrate i...richardbarry2013-06-271-0/+78
* Add xQueueOverwrite() and a common demo task to demonstrate its use.richardbarry2013-06-271-2/+85
* Add Newlib reent support.richardbarry2013-06-261-0/+4
* Remove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which serves no purpose.richardbarry2013-06-251-4/+0
* Add missing function prototype.richardbarry2013-06-201-0/+1
* Ensure queue functions go into the privileged code section when the MPU versi...richardbarry2013-06-074-43/+65
* Add default value for configUSE_TIME_SLICINGrichardbarry2013-06-061-0/+4
* Update flop.c and FreeRTOS.h to include a macro (and a default null implement...richardbarry2013-05-091-0/+4
* Update version number ready to release the FAT file system demo.richardbarry2013-04-3011-12/+12
* Add FAT SL code and demo project.richardbarry2013-04-301-4/+0
* Clarify license blurb at the top of the FreeRTOS+UDP and FreeRTOS+CLI source ...richardbarry2013-04-301-6/+10