swift-mmio icon indicating copy to clipboard operation
swift-mmio copied to clipboard

SVDField.enumeratedValues is T? instead of [T]?

Open rauhul opened this issue 6 months ago • 0 comments

As per the SVD Spec here enumeratedValues can be an array of up to 2 instances. Currently SVDFields only supports a single enumeratedValues child.

Both the SVD library and code using it need to updated to handle this.

rauhul avatar Aug 23 '24 22:08 rauhul