Improve RV64/GNU port robustness, portability, and CSR handling#496
Open
akifejaz wants to merge 2 commits intoeclipse-threadx:devfrom
Open
Improve RV64/GNU port robustness, portability, and CSR handling#496akifejaz wants to merge 2 commits intoeclipse-threadx:devfrom
akifejaz wants to merge 2 commits intoeclipse-threadx:devfrom
Conversation
Author
|
started writing the readme risc-v64/gnu/readme_threadx.txt for rv64/gnu, please feel free to comment what to add/remove. |
This was referenced Jan 13, 2026
- removed tx_port.h dependency from .S files - replaced tx_timer_interrupt.c with tx_timer_interrupt.S - made some cleanups, formatting to better readability - removed macros (LOAD/STORE/REGBYTES) changed register nomenclature to use RISC-V ABI names (ra, sp, t0, etc.) - added readme_threadx.txt Signed-off-by: Akif Ejaz <akif.ejaz@10xengineers.ai>
9c664e4 to
6c25eff
Compare
Signed-off-by: Akif Ejaz <akif.ejaz@10xengineers.ai>
Author
|
Hi @billlamiework, as per your suggestions here #490 (comment), I've updated the RV64/GNU port, It should include following changes. Please review the changes when you get time.
Once we have risc-v64/gnu port fixed/formatted correctly, I'll do the same for risc-v32/gnu. |
|
Definitely looking good... my only comments are:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
improve port robustness, portability, and CSR handling
changed register nomenclature to use RISC-V ABI
names (ra, sp, t0, etc.)