-
Notifications
You must be signed in to change notification settings - Fork 8k
Add support for ADC16 driver on RA2A1 MCU #95710
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
base: main
Are you sure you want to change the base?
Conversation
18491ba
to
3dabfb2
Compare
3dabfb2
to
5bfe2be
Compare
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision 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.
Please take a look at the discussion in #94585, redundancy in test coverage of the same IP/driver need to be avoided.
- nrf54h20dk/nrf54h20/cpuapp | ||
- nrf54l15dk/nrf54l15/cpuapp | ||
- nrf54lm20dk/nrf54lm20a/cpuapp | ||
- ophelia4ev/nrf54l15/cpuapp |
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.
Why move this?
5bfe2be
to
0bcc6e0
Compare
Update hal_renesas revision for supporting ADC16 Signed-off-by: Thinh Le Cong <[email protected]>
Adding ADC 16-bit driver compatible to support ADC16 on RA2A1 Signed-off-by: Thinh Le Cong <[email protected]>
Add ADC device node to support ADC 16-bit on EK-RA2A1 Update other Renesas board nodes to include the "unit" property Signed-off-by: Thinh Le Cong <[email protected]>
Add ADC device node on board layer to support ADC 16-bit on EK-RA2A1 Signed-off-by: Thinh Le Cong <[email protected]>
Add Renesas EK-RA2A1 board support for these tests: - tests/drivers/adc/adc_api - tests/drivers/adc/adc_accuracy_test Signed-off-by: Thinh Le Cong <[email protected]>
…oard Add Renesas EK-RA2A1 board support for sample: - samples/drivers/adc/adc_dt Signed-off-by: Thinh Le Cong <[email protected]>
Remove all doxygen comment blocks on driver Signed-off-by: Thinh Le Cong <[email protected]>
Update the migration guilde for ADC driver when support 16-bit resolution Signed-off-by: Thinh Le Cong <[email protected]>
0bcc6e0
to
42c6a62
Compare
|
This PR adding support for ADC16 driver on RA2A1 MCU