Skip to content

Releases: aap-sc/riscv-openocd

latest

30 Jan 17:32
Compare
Choose a tag to compare
latest Pre-release
Pre-release
fix expose_csr for CSR from lower address space

csrs with custom names are expected to be lazy-initialized by
init_custom_csr_names.  However, if the exposed CSR was in lower address
space the custom name could be re-written by the default one.