You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add unimplemented RISC-V 32I ISA
* Implement RV32I architecture
- Updated utils.h to support 32-bit memory operations and removed obsolete functions.
- Deprecate hardware.c and instructions.c as part of the transition to a new architecture.
- Updated utililities in utils.c to use 32-bit rv32i compatible instructions
- Remove the bulk of test_utils.c temporarily
- Update compiler documentation to explain installation of toolchain. Note: still incomplete
* Add syscall support, improve memory handling, implement example embeddable hello.c
* Deprecate docs/ directory in favour of GitHub wiki
* Update PR request template to remove reference to docs
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Please ensure the following before requesting a merge:
7
7
8
8
-[ ] I have read and agree to the repository's [CONTRIBUTING.md](https://github.com/lachlanharrisdev/virtualised-binary-obfuscation/blob/main/CONTRIBUTING.md) and [LICENSE.md](https://github.com/lachlanharrisdev/virtualised-binary-obfuscation/blob/main/LICENSE.md).
9
9
-[ ] All tests pass locally (`make`, `make test`).
10
-
-[ ] Relevant documentation has been updated (`README.md`, `docs/`).
10
+
-[ ] Relevant documentation has been updated (`README.md`, GitHub wiki(s)).
11
11
-[ ] Code follows the repository's style and formatting guidelines.
0 commit comments