rv32emu-legacy
rv32emu-legacy copied to clipboard
Modify `target_write_u32()` to make 32-bit data output easier
- Modify
target_write_u32()function to make 32-bit data output easier- User can now output integer or any data type in 32-bit by assigning to
(volatile <type> *)0x40000008
- User can now output integer or any data type in 32-bit by assigning to
Please read this carefully: https://chris.beams.io/posts/git-commit/ The subject of git commit message and pull request should summarize the motivation why you would like to make the modification.
Sorry I put my purpose in the body but not title... It seems that I cannot modify a commit after I created it. Should I close this PR and create another one with an appropriate commit message?
Sorry I put my purpose in the body but not title... It seems that I cannot modify a commit after I created it. Should I close this PR and create another one with an appropriate commit message?
Check this: https://docs.github.com/en/free-pro-team@latest/github/committing-changes-to-your-project/changing-a-commit-message Then, you can do force-push.