TimJTi commented on PR #7702: URL: https://github.com/apache/nuttx/pull/7702#issuecomment-1328359988
I use tabs. Searched for double spaces. Don’t know what to do.On 27 Nov 2022, at 22:20, Petro Karashchenko ***@***.***> wrote: @pkarashchenko commented on this pull request. In arch/arm/src/sama5/Kconfig: > @@ -3230,6 +3230,7 @@ config SAMA5_ADC_DMASAMPLES config SAMA5_ADC_AUTOCALIB bool "ADC auto-calibration" + depends on ARCH_CHIP_SAMA5D3 TABs In arch/arm/src/sama5/Kconfig: > if SAMA5_ADC_ANARCH menu "Channel gain" + depends on ARCH_CHIP_SAMA5D TABs In arch/arm/src/sama5/Kconfig: > @@ -3387,6 +3389,7 @@ config SAMA5_ADC_GAIN11 endmenu # Channel gain menu "Channel offsets" + depends on ARCH_CHIP_SAMA5D3 TABs In arch/arm/src/sama5/Kconfig: > @@ -3487,6 +3490,7 @@ config SAMA5_ADC_OFFSET11 endmenu # Channel offsets menu "Channel differential mode" + depends on ARCH_CHIP_SAMA5D2 || ARCH_CHIP_SAMA5D3 TABs In arch/arm/src/sama5/Kconfig: > config SAMA5_ADC_OFFSET bool "Offset" default n + depends on ARCH_CHIP_SAMA5D3 TABs In arch/arm/src/sama5/Kconfig: > + bool "PWM Event trigger" + depends on SAMA5_PWM + ---help--- + A-to-D Conversion is initiated from the PWM event lines + +config SAMA5_ADC_RTCOUT + bool "RTC Out trigger" + depends on SAMA5_RTC + depends on ARCH_CHIP_SAMA5D2 + ---help--- + A-to-D Conversion is initiated from the RTC output + TABs In arch/arm/src/sama5/Kconfig: > +if SAMA5_ADC_PWMTRIG + +choice + prompt "PWM Event Line Selection" + default SAMA5_ADC_PWMTRIG_LINE0 + +config SAMA5_ADC_PWM_TRIG_LINE0 + bool "PWM event Line 0" + ---help--- + Trigger A-to-D conversion on PWM event line 0 + +config SAMA5_ADC_PWM_TRIG_LINE1 + bool "PWM event Line 1" + ---help--- + Trigger A-to-D conversion on PWM event line 1 + +endchoice # PWM Event Line Selection +endif # SAMA5_ADC_PWMTRIG + +if SAMA5_ADC_ADTRG || SAMA5_ADC_TIOATRIG || SAMA5_ADC_PWMTRIG || SAMA5_ADC_RTCOUT + TABs In arch/arm/src/sama5/Kconfig: > @@ -3712,6 +3763,17 @@ config SAMA5_ADC_TIOA_BOTH endchoice # ADTRG edge endif # SAMA5_ADC_TIOATRIG + +if SAMA5_ADC_PERIODIC_TRIG + +config SAMA5_ADC_TRIGGER_PERIOD + int "ADC Periodic Trigger Rate, useconds" + default 50000 + ---help--- + This setting determines the periodic sample trigger rate in useconds. TABs —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***> -- 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