summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/include/task.h
Commit message (Expand)AuthorAgeFilesLines
* Move Kernel submodule pointer to 10.4.1V10.4.0-branchCobus van Eeden2020-09-171-0/+0
* Update kernel pointerV10.4.0Cobus van Eeden2020-09-151-0/+0
* Move released kernel pointer to the one where ASM files have the updated vers...Cobus van Eeden2020-09-141-0/+0
* Update submodule pointer for Kernel to 10.4.0 versionCobus van Eeden2020-09-101-0/+0
* Added some URL files and move submodule pointer along (#254)Cobus van Eeden2020-09-091-0/+0
* Update kernel pointer to include Synopsis PR #110Cobus van Eeden2020-09-091-0/+0
* Move Kernel source pointer forward to latestCobus van Eeden2020-09-081-0/+0
* Move forward Kernel submodule pointer (#218)Cobus van Eeden2020-08-261-0/+0
* Submodule FreeRTOS/Source 10bbbcf0b..6199b72fb (#82)Yuhui Zheng2020-06-031-0/+0
* Submodule kernel directory. (#16)Yuhui.Zheng2020-02-142-2543/+0
* (no commit message)Richard Barry2020-02-071-3/+3
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...Yuhui.Zheng2020-02-071-2/+2
* Fix spelling issues.Yuhui.Zheng2020-02-071-1/+1
* Update libraries and sundry check-ins ready for the V10.3.0 kernel release.Richard Barry2020-02-061-33/+5
* Added xTaskAbortDelayFromISR() and ulTaskNotifyValueClear() API functions.Richard Barry2020-01-021-0/+51
* Minor updates to comment block for xTaskCheckForTimeOut().Richard Barry2020-01-011-84/+97
* Update documentation of xTaskCheckForTimeOut function to reflect theGaurav Aggarwal2019-12-311-13/+86
* + Moved the History.txt file from the website git repo into the source code S...Richard Barry2019-08-251-4/+17
* Update the FreeRTOS version number in task.hGaurav Aggarwal2019-07-291-2/+2
* Update version number ready for next release.Richard Barry2019-05-111-1/+1
* Do not strip required symbols when LTO is onGaurav Aggarwal2019-05-091-1/+1
* Change type of usStackDepth to configSTACK_DEPTH_TYPE.Gaurav Aggarwal2019-02-211-1/+1
* First Official Release of ARMV8M Support. This release removes Pre-Release fr...Gaurav Aggarwal2019-02-191-0/+8
* Update version number in readiness for V10.2.0 release.Richard Barry2019-02-171-5/+5
* Add xTaskGetIdleRunTimeCounter() API function to return the run time stats co...Richard Barry2019-01-211-5/+31
* Move the 'generic' version of freertos_risc_v_chip_specific_extensions.h back...Richard Barry2018-12-311-0/+4
* First task running in RISC-V-Qemu-sifive_e-FreedomStudio demo.Richard Barry2018-11-241-3/+3
* Add xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version o...Richard Barry2018-10-081-1/+12
* Added uxTaskGetStackHighWaterMark2(), which is the same as uxTaskGetStackHigh...Richard Barry2018-09-301-0/+33
* Minor synching - no functional changes.Richard Barry2018-09-071-2/+2
* Update version numbers ready for release.Richard Barry2018-09-071-3/+3
* Minor updates to fix issues with the Segger kernel aware plug since V10.1.0.Richard Barry2018-08-281-2/+2
* Update copyright date ready for tagging V10.1.0.Richard Barry2018-08-221-1/+1
* Update version numbers in preparation for a new release.Richard Barry2018-08-211-4/+4
* Fix misra violations in queue.c by introducing a union that allows the correc...Richard Barry2018-06-111-1/+1
* Remove casts from EventGroupHandle_t to EventGroup_t, and corresponding lint ...Richard Barry2018-06-041-2/+2
* First pass at updating from MISRA 2004 to MISRA 2012:Richard Barry2018-06-031-6/+7
* Ensure data cannot be sent to a TCP socket if the socket is in the process of...Richard Barry2018-01-301-1/+1
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...Richard Barry2017-12-181-5/+4
* FreeRTOS+TCP: Added ipconfigSOCKET_HAS_USER_WAKE_CALLBACK configuration optio...Richard Barry2017-12-121-2/+2
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...Richard Barry2017-11-291-67/+26
* Introduce vTaskInternalSetTimeOutState() which does not have a critical secti...Richard Barry2017-02-241-0/+7
* Update version number in preparation for maintenance release.Richard Barry2017-01-221-1/+1
* Enhanced priority dis-inheritance functionality in the case where a task that...Richard Barry2017-01-161-0/+10
* Update TaskNotify.c to test the condition where a direct to task notification...Richard Barry2016-11-251-3/+3
* Add support for statically allocated memory protected tasks - previously only...Richard Barry2016-09-201-0/+96
* Clean up lint errors.Richard Barry2016-08-161-4/+4
* Changes to core code and port layer:Richard Barry2016-08-161-3/+3
* Prepare for V9.0.0 release:Richard Barry2016-05-201-2/+2
* Updates to support FreeRTOS MPU in FreeRTOS V9.0.0 - including a GCC project ...Richard Barry2016-04-181-3/+16