summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/include/task.h
Commit message (Expand)AuthorAgeFilesLines
* Minor updates to fix issues with the Segger kernel aware plug since V10.1.0.rtel2018-08-281-2/+2
* Update copyright date ready for tagging V10.1.0.rtel2018-08-221-1/+1
* Update version numbers in preparation for a new release.rtel2018-08-211-4/+4
* Fix misra violations in queue.c by introducing a union that allows the correc...rtel2018-06-111-1/+1
* Remove casts from EventGroupHandle_t to EventGroup_t, and corresponding lint ...rtel2018-06-041-2/+2
* First pass at updating from MISRA 2004 to MISRA 2012:rtel2018-06-031-6/+7
* Ensure data cannot be sent to a TCP socket if the socket is in the process of...rtel2018-01-301-1/+1
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...rtel2017-12-181-5/+4
* FreeRTOS+TCP: Added ipconfigSOCKET_HAS_USER_WAKE_CALLBACK configuration optio...rtel2017-12-121-2/+2
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-291-67/+26
* Introduce vTaskInternalSetTimeOutState() which does not have a critical secti...rtel2017-02-241-0/+7
* Update version number in preparation for maintenance release.rtel2017-01-221-1/+1
* Enhanced priority dis-inheritance functionality in the case where a task that...rtel2017-01-161-0/+10
* Update TaskNotify.c to test the condition where a direct to task notification...rtel2016-11-251-3/+3
* Add support for statically allocated memory protected tasks - previously only...rtel2016-09-201-0/+96
* Clean up lint errors.rtel2016-08-161-4/+4
* Changes to core code and port layer:rtel2016-08-161-3/+3
* Prepare for V9.0.0 release:rtel2016-05-201-2/+2
* Updates to support FreeRTOS MPU in FreeRTOS V9.0.0 - including a GCC project ...rtel2016-04-181-3/+16
* xTaskGetTaskHandle() changed to xTaskGetHandle().rtel2016-04-151-13/+13
* Remove compiler warning by ensure prvInitialiseMutex() is not included if con...rtel2016-03-311-54/+58
* Update version number to 9.0.0rc2.rtel2016-03-301-2/+2
* Make the pcObjectGetName() API function naming consistent - so rename pcTaskG...rtel2016-03-291-6/+5
* Update the documentation contained in the header files to be correct for V9.0...rtel2016-03-261-32/+22
* Notes: rtel2016-03-221-16/+12
* Update version number ready for version 9 release candidate 1.rtel2016-02-181-5/+5
* Prepare for a FreeRTOS V9 release candidate:rtel2016-02-181-2/+2
* Core kernel code changes:rtel2016-02-141-0/+25
* FreeRTOS source:rtel2016-02-101-9/+1
* Add vTaskGetTaskInfo() function that allows a TaskStatus_t structure to be re...rtel2016-01-281-3/+81
* Ensure the code builds when configSUPPORT_STATIC_ALLOCATION is 0.rtel2016-01-221-18/+39
* Provide the ability to create event groups and software timers using pre stat...rtel2016-01-211-5/+5
* Implement functionality that allows the memory required to create a queue or ...rtel2016-01-191-68/+10
* Changes to the FreeRTOS code:rtel2015-12-201-3/+173
* Final tidy up before tagging V8.2.3.rtel2015-10-171-5/+5
* Update version number ready for the V8.2.3 release.rtel2015-10-161-3/+3
* Preparing for maintenance release:rtel2015-10-161-4/+8
* Preparing for maintenance release -rtel2015-10-151-0/+12
* Update version numbers in preparation for new release.rtel2015-08-051-3/+3
* Preparing for new release...rtel2015-08-011-45/+47
* Starting to prepare for the next release...rtel2015-07-301-10/+10
* Kernel changes to improve power saving:rtel2015-05-201-2/+2
* Add the errno definitions used by FreeRTOS+TCP and FreeRTOS+FAT into FreeRTOS...rtel2015-04-131-2/+2
* Final V8.2.1 release ready for tagging:rtel2015-03-241-1/+7
* Update version number ready for V8.2.1 release.rtel2015-03-211-14/+14
* Minor updates relating to formatting and comments only.rtel2015-03-201-2/+3
* Kernel updates:rtel2015-01-261-0/+12
* Update version number in preparation for official V8.2.0 release.rtel2015-01-161-41/+15
* Release candidate - this will be tagged as FreeRTOS V8.2.0rc1 and a zip file ...rtel2014-12-241-55/+40
* Update version numbers in preparation for V8.2.0 release candidate 1.rtel2014-12-211-22/+52