summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/tasks.c
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-121-77/+108
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-071-2/+2
* Update libraries and sundry check-ins ready for the V10.3.0 kernel release.rtel2020-02-061-124/+17
* Introduce the portSOFTWARE_BARRIER macro which thus far is only used by the W...rtel2020-01-231-0/+10
* Added uxTimerGetReloadMode() API function.rtel2020-01-161-0/+1
* If tickless idle mode is in use then ensure prvResetNextTaskUnblockTime() is ...rtel2020-01-031-0/+16
* Added xTaskAbortDelayFromISR() and ulTaskNotifyValueClear() API functions.rtel2020-01-021-2/+116
* Update to the latest atomic.h.rtel2019-11-181-19/+30
* Move the call to traceTASK_DELETE() to before port portPRE_TASK_DELETE_HOOK()...rtel2019-10-151-2/+5
* + Moved the History.txt file from the website git repo into the source code S...rtel2019-08-251-21/+61
* Continued to work on the MQTT demo project.rtel2019-07-241-0/+2
* Only check once before re-setting ready prioritygaurav-aws2019-07-031-4/+10
* Update version number ready for next release.rtel2019-05-111-1/+1
* Fix potential memory leak in the Win32 FreeRTOS+TCP network interface initial...rtel2019-04-171-0/+1
* First Official Release of ARMV8M Support. This release removes Pre-Release fr...gaurav-aws2019-02-191-3/+41
* Update version number in readiness for V10.2.0 release.rtel2019-02-171-2/+3
* Fix definition of tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLEgaurav-aws2019-02-171-24/+6
* Ensure eTaskGetState() is brought in automatically if INCLUDE_xTaskAbortDelay...rtel2019-02-081-1/+1
* Move the 'generic' version of freertos_risc_v_chip_specific_extensions.h back...rtel2018-12-311-0/+7
* First task running in RISC-V-Qemu-sifive_e-FreedomStudio demo.rtel2018-11-241-21/+21
* Update xTaskRemoveFromEventList() so when tickless idle is used prvResetNextT...rtel2018-11-051-14/+14
* Add xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version o...rtel2018-10-081-11/+29
* Added uxTaskGetStackHighWaterMark2(), which is the same as uxTaskGetStackHigh...rtel2018-09-301-22/+69
* Minor synching - no functional changes.rtel2018-09-071-7/+7
* Update version numbers ready for release.rtel2018-09-071-2/+7
* Update trace recorder code to the latest.rtel2018-09-061-3/+7
* Minor updates to fix issues with the Segger kernel aware plug since V10.1.0.rtel2018-08-281-1/+1
* Move some variables from function scope back to being file scope for the bene...rtel2018-08-271-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
* Update demo project for Tensilita - work in progres..rtel2018-08-211-0/+24
* Only include the static definition of freertos_tasks_c_additions_init if FREE...rtel2018-08-201-5/+5
* Fix misra violations in queue.c by introducing a union that allows the correc...rtel2018-06-111-1/+1
* TimerHandle_t is now type safe instead of void *.rtel2018-06-111-7/+7
* Continue updating to MISRA 2012 from 2004 - currently working on queue.c and ...rtel2018-06-111-6/+8
* Remove casts from EventGroupHandle_t to EventGroup_t, and corresponding lint ...rtel2018-06-041-1/+1
* First pass at updating from MISRA 2004 to MISRA 2012:rtel2018-06-031-90/+109
* Minor updates to comments only.rtel2018-05-171-1/+1
* xTaskGenericNotify() now sets xYieldPending to pdTRUE even when the 'higher p...rtel2018-04-291-16/+31
* Import the code coverage test additions from the (unpublished) Visual Studio ...rtel2018-03-141-1/+3
* Complete testing of changes that allow xQueueOverwrite() to be used on a queu...rtel2018-03-051-0/+2
* Ensure data cannot be sent to a TCP socket if the socket is in the process of...rtel2018-01-301-3/+5
* Correct out of date comment in tasks.c.rtel2017-12-281-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
* FreeRTOS+TCP: Added ipconfigSOCKET_HAS_USER_WAKE_CALLBACK configuration optio...rtel2017-12-121-0/+4
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-291-75/+39
* Remove obsolete code from prvCheckTasksWaitingTermination().rtel2017-05-291-26/+16
* Ensure vTaskGetInfo() sets the sate of the currently running task to eRunning...rtel2017-03-271-23/+30
* Introduce vTaskInternalSetTimeOutState() which does not have a critical secti...rtel2017-02-241-1/+13
* Update version number in preparation for maintenance release.rtel2017-01-221-6/+6