swift-mmio
swift-mmio copied to clipboard
SVDField.enumeratedValues is T? instead of [T]?
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.