Commit Graph

163 Commits (f354d6599e20618885a3fed1166304cb8c7bcee4)

Author SHA1 Message Date
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
Richard Barry a3cb76d07a Corrected a comment. 15 years ago
Richard Barry 2dc8e16e68 Corrected a couple of comments. 15 years ago
Richard Barry c0fae3b4dd Changes in the comments only. 15 years ago
Richard Barry 9ec30de7f4 Update Cortex M3 ports to ensure 8 byte alignment. 15 years ago
Richard Barry a06c91fcc1 Fixed typo. 15 years ago
Richard Barry 11ed4d6fba Change to the file headers only. 16 years ago
Richard Barry 7dbf3304b3 Tidy up only. 16 years ago
Richard Barry cacf4036b9 Correct type on comment. 16 years ago