pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

TREQ_SEL enumeratedValues misses many choices

Open jannic opened this issue 3 years ago • 0 comments

The enumeratedValues element for TREQ_SEL in rp2040.svd only contains the TIMER values and PERMANENT, but misses all the possible values for external DREQs.

This was fixed in https://github.com/rp-rs/rp2040-pac/pull/59 by @jounathaen. I think it would be useful to add those values in the pico-sdk SVD as well.

jannic avatar Oct 16 '22 09:10 jannic