This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I need PWM support in nrf52832-hal, the code is there but cannot be enabled as it needs various
task_
writers that (are present for other nrf528xx chips) are missing. This is caused by #12. I checked if this was fixed in the latest release (8.38.0) of svd files by nordic1Therefore I have tried my hand at patching the SVD file for the
task_
andevent_
registers. I am way out of my depth here, someone should really check my work, I did the following:fix_svd.py
) to confirm that every task and event register has a field with the same name2 in nrf52840.svdtask_
andevent_
register:nrf52832_fixed.svd
src/
,build.rs
anddevice.x
update.sh
to regenerate the Peripheral API1: in that release
nrf52.svd
seems to be the nrf52832's svd file2: the names for some events registers end on
[%s]
these then have a field missing the[%s]