esp-hal icon indicating copy to clipboard operation
esp-hal copied to clipboard

Clean up remaining raw register manipulations

Open bugadani opened this issue 1 year ago • 1 comments

We can collect such cases here and tick them off as we go:

  • https://github.com/esp-rs/esp-hal/blob/d66281609b4c593ad07d0eb68a86efbbdb364f23/esp-hal/src/system.rs#L584-L585
  • https://github.com/esp-rs/esp-hal/blob/d66281609b4c593ad07d0eb68a86efbbdb364f23/esp-hal/src/system.rs#L519-L520
  • https://github.com/esp-rs/esp-hal/blob/d66281609b4c593ad07d0eb68a86efbbdb364f23/esp-hal/src/system.rs#L326
  • https://github.com/esp-rs/esp-hal/blob/d66281609b4c593ad07d0eb68a86efbbdb364f23/esp-hal/src/system.rs#L375

bugadani avatar Dec 12 '24 12:12 bugadani

Add MMU related registers to the PACs and use them - see https://github.com/esp-rs/esp-hal/pull/3979#discussion_r2297450537

bjoernQ avatar Aug 25 '25 08:08 bjoernQ