Richard Barry
cf717acaae
First version that includes the FreeRTOS-MPU implementation.
16 years ago
Richard Barry
ed06a0400a
Update to V5.4.2. See http://www.freertos.org/History.txt .
16 years ago
Richard Barry
3a883a776c
Update to V5.4.1
16 years ago
Richard Barry
87eb48c97c
Explicit casting added to the 'check for time out' function to ensure integer promotion does not occur.
16 years ago
Richard Barry
f312118bf9
Ensure LPC1768 demos are correct prior to V5.4.0 release.
16 years ago
Richard Barry
fdcc3676cd
Update version number.
16 years ago
Richard Barry
0a9fddb5d4
Add proper 8 byte alignment support.
16 years ago
Richard Barry
7818ed5a97
Prepare for V5.3.1 release.
16 years ago
Richard Barry
4bf5521db6
Prepare for V5.3.0 release.
16 years ago
Richard Barry
f24533b765
Added xTaskGetApplicationTaskTag() function.
16 years ago
Richard Barry
cd7fb3fda1
Just remove compiler warnings.
16 years ago
Richard Barry
245bb81bc0
Moved the position of the traceTASK_DELETED() macro.
16 years ago
Richard Barry
c66301ac9e
Update the run time stats display function.
16 years ago
Richard Barry
8b4ef53b69
Added run time stats functions.
16 years ago
Richard Barry
a7f134911a
Just a formatting change.
16 years ago
Richard Barry
2f40ad7393
Ready for V5.2.0 release.
16 years ago
Richard Barry
42b60ed69c
Increment the uxTaskNumber variable when a task is deleted in addition to when a task is created. This is to assist kernel aware debuggers detecting when the task list needs refreshing.
16 years ago
Richard Barry
55c96044b0
Some optimisations added.
16 years ago
Richard Barry
52ba0e651e
Update to V5.1.2.
16 years ago
Richard Barry
d28eda8634
Ready for V5.1.1 release.
16 years ago
Richard Barry
03acab14b2
Fix
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2194064&group_id=111543&atid=659633
17 years ago
Richard Barry
758b1c7c59
Update ready for V5.1.0 release.
17 years ago
Richard Barry
4f631de793
Update the stack checking functions so they work for stacks that grow up from high memory (PIC24).
17 years ago
Richard Barry
130e2f2c0a
Prepare for V5.0.4 release.
17 years ago
Richard Barry
16b6baf10c
Update to V5.0.3.
17 years ago
Richard Barry
6eed669d06
Ensure statics are handled correctly when portREMOVE_STATIC_QUALIFIER is defined.
17 years ago
Richard Barry
90064444af
Update to V5.0.2
17 years ago
Richard Barry
8ce7a79937
Add usage of portREMOVE_STATIC_QUALIFIER.
17 years ago
Richard Barry
2888b15b7e
Add signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHandle xTask ); Previously this was a private function.
17 years ago
Richard Barry
3f620024fc
Added code to allow a vTaskPrioritySet() caller to pass in the current TCB as well as NULL to indicate that the priority of the calling task is being changed.
17 years ago
Richard Barry
0d29807e93
Remove inline keyword.
17 years ago
Richard Barry
e939542f32
Update to V5.0.0.
17 years ago
Richard Barry
da6d27b627
Introduce the application task hook feature.
17 years ago
Richard Barry
ada4744871
Minor changes to the trace macros.
17 years ago
Richard Barry
9596b04eff
Small mods, and update file headers.
17 years ago
Richard Barry
527fb6a907
Update version numbers to V4.8.0
17 years ago
Richard Barry
ed28aa2046
Add critical section around xTaskCheckForTimeout() as the new queue code makes a call while the scheduler is not locked.
17 years ago
Richard Barry
47a7f0165b
Modified uxTaskGetStackHighWaterMark() to take a parameter for the task to be checked, rather than just checking the stack of the calling task.
17 years ago
Richard Barry
60bead5003
Remove warnings generated by new features.
17 years ago
Richard Barry
39f6b0b5de
Add stack check macros.
17 years ago
Richard Barry
b8b70528f4
Add trace macros.
17 years ago
Richard Barry
2b174e556c
Add vTaskEnterCritical() and vTaskExitCritical() functions.
17 years ago
Richard Barry
3e94695fb4
Update to V4.7.2.
17 years ago
Richard Barry
79dd981500
Remove casts that were generating warnings (even though the casts were added to remove warnings with some compilers).
17 years ago
Richard Barry
c86dcf7826
Update to V4.7.1
17 years ago
Richard Barry
dfb8e7003b
Prepare for V4.7.1 release.
17 years ago
Richard Barry
44911a1c48
Update to V4.7.0.
17 years ago
Richard Barry
620d3999ef
Update to V4.6.1 - including PIC32MX port.
17 years ago
Richard Barry
0a9c978f18
Changes between V4.5.0 and V4.6.0 released October 28 2007
...
+ Changed the method used to force a context switch within an ISR for the
ARM7/9 GCC ports only. The portENTER_SWITCHING_ISR() and
portEXIT_SWITCHING_ISR() macros are no longer supported. This is to
ensure correct behaviour no matter which GCC version is used, with or
without the -fomit-frame-pointer option, and at all optimisation levels.
+ Corrected the prototype for xQueueGenericSend() within queue.h.
18 years ago
Richard Barry
98a9959a44
Update to V4.5.0 files and directory structure.
18 years ago