summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/include/timers.h
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-121-1/+1
* commit 9f316c246baafa15c542a5aea81a94f26e3d6507lundinc2020-03-241-5/+5
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-071-2/+2
* Ensure both one-shot and auto-reload are written consistently with a hyphen i...rtel2020-01-161-2/+2
* Added uxTimerGetReloadMode() API function.rtel2020-01-161-1/+15
* 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
* Remove "FromISR' functions from the list of functions that switch to a privil...rtel2018-12-171-0/+17
* Minor synching - no functional changes.rtel2018-09-071-1/+1
* Update version numbers ready for release.rtel2018-09-071-2/+2
* Update trace recorder code to the latest.rtel2018-09-061-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-1/+1
* TimerHandle_t is now type safe instead of void *.rtel2018-06-111-1/+2
* 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/+31
* Update version number in preparation for maintenance release.rtel2017-01-221-1/+1
* Introduce configRECORD_STACK_HIGH_ADDRESS, which when set will result in both...rtel2016-09-041-2/+2
* Clean up lint errors.rtel2016-08-161-4/+4
* Prepare for V9.0.0 release:rtel2016-05-201-1/+1
* Update the MPU port so it supports all the public functions found in V9.0.0rc2.rtel2016-04-201-3/+3
* Updates to support FreeRTOS MPU in FreeRTOS V9.0.0 - including a GCC project ...rtel2016-04-181-2/+11
* Update version number to 9.0.0rc2.rtel2016-03-301-1/+1
* Update MSP432 projects to use updated driver library files.rtel2016-03-301-3/+0
* Make the pcObjectGetName() API function naming consistent - so rename pcTaskG...rtel2016-03-291-2/+2
* Create minor optimisations (just an asm instruction or two) by using consts i...rtel2016-03-291-0/+26
* Update the documentation contained in the header files to be correct for V9.0...rtel2016-03-261-20/+11
* Notes: rtel2016-03-221-3/+4
* Update version number ready for version 9 release candidate 1.rtel2016-02-181-1/+1
* Add vTaskGetTaskInfo() function that allows a TaskStatus_t structure to be re...rtel2016-01-281-7/+9
* Ensure the code builds when configSUPPORT_STATIC_ALLOCATION is 0.rtel2016-01-221-5/+142
* Provide the ability to create event groups and software timers using pre stat...rtel2016-01-211-1/+6
* 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
* 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