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