-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
drivers: adc: support for Nuvoton numaker ADC #66642
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just nitpicks, good stuff
fb24937
to
0a19353
Compare
Add Nuvoton numaker series adc controller, including async read feature. Signed-off-by: cyliang tw <[email protected]>
Add support for Nuvoton numaker board numaker_pfm_m467. Signed-off-by: cyliang tw <[email protected]>
0a19353
to
885eb1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Hi @ssekar15, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good for me, thanks.
This PR is to add Nuvoton numaker series ADC controller.
It's verified on board: NuMaker-PFM-M467.
Depends on zephyrproject-rtos/hal_nuvoton#8