rp-rs / rp235x-pac

A Rust PAC for the RP2350 series of Microcontrollers
22 stars 2 forks source link

mod_risc_v.rs should not expose the EPPB block #6

Open adfernandes opened 1 month ago

adfernandes commented 1 month ago

On RISC-V accessing the EPBB block will trigger a bus fault, so mod_risc_v.rs should not expose that peripheral.

I will try my hand at modifying svd/RP2350.yaml to patch as appropriate, but don't know svdtool well enough to know if it supports conditional patching... this might need a slightly more invasive patch.

Suggestions are welcome, I'm happy to do the work and test!