Re: [PR] samv7: add support for SPI mode in USART peripheral [nuttx]

2024-01-23 Thread via GitHub
acassis merged PR #11584: URL: https://github.com/apache/nuttx/pull/11584 -- 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.apac

Re: [PR] samv7: add support for SPI mode in USART peripheral [nuttx]

2024-01-22 Thread via GitHub
michallenc commented on code in PR #11584: URL: https://github.com/apache/nuttx/pull/11584#discussion_r1462415441 ## arch/arm/src/samv7/Kconfig: ## @@ -1339,6 +1343,21 @@ config SAMV7_USART0_1WIREDRIVER bool "1-Wire driver" select SAMV7_1WIREDRIVER +config SAMV

Re: [PR] samv7: add support for SPI mode in USART peripheral [nuttx]

2024-01-22 Thread via GitHub
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 SAM

[PR] samv7: add support for SPI mode in USART peripheral [nuttx]

2024-01-22 Thread via GitHub
michallenc opened a new pull request, #11584: URL: https://github.com/apache/nuttx/pull/11584 ## Summary USART peripheral can work in SPI mode as well. This commit adds support for such functionality. Only 1 slave device is supported by the peripheral therefore board level does not have