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

Use new `svd2rust` functionality targeted at RISC-V devices

Open jessebraham opened this issue 3 months ago • 1 comments

svd2rust has added some new functionality specific to RISC-V devices, see:

  • https://github.com/rust-embedded/svd2rust/issues/786
  • https://github.com/rust-embedded/svd2rust/pull/856

An example of this functionality being applied to a PAC can be seen here:

  • https://github.com/greenlsi/e310x/pull/1

We should take advantage of these new features and add settings.yaml files for each RISC-V PAC.

jessebraham avatar Nov 07 '24 06:11 jessebraham