-
Notifications
You must be signed in to change notification settings - Fork 142
add API to write peripheral register of target system #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This seems fine. Would you mind adding the 8-bit, 16-bit and 64-bit versions as well, alongside tests? |
|
I will try. |
|
Tested on NUC472HI8AE:all NVIC registers can be accessed using byte, halfword, and word.with these API, can direct control onboard devices(e.g. LED, buzzer). |
|
Just a single comment, otherwise looks good. Sorry about taking so long to get back to you on this. |
|
Before we can merge this, we'll need you to sign our CLA. |
|
Hi, Thanks |
|
Did not see the CLA was assigned in 2020. I can cut a release for this later today. |
|
@hkpeprah thank you! |
|
API should now be available in |
Tested on NUC472HI8AE。