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
/
portable
/
IAR
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version numbers in preparation for V8.2.0 release candidate 1.
rtel
2014-12-21
72
-1009
/
+2568
*
+ Update demos that use FreeRTOS+Trace to work with the latest trace recorder...
rtel
2014-12-18
7
-50
/
+50
*
+ New feature added: Task notifications.
rtel
2014-12-15
4
-44
/
+58
*
Core kernel code:
rtel
2014-10-15
2
-13
/
+14
*
Core kernel files:
rtel
2014-10-08
1
-0
/
+1
*
Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_...
rtel
2014-09-02
72
-72
/
+88
*
Update version number to 8.1.1 for patch release that re-enables mutexes to b...
rtel
2014-08-29
72
-72
/
+72
*
***IMMINENT RELEASE NOTICE***
rtel
2014-08-16
72
-72
/
+72
*
Demo application related:
rtel
2014-08-16
3
-9
/
+30
*
General maintenance - changing comments and correcting spellings only.
rtel
2014-08-04
1
-0
/
+5
*
Cortex-A5 IAR port:
rtel
2014-08-03
1
-6
/
+5
*
Cortex-A5 IAR port baseline prior to removing all SAMA5 specifics to make it ...
rtel
2014-08-03
4
-14
/
+15
*
Continue working on the GIC-less Cortex-A5 port for IAR:
rtel
2014-07-29
3
-19
/
+26
*
Rename ARM_CAx_No_GIC ARM_CA5_No_GIC and add FreeRTOSConfig setting to specif...
rtel
2014-07-12
4
-0
/
+4
*
Add new port layer for Cortex-A devices without the means to mask interrupt p...
rtel
2014-07-12
4
-0
/
+856
*
Default the definition of portASSERT_IF_IN_ISR() to nothing if it is not defi...
rtel
2014-06-16
1
-0
/
+10
*
Add code to assert() if non ISR safe API function is called from ISR in IAR a...
rtel
2014-06-14
4
-1
/
+29
*
Update version number ready for release.
rtel
2014-04-24
68
-268
/
+268
*
Update Cortex-A port layers to ensure the ICCRPR and ICCPMR registers are alw...
rtel
2014-03-25
2
-7
/
+7
*
Update version number to V8.0.0 (without the release candidate number).
rtel
2014-02-18
68
-68
/
+68
*
Add configCLEAR_TICK_INTERRUPT() to the IAR and RVDS Cortex-A9 ports.
rtel
2014-02-04
3
-4
/
+10
*
Introduce xTimerPendFunctionCall().
rtel
2014-01-25
1
-10
/
+41
*
Add extern 'C' to FreeRTOS.h.
rtel
2014-01-17
2
-3
/
+2
*
Introduce configENABLE_BACKWARD_COMPATIBILITY to allow the #defines that prov...
rtel
2014-01-13
1
-4
/
+4
*
Add additional NOP after EINT instruction in MSP430 ports.
rtel
2014-01-10
2
-4
/
+4
*
Map portTICK_RATE_MS to portTICK_PERIOD_MS.
rtel
2014-01-05
21
-24
/
+24
*
Minor tidy ups that don't effect code generation, plus:
rtel
2014-01-05
2
-2
/
+2
*
Change version numbers ready for V8.0.0 release candidate 1 tag.
rtel
2013-12-31
68
-68
/
+68
*
Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.
rtel
2013-12-31
19
-19
/
+19
*
Minor updates to demo projects to ensure correct building with V8 rc1.
rtel
2013-12-30
2
-11
/
+11
*
Revert some library files back to using standard types as they are not FreeRT...
rtel
2013-12-29
3
-56
/
+56
*
Replace standard types with stdint.h types.
rtel
2013-12-29
43
-848
/
+936
*
Force the SysTick clock bit to be set in Cortex-M3 and Cortex-M4F bits if con...
rtel
2013-12-15
2
-4
/
+14
*
Update Cortex-M3 and Cortex-M4F ports to allow the SysTick to be clocked at a...
rtel
2013-12-12
4
-27
/
+36
*
Multiple tidy up, documentation corrections and typo corrections highlighted ...
rtel
2013-11-28
24
-54
/
+65
*
Change version numbers in preparation for V7.6.0 release.
richardbarry
2013-11-08
68
-68
/
+68
*
Ensure the definition of prvTaskExitError()does not result in a compiler warn...
richardbarry
2013-11-07
1
-3
/
+3
*
Update the Keil and IAR CM0 port layers to match the changes made to the GCC ...
richardbarry
2013-10-22
1
-22
/
+16
*
Update FreeRTOS version number to V7.5.3
richardbarry
2013-10-14
68
-68
/
+136
*
Add some defensive programming in the default tickless mode in case the appli...
richardbarry
2013-10-08
2
-5
/
+56
*
Introduce the prvTaskExitError() function for all ARM_CMn ports.
richardbarry
2013-10-08
2
-22
/
+57
*
Clear up a few compiler warnings.
richardbarry
2013-10-07
1
-1
/
+22
*
Make Cortex-M0 set/clear interrupt flag from ISR functions nestable.
richardbarry
2013-09-01
3
-53
/
+65
*
Fix a few typos and remove the "register" keyword.
richardbarry
2013-08-16
1
-1
/
+1
*
Add additional critical section to the default tickless implementations.
richardbarry
2013-07-24
68
-86
/
+90
*
Update version number.
richardbarry
2013-07-23
50
-50
/
+50
*
Update the Cortex-M vPortValidateInterruptPriority() implementation to ensure...
richardbarry
2013-07-23
2
-52
/
+102
*
Minor updates and change version number for V7.5.0 release.
richardbarry
2013-07-17
50
-1787
/
+1287
*
Linting and MISRA checking
richardbarry
2013-07-15
1
-5
/
+5
*
Update RX ports to only include additional check on the existing IPL (so it i...
richardbarry
2013-07-13
2
-32
/
+30
[next]