summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/include/timers.h
Commit message (Expand)AuthorAgeFilesLines
* Starting to prepare for the next release...rtel2015-07-301-4/+4
* Add the errno definitions used by FreeRTOS+TCP and FreeRTOS+FAT into FreeRTOS...rtel2015-04-131-2/+2
* Update version number ready for V8.2.1 release.rtel2015-03-211-12/+12
* Kernel updates:rtel2015-02-111-3/+24
* 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-19/+49
* Core kernel code:rtel2014-10-151-1/+1
* Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_...rtel2014-09-021-1/+1
* Correct potential compiler warning when configUSE_MUTEXES is set to 0.rtel2014-08-301-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
* Event Groups: Convert the 'clear bits from ISR' function into a pended functi...rtel2014-04-231-3/+3
* Add the pcTimerGetTimerName() API function.rtel2014-03-281-0/+11
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-181-1/+1
* vQueueAddToRegistry() now takes a const char * instead of a char *.rtel2014-01-281-6/+7
* Introduce xTimerPendFunctionCall().rtel2014-01-251-44/+79
* Remove #error that attempted to catch stdint.h not being included.rtel2014-01-231-8/+18
* Map portTICK_RATE_MS to portTICK_PERIOD_MS.rtel2014-01-051-8/+8
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-311-1/+1
* Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.rtel2013-12-311-18/+25
* Replace standard types with stdint.h types.rtel2013-12-291-83/+85
* Change the type used for strings and single characters from signed char to ju...rtel2013-12-271-2/+2
* Add additional const qualifiers.rtel2013-12-241-2/+2
* In process of module testing event_groups.c.rtel2013-12-231-0/+3
* Multiple tidy up, documentation corrections and typo corrections highlighted ...rtel2013-11-281-18/+20
* Add event_groups.c and associated functions in other core files.richardbarry2013-11-211-3/+93
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-081-1/+1
* 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
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-171-38/+28
* Linting and MISRA checkingrichardbarry2013-07-151-6/+7
* Update doxygen comments.richardbarry2013-07-131-8/+16
* 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
* Prepare for V7.4.0 release.richardbarry2013-02-191-22/+28
* Add warning suppression to IAR header.richardbarry2012-10-311-1/+1
* Prepare for V7.3.0 release.richardbarry2012-10-161-4/+6
* Prepare for V7.2.0 release.richardbarry2012-08-141-1/+1
* Add FreeRTOS-Plus directory.richardbarry2012-08-111-0/+952