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
I recently stumbled across the missing APPROTECT and some other registers while I was used to have them from developing on NCS/Zephyr.
So I had a look and upgraded those in a fork.
While at it I realized that svd2rust made some significant progress since 0.25.x.
Just to try it out I upgraded this pac to the newest svd2rust which introduces breaking changes. Most of which are fixed by search and replace in the HAL and probably not exposed to the end user of the HAL.
You can see a working version for nrf52840 (did not check others) here:
I tried to keep the old naming conventions and exports of svd2rust but we could also think about moving to the current defaults instead. (Again, search and replace in the HAL)
Question
Is this a wanted change or is it considered too big / needs more coordination?
I have some time to spend on this in the next weeks if this is considered a good idea :)
Best,
David
The text was updated successfully, but these errors were encountered:
Hi everyone,
I recently stumbled across the missing APPROTECT and some other registers while I was used to have them from developing on NCS/Zephyr.
So I had a look and upgraded those in a fork.
While at it I realized that svd2rust made some significant progress since 0.25.x.
Just to try it out I upgraded this pac to the newest svd2rust which introduces breaking changes. Most of which are fixed by search and replace in the HAL and probably not exposed to the end user of the HAL.
You can see a working version for nrf52840 (did not check others) here:
I tried to keep the old naming conventions and exports of svd2rust but we could also think about moving to the current defaults instead. (Again, search and replace in the HAL)
Question
Is this a wanted change or is it considered too big / needs more coordination?
I have some time to spend on this in the next weeks if this is considered a good idea :)
Best,
David
The text was updated successfully, but these errors were encountered: