jlaitine commented on code in PR #15979:
URL: https://github.com/apache/nuttx/pull/15979#discussion_r1992033222
##########
arch/risc-v/src/mpfs/Kconfig:
##########
@@ -700,6 +700,14 @@ config MPFS_PHYINIT
---help---
call mpfs_phy_boardinitialize() on init
+config MPFS_PHY_RX_TIMEOUT_WA
+ int "RX restart timeout workaround"
+ default 0
Review Comment:
I don't really see a problem with long values... It is really up to the user
to decide what is a proper one. I have used a 30s value on one old batch of
devices, typically you don't need this workaround any more.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]