Commit Graph

99 Commits (411364dab6418f591e4bf8cf48fad8f0a3f140ba)

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