index
:
delta/freertos.git
V9.0.0rc1
master
svn.code.sf.net: Obsolete (use freertos-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
FreeRTOS
/
Source
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8c
HEAD
master
lundinc
2020-08-12
18
-194
/
+525
*
commit 9f316c246baafa15c542a5aea81a94f26e3d6507
lundinc
2020-03-24
1
-5
/
+5
*
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2822 1d2547de-c912-0...
rtel
2020-02-07
1
-3
/
+3
*
Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...
yuhzheng
2020-02-07
18
-36
/
+36
*
Fix spelling issues.
yuhzheng
2020-02-07
2
-2
/
+2
*
Update libraries and sundry check-ins ready for the V10.3.0 kernel release.
rtel
2020-02-06
2
-33
/
+6
*
Introduce the portSOFTWARE_BARRIER macro which thus far is only used by the W...
rtel
2020-01-23
1
-0
/
+4
*
Ensure both one-shot and auto-reload are written consistently with a hyphen i...
rtel
2020-01-16
1
-2
/
+2
*
Added uxTimerGetReloadMode() API function.
rtel
2020-01-16
3
-1
/
+17
*
Added xTaskAbortDelayFromISR() and ulTaskNotifyValueClear() API functions.
rtel
2020-01-02
3
-0
/
+53
*
Minor updates to comment block for xTaskCheckForTimeOut().
rtel
2020-01-01
1
-84
/
+97
*
Update documentation of xTaskCheckForTimeOut function to reflect the
gaurav-aws
2019-12-31
1
-13
/
+86
*
Correct use of xStreamBufferRead() to xStreamBufferReceive() in code comments...
rtel
2019-12-30
1
-4
/
+4
*
Tidy up comments only.
rtel
2019-12-27
1
-1
/
+1
*
Update to the latest atomic.h.
rtel
2019-11-18
1
-156
/
+152
*
Formatting changes only.
rtel
2019-10-10
1
-137
/
+137
*
Minor formatting change in comment only.
rtel
2019-10-07
1
-4
/
+4
*
Update FreeRTOS.h with the version in GitHub. This is also to test submodule.
yuhzheng
2019-09-24
1
-6
/
+5
*
Correct code comments that referred to taskYIELD_FROM_ISR to portYIELD_FROM_ISR.
rtel
2019-09-24
2
-5
/
+5
*
sync from github to svn: this version of atomic.h does not have compiler spec...
yuhzheng
2019-09-23
1
-0
/
+418
*
+ Moved the History.txt file from the website git repo into the source code S...
rtel
2019-08-25
3
-6
/
+21
*
Update the FreeRTOS version number in task.h
gaurav-aws
2019-07-29
1
-2
/
+2
*
Add the default definition of configPRECONDITION to FreeRTOS.h.
gaurav-aws
2019-07-27
1
-0
/
+13
*
Add link to dual core blog post into STM32H745I demo.
rtel
2019-07-04
3
-2
/
+10
*
Add vPortGetHeapStats() function to query heap statistics.
rtel
2019-07-04
1
-1
/
+19
*
Added additional xMessageBufferSpacesAvailable() (plural) to existing xMessag...
rtel
2019-05-13
1
-0
/
+1
*
Update version number ready for next release.
rtel
2019-05-11
17
-17
/
+17
*
Do not strip required symbols when LTO is on
gaurav-aws
2019-05-09
2
-1
/
+5
*
Fix potential memory leak in the Win32 FreeRTOS+TCP network interface initial...
rtel
2019-04-17
1
-0
/
+4
*
Export port architecture name for COrtex-M33. This can be used by debuggers t...
gaurav-aws
2019-03-28
1
-0
/
+4
*
Fix warning portHAS_STACK_OVERFLOW_CHECKING not defined
gaurav-aws
2019-03-13
2
-4
/
+4
*
Change type of usStackDepth to configSTACK_DEPTH_TYPE.
gaurav-aws
2019-02-21
1
-1
/
+1
*
Add instructions on building the Cortex-M33 secure and non secure projects in...
rtel
2019-02-20
1
-7
/
+22
*
Set default value of configRUN_FREERTOS_SECURE_ONLY to 0.
gaurav-aws
2019-02-20
1
-0
/
+6
*
First Official Release of ARMV8M Support. This release removes Pre-Release fr...
gaurav-aws
2019-02-19
5
-108
/
+149
*
Update version number in readiness for V10.2.0 release.
rtel
2019-02-17
17
-37
/
+37
*
Fix definition of tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE
gaurav-aws
2019-02-17
1
-1
/
+46
*
Add xTaskGetIdleRunTimeCounter() API function to return the run time stats co...
rtel
2019-01-21
3
-5
/
+33
*
Move the 'generic' version of freertos_risc_v_chip_specific_extensions.h back...
rtel
2018-12-31
1
-0
/
+4
*
Remove "FromISR' functions from the list of functions that switch to a privil...
rtel
2018-12-17
3
-6
/
+19
*
First task running in RISC-V-Qemu-sifive_e-FreedomStudio demo.
rtel
2018-11-24
1
-3
/
+3
*
Update the method used to detect if a timer is active. Previously the timer ...
rtel
2018-10-24
1
-5
/
+1
*
Add xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version o...
rtel
2018-10-08
3
-1
/
+14
*
Added uxTaskGetStackHighWaterMark2(), which is the same as uxTaskGetStackHigh...
rtel
2018-09-30
4
-0
/
+39
*
Minor synching - no functional changes.
rtel
2018-09-07
2
-3
/
+3
*
Update version numbers ready for release.
rtel
2018-09-07
17
-20
/
+20
*
Update trace recorder code to the latest.
rtel
2018-09-06
1
-2
/
+2
*
Two minor updates in the comments to fix html formatting that was preventing ...
rtel
2018-09-01
1
-2
/
+2
*
Minor updates to fix issues with the Segger kernel aware plug since V10.1.0.
rtel
2018-08-28
2
-3
/
+3
*
Changes required for the IAR StateViewer plug-in to work with FreeRTOS V10.1.0.
rtel
2018-08-27
1
-4
/
+4
[next]