Luo Jia / Zhouqi Jiang

Results 76 comments of Luo Jia / Zhouqi Jiang

Well done! The code finished now adapts to embedded-hal traits well.

这部分如果改成”转发MachineSoft到SupervisorSoft“能处理这种情况吗?

确实存在这个问题,我写了个测试用例,然后看看M态怎么转发这个中断会比较好。解决这个问题需要对risc-v的中断架构有深刻的了解。

Is it possible to read and use current operating system's working locale settings (languages, money unit, etc.) in clap generated help messages? For example, on given operating system, users use...

LGTM, maybe I should close my PR then...

Released at https://github.com/rustsbi/rustsbi/releases/tag/v0.3.0

I wrote an example to use Rust to write Secure and Non-Secure World applications with TrustZone: https://github.com/luojia65/trustzone-m-rs

@whjpji 修好了,在新版本发布之前,自己编译试试看

I tried to add a target configuration to `rustc` itself with `llvm_target` values `riscv64-unknown-windows`, but it looks like LLVM doesn't recognize it as PE format. It shows like: ``` Building...