pkarashchenko commented on PR #12392:
URL: https://github.com/apache/nuttx/pull/12392#issuecomment-2125847913

   @michallenc could you please take a look here. I'm back porting changes from 
some of my older branches and want to make sure that I didn't make any mistake. 
I detected this issue when was working on SocketLIN support. The 
`CONFIG_USART0_ISSPI`/`CONFIG_USART1_ISSPI`/`CONFIG_USART2_ISSPI` are not 
defined anywhere and selecting of USART SPI or 1-wire drivers for USARTs will 
lead to undef of 
`CONFIG_SAMV7_USART0`/`CONFIG_SAMV7_USART1`/`CONFIG_SAMV7_USART2`, so clocks 
will not be enabled. USART SPI and 1-wire contain code to mix pins, but clock 
configuration is missing for 1-wire while present for USART SPI. I hope I did 
all correctly


-- 
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

Reply via email to