You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This change necessitates the introduction of 2 new APIs: void vTaskListTasks( char * pcWriteBuffer, size_t uxBufferLength ); void vTaskGetRunTimeStatistics( char * pcWriteBuffer, size_t uxBufferLength ); These 2 APIs behave exactly as vTaskList and vTaskGetRunTimeStats except the fact that they take the length of the pcWriteBuffer as the second argument to ensure that we do not write past the buffer. vTaskList and vTaskGetRunTimeStats assume that the length of the buffer is configSTATS_BUFFER_MAX_LENGTH which defaults to 0xFFFF. This is done to ensure that the existing applications do not break. New applications should use the new APIs to avoid memory corruption. |
2 years ago | |
---|---|---|
.. | ||
CMakeLists.txt | 2 years ago | |
FreeRTOS.h | 2 years ago | |
StackMacros.h | 2 years ago | |
atomic.h | 2 years ago | |
croutine.h | 2 years ago | |
deprecated_definitions.h | 2 years ago | |
event_groups.h | 2 years ago | |
list.h | 2 years ago | |
message_buffer.h | 2 years ago | |
mpu_prototypes.h | 2 years ago | |
mpu_wrappers.h | 2 years ago | |
newlib-freertos.h | 2 years ago | |
picolibc-freertos.h | 2 years ago | |
portable.h | 2 years ago | |
projdefs.h | 2 years ago | |
queue.h | 2 years ago | |
semphr.h | 2 years ago | |
stack_macros.h | 2 years ago | |
stdint.readme | 2 years ago | |
stream_buffer.h | 2 years ago | |
task.h | 2 years ago | |
timers.h | 2 years ago |