summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/include/semphr.h
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-121-1/+1
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-071-2/+2
* Update version number ready for next release.rtel2019-05-111-1/+1
* Update version number in readiness for V10.2.0 release.rtel2019-02-171-2/+2
* Update version numbers ready for release.rtel2018-09-071-1/+1
* 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-1/+1
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...rtel2017-12-181-3/+2
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-291-67/+26
* Update version number in preparation for maintenance release.rtel2017-01-221-1/+1
* Update TaskNotify.c to test the condition where a direct to task notification...rtel2016-11-251-12/+12
* Changes to core code and port layer:rtel2016-08-161-0/+11
* Prepare for V9.0.0 release:rtel2016-05-201-1/+1
* xTaskGetTaskHandle() changed to xTaskGetHandle().rtel2016-04-151-5/+9
* Update version number to 9.0.0rc2.rtel2016-03-301-1/+1
* - Rework the StaticAllocation.c common demo file to reflect the changes to th...rtel2016-03-291-3/+3
* Update the documentation contained in the header files to be correct for V9.0...rtel2016-03-261-63/+43
* Notes: rtel2016-03-221-16/+26
* Update version number ready for version 9 release candidate 1.rtel2016-02-181-1/+1
* Prepare for a FreeRTOS V9 release candidate:rtel2016-02-181-29/+0
* Add vTaskGetTaskInfo() function that allows a TaskStatus_t structure to be re...rtel2016-01-281-34/+360
* Provide the ability to create event groups and software timers using pre stat...rtel2016-01-211-4/+16
* Continue to add the ability to create RTOS objects using static rather than d...rtel2016-01-201-3/+6
* Implement functionality that allows the memory required to create a queue or ...rtel2016-01-191-9/+18
* Kernel changes:rtel2016-01-121-0/+12
* Update version number ready for the V8.2.3 release.rtel2015-10-161-2/+2
* Update version numbers in preparation for new release.rtel2015-08-051-1/+1
* Update version number ready for V8.2.1 release.rtel2015-03-211-12/+12
* Update version number in preparation for official V8.2.0 release.rtel2015-01-161-40/+14
* Update version numbers in preparation for V8.2.0 release candidate 1.rtel2014-12-211-20/+50
* Core kernel code:rtel2014-09-161-1/+1
* Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_...rtel2014-09-021-1/+1
* Update version number to 8.1.1 for patch release that re-enables mutexes to b...rtel2014-08-291-1/+1
* ***IMMINENT RELEASE NOTICE***rtel2014-08-161-1/+1
* Update version number ready for release.rtel2014-04-241-5/+5
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-181-1/+1
* Map portTICK_RATE_MS to portTICK_PERIOD_MS.rtel2014-01-051-2/+2
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-311-1/+1
* Replace standard types with stdint.h types.rtel2013-12-291-60/+60
* Multiple tidy up, documentation corrections and typo corrections highlighted ...rtel2013-11-281-1/+1
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-081-1/+1
* Add xSemaphoreCreateBinary() so vSemaphoreCreate() can be deprecated.richardbarry2013-11-071-101/+155
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-141-1/+2
* Add additional critical section to the default tickless implementations.richardbarry2013-07-241-1/+1
* Update version number.richardbarry2013-07-231-1/+1
* Void a few unused return values and make casting more C++ friendly.richardbarry2013-07-231-1/+1
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-171-38/+28
* Update doxygen comments.richardbarry2013-07-131-1/+1
* Update version number ready to release the FAT file system demo.richardbarry2013-04-301-1/+1
* Update version numbers to V7.4.1.richardbarry2013-04-181-2/+2