TimJTi commented on code in PR #7595: URL: https://github.com/apache/incubator-nuttx/pull/7595#discussion_r1025127541
########## arch/arm/src/sama5/Kconfig: ########## @@ -3615,6 +3615,16 @@ config SAMA5_ADC_SWTRIG ---help--- A-to-D Conversion is initiated only by software via an ioctl() +config SAMA5_ADC_PERIODIC_TRIG + bool "Periodic trigger" + ---help--- + A-to-D Conversion is triggered periodically + +config SAMA5_ADC_CONTINUOUS_TRIG Review Comment: I see other errors in what was there before, and not all modes are actually covered or handled logically, so I will rework Kconfig and sam_adc.c to fully and properly support the peripheral. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org