Help wanted with Atmel SAM ADC (AFEC) driver
Carles Cufi
Hi all,
A rework of the ADC driver API is now ready and existing ADC implementations are being ported to the new API. You can check out the PR [1] with the API and a reference implementation for more details. However, the Atmel SAM ADC (AFEC) driver [2] is currently orphan of a maintainer and we are asking for help to port this driver to the new API. If you have experience with this SoC family and want to contribute a port, you can do so in a PR or branch that we can later include when the new API and adapted implementations are merged. Thanks in advance on behalf of the Zephyr TSC. Regards, Carles [1] https://github.com/zephyrproject-rtos/zephyr/pull/7691 [2] https://github.com/zephyrproject-rtos/zephyr/blob/master/drivers/adc/adc_sam_afec.c |
|