You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
369: Fix crash on missing register description in SVD file r=therealprof a=aurabindo
SVDs available for DA1469x from https://www.keil.com/dd2/pack have few registers with missing `<description>` and this causes svd2rust to crash.
This PR enables to continue with a dummy description and print name of the
problematic register instead of just bailing out.
Co-authored-by: Aurabindo Jayamohanan <[email protected]>
0 commit comments