alandeassis commented on code in PR #11584: URL: https://github.com/apache/nuttx/pull/11584#discussion_r1462241776
########## arch/arm/src/samv7/Kconfig: ########## @@ -1376,6 +1395,21 @@ config SAMV7_USART1_1WIREDRIVER bool "1-Wire driver" select SAMV7_1WIREDRIVER +config SAMV7_USART1_SPI_MASTER + bool "SPI Master driver" Review Comment: ```suggestion bool "USART1 as SPI Master driver" ########## arch/arm/src/samv7/Kconfig: ########## @@ -1413,6 +1447,21 @@ config SAMV7_USART2_1WIREDRIVER bool "1-Wire driver" select SAMV7_1WIREDRIVER +config SAMV7_USART2_SPI_MASTER + bool "SPI Master driver" Review Comment: ```suggestion bool "USART2 as SPI Master driver" ########## arch/arm/src/samv7/Kconfig: ########## @@ -1339,6 +1343,21 @@ config SAMV7_USART0_1WIREDRIVER bool "1-Wire driver" select SAMV7_1WIREDRIVER +config SAMV7_USART0_SPI_MASTER + bool "SPI Master driver" Review Comment: ```suggestion bool "USART0 as SPI Master driver" -- 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