summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/include
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-1218-194/+525
* commit 9f316c246baafa15c542a5aea81a94f26e3d6507lundinc2020-03-241-5/+5
* git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2822 1d2547de-c912-0...rtel2020-02-071-3/+3
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-0718-36/+36
* Fix spelling issues.yuhzheng2020-02-072-2/+2
* Update libraries and sundry check-ins ready for the V10.3.0 kernel release.rtel2020-02-062-33/+6
* Introduce the portSOFTWARE_BARRIER macro which thus far is only used by the W...rtel2020-01-231-0/+4
* 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-163-1/+17
* Added xTaskAbortDelayFromISR() and ulTaskNotifyValueClear() API functions.rtel2020-01-023-0/+53
* Minor updates to comment block for xTaskCheckForTimeOut().rtel2020-01-011-84/+97
* Update documentation of xTaskCheckForTimeOut function to reflect thegaurav-aws2019-12-311-13/+86
* Correct use of xStreamBufferRead() to xStreamBufferReceive() in code comments...rtel2019-12-301-4/+4
* Tidy up comments only.rtel2019-12-271-1/+1
* Update to the latest atomic.h.rtel2019-11-181-156/+152
* Formatting changes only.rtel2019-10-101-137/+137
* Minor formatting change in comment only.rtel2019-10-071-4/+4
* Update FreeRTOS.h with the version in GitHub. This is also to test submodule.yuhzheng2019-09-241-6/+5
* Correct code comments that referred to taskYIELD_FROM_ISR to portYIELD_FROM_ISR.rtel2019-09-242-5/+5
* sync from github to svn: this version of atomic.h does not have compiler spec...yuhzheng2019-09-231-0/+418
* + Moved the History.txt file from the website git repo into the source code S...rtel2019-08-253-6/+21
* Update the FreeRTOS version number in task.hgaurav-aws2019-07-291-2/+2
* Add the default definition of configPRECONDITION to FreeRTOS.h.gaurav-aws2019-07-271-0/+13
* Add link to dual core blog post into STM32H745I demo.rtel2019-07-043-2/+10
* Add vPortGetHeapStats() function to query heap statistics.rtel2019-07-041-1/+19
* Added additional xMessageBufferSpacesAvailable() (plural) to existing xMessag...rtel2019-05-131-0/+1
* Update version number ready for next release.rtel2019-05-1117-17/+17
* Do not strip required symbols when LTO is ongaurav-aws2019-05-092-1/+5
* Fix potential memory leak in the Win32 FreeRTOS+TCP network interface initial...rtel2019-04-171-0/+4
* Export port architecture name for COrtex-M33. This can be used by debuggers t...gaurav-aws2019-03-281-0/+4
* Fix warning portHAS_STACK_OVERFLOW_CHECKING not definedgaurav-aws2019-03-132-4/+4
* Change type of usStackDepth to configSTACK_DEPTH_TYPE.gaurav-aws2019-02-211-1/+1
* Add instructions on building the Cortex-M33 secure and non secure projects in...rtel2019-02-201-7/+22
* Set default value of configRUN_FREERTOS_SECURE_ONLY to 0.gaurav-aws2019-02-201-0/+6
* First Official Release of ARMV8M Support. This release removes Pre-Release fr...gaurav-aws2019-02-195-108/+149
* Update version number in readiness for V10.2.0 release.rtel2019-02-1717-37/+37
* Fix definition of tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLEgaurav-aws2019-02-171-1/+46
* Add xTaskGetIdleRunTimeCounter() API function to return the run time stats co...rtel2019-01-213-5/+33
* Move the 'generic' version of freertos_risc_v_chip_specific_extensions.h back...rtel2018-12-311-0/+4
* Remove "FromISR' functions from the list of functions that switch to a privil...rtel2018-12-173-6/+19
* First task running in RISC-V-Qemu-sifive_e-FreedomStudio demo.rtel2018-11-241-3/+3
* Update the method used to detect if a timer is active. Previously the timer ...rtel2018-10-241-5/+1
* Add xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version o...rtel2018-10-083-1/+14
* Added uxTaskGetStackHighWaterMark2(), which is the same as uxTaskGetStackHigh...rtel2018-09-304-0/+39
* Minor synching - no functional changes.rtel2018-09-072-3/+3
* Update version numbers ready for release.rtel2018-09-0717-20/+20
* Update trace recorder code to the latest.rtel2018-09-061-2/+2
* Two minor updates in the comments to fix html formatting that was preventing ...rtel2018-09-011-2/+2
* Minor updates to fix issues with the Segger kernel aware plug since V10.1.0.rtel2018-08-282-3/+3
* Changes required for the IAR StateViewer plug-in to work with FreeRTOS V10.1.0.rtel2018-08-271-4/+4