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
*
Change version numbers ready for V8.0.0 release candidate 1 tag.
rtel
2013-12-31
12
-15
/
+15
*
Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.
rtel
2013-12-31
7
-70
/
+126
*
Minor updates to demo projects to ensure correct building with V8 rc1.
rtel
2013-12-30
1
-0
/
+3
*
Replace standard types with stdint.h types.
rtel
2013-12-29
11
-605
/
+622
*
Change the type used for strings and single characters from signed char to ju...
rtel
2013-12-27
3
-14
/
+14
*
Add additional const qualifiers.
rtel
2013-12-24
3
-19
/
+19
*
Add coverage test markers.
rtel
2013-12-23
1
-2
/
+2
*
In process of module testing event_groups.c.
rtel
2013-12-23
3
-33
/
+43
*
Update the ucQueueNumber member of the queue structure (used with FreeRTOS+Tr...
rtel
2013-12-14
1
-2
/
+2
*
Change the way one thread deletes another in the Windows simulator port (the ...
rtel
2013-12-12
1
-2
/
+2
*
Add trace macros into the event groups implementation.
rtel
2013-12-12
2
-7
/
+47
*
Multiple tidy up, documentation corrections and typo corrections highlighted ...
rtel
2013-11-28
7
-100
/
+138
*
Add additional asserts() to ensure certain operations are not performed when ...
rtel
2013-11-24
2
-18
/
+21
*
Add event_groups.c and associated functions in other core files.
richardbarry
2013-11-21
7
-14
/
+798
*
Change backslashes to forward slashes for all PIC projects.
richardbarry
2013-11-18
1
-4
/
+4
*
Final tidy up before V7.6.0 zip file creation.
richardbarry
2013-11-17
2
-2
/
+2
*
Change version numbers in preparation for V7.6.0 release.
richardbarry
2013-11-08
11
-14
/
+14
*
Add configASSERT()s to ensure counting semaphores are not created with a max ...
richardbarry
2013-11-07
1
-1
/
+1
*
Change behaviour when configUSE_PREEMPTION is 0 (preemption is turned off). ...
richardbarry
2013-11-07
1
-3
/
+3
*
Add xSemaphoreCreateBinary() so vSemaphoreCreate() can be deprecated.
richardbarry
2013-11-07
1
-101
/
+155
*
Update FreeRTOS version number to V7.5.3
richardbarry
2013-10-14
11
-12
/
+23
*
Clear up a few compiler warnings.
richardbarry
2013-10-07
1
-0
/
+8
*
Add the uxQueueSpacesAvailable() API function.
richardbarry
2013-09-10
1
-0
/
+17
*
Add additional critical section to the default tickless implementations.
richardbarry
2013-07-24
11
-12
/
+12
*
Update version number.
richardbarry
2013-07-23
11
-12
/
+12
*
Void a few unused return values and make casting more C++ friendly.
richardbarry
2013-07-23
1
-1
/
+1
*
Changes to comments only.
richardbarry
2013-07-19
1
-16
/
+26
*
Rename xTaskGetSystemState() uxTaskGetSystemState().
richardbarry
2013-07-18
2
-22
/
+23
*
For consistency change the name of configINCLUDE_STATS_FORMATTING_FUNCTIONS t...
richardbarry
2013-07-18
2
-4
/
+4
*
Minor updates and change version number for V7.5.0 release.
richardbarry
2013-07-17
11
-383
/
+289
*
Linting and MISRA checking
richardbarry
2013-07-15
6
-72
/
+71
*
Tidy up comments only.
richardbarry
2013-07-14
1
-1
/
+0
*
Update doxygen comments.
richardbarry
2013-07-13
4
-23
/
+31
*
Update Cortex-M MPU version to include new API functions.
richardbarry
2013-07-13
2
-1
/
+3
*
Kernel optimisations.
richardbarry
2013-07-12
1
-24
/
+56
*
Added portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to Cortex-M3 ...
richardbarry
2013-07-04
1
-0
/
+7
*
Remove compiler warnings.
richardbarry
2013-07-02
1
-14
/
+14
*
Add new xTaskGetSystemState() API function to return raw data on each task in...
richardbarry
2013-07-02
2
-66
/
+225
*
Update QueueOverwrite.c to include a call to xQueuePeekFromISR().
richardbarry
2013-06-28
2
-1
/
+44
*
Add xQueueOverwriteFromISR() and update the QueueOverwrite.c to demonstrate i...
richardbarry
2013-06-27
1
-0
/
+78
*
Add xQueueOverwrite() and a common demo task to demonstrate its use.
richardbarry
2013-06-27
1
-2
/
+85
*
Add Newlib reent support.
richardbarry
2013-06-26
1
-0
/
+4
*
Remove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which serves no purpose.
richardbarry
2013-06-25
1
-4
/
+0
*
Add missing function prototype.
richardbarry
2013-06-20
1
-0
/
+1
*
Ensure queue functions go into the privileged code section when the MPU versi...
richardbarry
2013-06-07
4
-43
/
+65
*
Add default value for configUSE_TIME_SLICING
richardbarry
2013-06-06
1
-0
/
+4
*
Update flop.c and FreeRTOS.h to include a macro (and a default null implement...
richardbarry
2013-05-09
1
-0
/
+4
*
Update version number ready to release the FAT file system demo.
richardbarry
2013-04-30
11
-12
/
+12
*
Add FAT SL code and demo project.
richardbarry
2013-04-30
1
-4
/
+0
*
Clarify license blurb at the top of the FreeRTOS+UDP and FreeRTOS+CLI source ...
richardbarry
2013-04-30
1
-6
/
+10
[next]