drivers: adc: support adc shell for mr_canhubk3
Add device nxp_s32_adc_sar to adc shell list Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
This commit is contained in:
parent
11b94f3155
commit
a872aa9a5e
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ static struct adc_hdl {
|
|||
DT_FOREACH_STATUS_OKAY(ti_cc32xx_adc, ADC_HDL_LIST_ENTRY)
|
||||
DT_FOREACH_STATUS_OKAY(raspberrypi_pico_adc, ADC_HDL_LIST_ENTRY)
|
||||
DT_FOREACH_STATUS_OKAY(zephyr_adc_emul, ADC_HDL_LIST_ENTRY)
|
||||
DT_FOREACH_STATUS_OKAY(nxp_s32_adc_sar, ADC_HDL_LIST_ENTRY)
|
||||
};
|
||||
|
||||
static struct adc_hdl *get_adc(const char *device_label)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue