Luo Jia / Zhouqi Jiang
Luo Jia / Zhouqi Jiang
I suggest we can push forward on stabilization, since inline_const has been stabilized a short period of time ago. Feature asm_const is useful on bare-metal development like system, kernel development,...
@js2xxx 您好:由于本项目已经被合并到rustsbi/rustsbi仓库统一管理,若后续有贡献计划,请移交到rustsbi/rustsbi仓库。谢谢您的理解!
I'll release `sbi-spec` 0.0.8 including `CounterMask`, then RustSBI 0.4.1 including `sbi-spec` 0.0.8. Before that, we are updating `sbi-rt` crate as well according to CounterMask changes. Thanks! BTW, I added missing...
Current `CounterMask` and `HartMark` structure and function signatures: ```rust pub struct HartMask { ... } impl HartMask { pub const IGNORE_MASK: usize = ...; pub const fn from_mask_base(counter_idx_mask: usize, counter_idx_base:...
@rmsyn: The CI check for changelogs has been added in this pull request: https://github.com/rustsbi/rustsbi/pull/78. Thanks for your suggestion! For `IGNORE_MASK` constant value and `ignore_mask` function, I decide to keep it...
@rmsyn: `sbi-spec` version `0.0.8-rc.1` is released ([crates.io](https://crates.io/crates/sbi-spec/0.0.8-rc.1), [documents](https://docs.rs/sbi-spec/0.0.8-rc.1)). Please check if the version `0.0.8-rc.1` meets our demands (e.g. is the functions in `CounterMask` correct?); if it's correct, I'll formally release...
API of `sbi-rt` is changed to use the `CounterMask` structure in `sbi-spec`, the new version of `sbi-rt` will be released soon. But for `rustsbi` crate, it would be a breaking...
By `.vscode/settings.json` way it would be great, but I can't turn to the definitions of variables anymore. May need a more graceful way for cross compile targets.
> This looks really interesting - thank you for the PR! > > Did you have a specific SD Host Controller you wanted to implement `Transport` for? @thejpster: Thanks for...
@thejpster: If we're unsure which functions to include in this trait, could we mark the entire trait as experimental or unstable for now? We can stabilize it later once we've...