Display ThreadX byte pool info#89
Conversation
|
Thanks for the submission. Can you update the changelog and also post a screenshot? Did you add a tab or a column? |
|
Thats fine, from your description, I couldn't tell what you just did. We will wait for a review from @PhilippHaefele if he has some time. |
There was a problem hiding this comment.
Pull request overview
Adds a new ThreadX UI tab to display byte pool usage information, extending the existing Threads/Semaphores/Mutexes RTOS views.
Changes:
- Add byte pool table definition, data collection (
_tx_byte_pool_created_count/_ptrtraversal), and storage. - Render a new “Byte Pools” tab/panel and include its percentage-bar styling.
- Document the feature in the changelog.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/rtos/rtos-threadx.ts | Adds byte pool tracking and a new HTML tab to display pool start address and usage percentage. |
| CHANGELOG.md | Notes the addition of the ThreadX byte pool tab. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Sorry, you all, for experimenting on the PR. This is the first time I asked Copilot to review code. The issues pointed out, are real but very likely pre-existing. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot open a new pull request to apply changes based on the comments in this thread |
PhilippHaefele
left a comment
There was a problem hiding this comment.
Even it got already merged. I dir have a look over the changes and they look good. Thanks for contributing
|
Sorry for my late response, my last days were a bit busy. As soon as I can spare some time, I want to have a look at the copilot issue regarding the promises. |

Added tab to threadx to display byte pool usage.