Commit Graph

112 Commits (5fbf3ab27eed1e2d79290b7c0a4b3b0cc6c65971)

Author SHA1 Message Date
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
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