Skip to content

ADC driver:

Clément Foucher requested to merge cfoucher/core:adc_rework into main
  • Identify ADCs by their reg addr instead of their label, as this property is going deprecated in Zephyr.
  • Move all low-level calls to adc_core instead of adc_channels.
  • Move adc_channels into Data Acquisition.
  • Add an ADC stop function.
  • ADC driver module self-manages ADC init.

Merge request reports