Richard Barry
e3276fc282
Change version numbers to V7.1.0.
13 years ago
Richard Barry
94818b58e4
Add in a separate uxTaskNumber to the TCB structure for use by trace tools, leaving the uxTCBNumber for use by the state viewers.
13 years ago
Richard Barry
7daebd9275
Update core files to remove legacy trace and make necessary modifications to facilitate use with other trace tools.
13 years ago
Richard Barry
eb8f02358e
Fix compiler warning in timers.c/h that are only seen when the file is compiled on 8 bit devices.
...
Update example source code in timers.h so the parameter names match those in timers.c.
Fix "known issue" bug in xTaskResumeFromISR() (which was missing a critical section).
13 years ago
Richard Barry
188128f788
Added the portALIGNMENT_ASSERT_pxCurrentTCB macro.
...
Updated the TriCore port layer so its compare match setup does not effect any other compare match bits.
13 years ago
Richard Barry
70cfbda2e8
Minor changes to the TriCore port made during test/validation.
13 years ago
Richard Barry
cc61126025
Update headers for the FreeRTOS V7.0.2 release.
14 years ago
Richard Barry
272cd59c26
Add use of portPOINTER_SIZE_TYPE to tasks.c to facilitate the removal of warnings when the pointer size is less than 32 bits.
14 years ago
Richard Barry
3a25b5f33b
Update the names of some of the newly introduced API functions so they are more consistent with the names of pre-existing API functions.
14 years ago
Richard Barry
31dc786620
A few updates for coding standard reasons.
14 years ago
Richard Barry
fc99c14905
Add in the pcTaskGetTaskName(), xTaskGetIdleTaskHandle() and xTimerGetTimerTaskHandle() API functions.
14 years ago
Richard Barry
f5a6b610e1
Update version number to V7.0.1.
14 years ago
Richard Barry
4de76dbc82
Fix in tasks.c related to https://sourceforge.net/tracker/?func=detail&aid=3295065&group_id=111543&atid=659633
14 years ago
Richard Barry
a70c881207
Remove shadowed variable name.
14 years ago
Richard Barry
89bf1cf24f
Update headers for Version 7.0.0 release.
14 years ago
Richard Barry
7ca26d943a
Prepare for V7.0.0 release.
14 years ago
Richard Barry
37de268af4
Cosmetic work towards MISRA compliance statement pre release of V7.
14 years ago
Richard Barry
50dcd0c682
Move one of the configASSERT() statements in tasks.c to be inside the if() that checks whether the stack should grow up or down.
14 years ago
Richard Barry
412c2cc9a7
Add some configASSERT() calls.
14 years ago
Richard Barry
b4ff4820cb
Continue work on the new timer implementation. Nearly complete.
14 years ago
Richard Barry
7ee534e4c2
Add some tick interrupt overflow protection to the timers module. This is not tested yet and still a work in progress.
14 years ago
Richard Barry
559532329d
Minor updates to the queue.c and tasks.c core files required to support the new timers implementation.
14 years ago
Richard Barry
a5820e2b2a
Make changes required for MISRA 2004 compliance.
14 years ago
Richard Barry
c26b230d28
Some time and code size optimisations.
14 years ago
Richard Barry
96ab89d253
Update to V6.1.1
14 years ago
Richard Barry
fb18eeb96c
Make the generation of run time stats percentages more efficient.
14 years ago
Richard Barry
e4f2ba1913
Introduce option that permits a smaller printf() library to be used when sizeof( int ) == sizeof( long ) in cases where formatted strings are used to present run time stats information.
14 years ago
Richard Barry
95080a22f2
Introduce the portALT_GET_RUN_TIME_COUNTER_VALUE macro as an alternative to portGET_RUN_TIME_COUNTER_VALUE to make inlining of the run time stats functions easier.
14 years ago
Richard Barry
4059be7918
Minor updates to the MSP430X CCS4 and IAR port layers.
...
Change the sprintf() in prvGenerateRunTimeStatsForTasksInList() to accept unsigned long instead of unsigned int parameters so it works on 16bit devices too.
14 years ago
Richard Barry
7fd1d847fb
Modify vTaskGetRunTimeStats() to ensure the current run time total is obtained from within a critical section. This allows greater flexibility in how the run time counter value is maintained.
14 years ago
Richard Barry
14dbfbb861
Removed the nonsensical parameter from the traceTASK_CREATE_FAILED() macro in tasks.c.
14 years ago
Richard Barry
86e6ede04c
Update to FreeRTOS V6.1.0 release candidate.
15 years ago
Richard Barry
4778bd45e7
Update to FreeRTOS V6.1.0 release candidate.
15 years ago
Richard Barry
7ce7d21ca8
Allow tasks to be suspended immediately after creation - provided the scheduler is not running.
...
Add API function that allows the tick count to be queried from an interrupt.
15 years ago
Richard Barry
f052e7c00f
When creating a task - move where the task handle is assigned to the function parameter from after the critical section. This allows the handle to be assigned to a global variable, and the global variable to be access by the task being created should the task being created execute immediately that the critical section is exited.
15 years ago
Richard Barry
9af437a3a9
Simply tidy up the bracketing of a couple of expressions in tasks.c.
15 years ago
Richard Barry
c73b3dc304
Add Cortus port to produce V6.0.5.
15 years ago
Richard Barry
808bb8e159
Update the V6.0.4. The primary difference being that the unsupported demos have now been removed from the download, and instead placed in their own forums.
15 years ago
Richard Barry
e262d95404
Ready for V6.0.3 release.
15 years ago
Richard Barry
b75ec97ea9
Still a work in progress. Checking in for backup only.
15 years ago
Richard Barry
4f59d550c6
Update to V6.0.2.
15 years ago
Richard Barry
50ab249849
Added yet another type cast to the else if clause in xTaskCheckForTimeOut. This is to ensure it works correctly on ALL 16 bit compilers (hopefully).
15 years ago
Richard Barry
0bcacda16b
vTaskList() now works for architectures where the stack grows up from low memory.
15 years ago
Richard Barry
9ec30de7f4
Update Cortex M3 ports to ensure 8 byte alignment.
15 years ago
Richard Barry
db87c0ac06
Correct byte alignment on CM3 port layers.
15 years ago
Richard Barry
11ed4d6fba
Change to the file headers only.
16 years ago
Richard Barry
506dd1b7c8
Remove unnecessary use of portLONG, portCHAR and portSHORT.
...
Change version number in headers.
16 years ago
Richard Barry
26f0258688
Remove unnecessary use of portLONG, portCHAR and portSHORT.
16 years ago
Richard Barry
ee5608ddc2
Tidy up, starting to get ready for next release.
16 years ago
Richard Barry
cf717acaae
First version that includes the FreeRTOS-MPU implementation.
16 years ago