rust-embedded / svdtools

Python package to handle vendor-supplied, often buggy SVD files.
Apache License 2.0
63 stars 29 forks source link

specify `name` for `enumeratedValues` #208

Closed burrbull closed 7 months ago

burrbull commented 7 months ago

For example:

  "A?B?ENR,A?BENR":
    "*EN":
      _name: Enable
      Disabled: [0, "The selected clock is disabled"]
      Enabled: [1, "The selected clock is enabled"]

gives us: изображение

burrbull commented 7 months ago

@seisyuu-hantatsushi You can be interested in.

seisyuu-hantatsushi commented 7 months ago

@seisyuu-hantatsushi You can be interested in.

Thank you. I will try your changes. If I find any issue, I would report it.