rust-embedded / riscv

Low level access to RISC-V processors
818 stars 160 forks source link

riscv: add `mcountinhibit` module #213

Closed rmsyn closed 3 months ago

rmsyn commented 3 months ago

Adds the riscv::register::mcountinhibit module for the mcountinhibit CSR.

romancardenas commented 3 months ago

Clippy is complaining in merge queue: https://github.com/rust-embedded/riscv/actions/runs/9201547297

@rmsyn please can you update your PR?

rmsyn commented 3 months ago

Clippy is complaining in merge queue: https://github.com/rust-embedded/riscv/actions/runs/9201547297

@rmsyn please can you update your PR?

Did something change from the PR CI runs? I fixed the comment clippy was unhappy with, but it was unrelated to my code changes...