Richard Barry
1312fada7c
Added traceMOVED_TASK_TO_READY_STATE and portSETUP_TCB macros.
...
Changed uxTCBNumber back to uxTaskNumber in tasks.c to fix IAR plug-in.
13 years ago
Richard Barry
83d5097ed2
Update the CM3 MPU port so it builds with the changes made to enable the FreeRTOS+Trace tool.
13 years ago
Richard Barry
2658a3b6ef
Added xSemaphoreGetMutexHolder() macro and equivalent function.
13 years ago
Richard Barry
637045468b
Add xQueueReset() function.
13 years ago
Richard Barry
e3276fc282
Change version numbers to V7.1.0.
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
9290e3e71f
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
28629a7ea6
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
5063200c86
Remove vTaskCleanUpResources() from core header files.
14 years ago
Richard Barry
6fa8cd4302
Add in the vSemaphoreDelete() macro.
14 years ago
Richard Barry
fc99c14905
Add in the pcTaskGetTaskName(), xTaskGetIdleTaskHandle() and xTimerGetTimerTaskHandle() API functions.
14 years ago
Richard Barry
dedc9d8c46
Change some (xTIMER *) references in the documentation for the timer module to be instead xTimerHandle references (the two are in effect equivalent, but xTIMER is private to the timers source file).
14 years ago
Richard Barry
f5a6b610e1
Update version number to V7.0.1.
14 years ago
Richard Barry
89bf1cf24f
Update headers for Version 7.0.0 release.
14 years ago
Richard Barry
37de268af4
Cosmetic work towards MISRA compliance statement pre release of V7.
14 years ago
Richard Barry
0e62058edb
Added some trace macros into the timers.c file.
14 years ago
Richard Barry
d53e65ed82
Tidy up timers API documentation comments.
14 years ago
Richard Barry
8a3fa98a2f
Continue work on timers module documentation.
14 years ago
Richard Barry
0e133bc0fc
Minor comment addition to queue.h.
14 years ago
Richard Barry
553a8389cc
Start the documentation of the timer API functions and macros. About 50% done so far.
14 years ago
Richard Barry
3c6ae51faf
Finish off timers implementation.
14 years ago
Richard Barry
b4ff4820cb
Continue work on the new timer implementation. Nearly complete.
14 years ago
Richard Barry
07a2021676
Add ISR safe timer API.
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
91f0fc9cdd
Minor updates to the core header files required by the new timer implementation.
14 years ago
Richard Barry
8db5ded4b3
Continue work on the timers module.
14 years ago
Richard Barry
812632fd1c
Start an optional timers module 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
d493958052
Change the #error text in croutine.h only.
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
71fd1adbad
Removed the nonsensical parameter from the traceTASK_CREATE_FAILED() macro in tasks.c.
14 years ago
Richard Barry
dc8f964534
Edited the #error message to remove the " marks from the middle of the string.
...
Used a conditional compilation around the task tag related functions to loosen the strict header file inclusion ordering.
14 years ago
Richard Barry
60bea08b22
Added the traceTAKE_MUTEX_RECURSIVE_FAILED() macro.
14 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
5c75dd907e
Update the IAR RX62N port files, which are now functional.
15 years ago
Richard Barry
c63be7c451
Just updated the version string #define.
15 years ago
Richard Barry
c73b3dc304
Add Cortus port to produce V6.0.5.
15 years ago
Richard Barry
18d6c565e6
Corrected mistake in sample code for xCoRoutineCreate().
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
ac94fdddf1
Again, just corrected some comments.
15 years ago