Add registers in rust

This commit is contained in:
2025-11-12 23:51:16 +01:00
parent 8326c1f169
commit 3044a54a09
12 changed files with 98 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
[workspace]
resolver = "3"
members = ["fpga_lib", "hello_rust"]
members = ["fpga-lib", "fpga-lib-macros", "hello-rust"]
[profile.release]
panic = "abort"