Skip to content

Conversation

@wwhheerree
Copy link
Contributor

@wwhheerree wwhheerree commented Dec 23, 2024

Description

The task table returned by vTaskListTasks is human readable. But it misses a description for each column.
Add a title row for better human readability.
Before:
image
After:
image

Test Steps

Smaller Buffer than vTaskListTasks() actually needs.
I assigned buffer length as 150. No error reported by Windows MSVC emulator.
image
The table is correct. Only problem is the last row is missing due to buffer is not enough.
image

Larger Buffer than vTaskListTasks() actually needs.
No error reported by Windows MSVC emulator.
image
image

Checklist:

  • [Yes] I have tested my changes. No regression in existing tests.
  • [Yes] I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

I submitted a feature request.
#1213

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

The task table returned by vTaskListTasks is human readable.
But it misses a description for each column.
Add a title row for better human readability.
@wwhheerree wwhheerree requested a review from a team as a code owner December 23, 2024 06:53
@sonarqubecloud
Copy link

@wwhheerree
Copy link
Contributor Author

A new PR has been submitted #1215
This PR can be closed.

@wwhheerree wwhheerree closed this Dec 24, 2024
moninom1 pushed a commit to moninom1/FreeRTOS-Kernel that referenced this pull request Sep 30, 2025
* Fix MQTT multitask demo build

* Fix formatting

* Update FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/freertos_command_pool.c

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>

---------

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant