-
Notifications
You must be signed in to change notification settings - Fork 3k
Removing default flow control for MTB_LAIRD_BL652 #7861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Any test should do as would test the console uart |
|
@ashok-rao |
|
@cmonr ..over to you.. |
|
/morph build |
Build : SUCCESSBuild number : 3255 Triggering tests/morph test |
|
/morph export-build |
Exporter Build : SUCCESSBuild number : 2861 |
Test : SUCCESSBuild number : 3063 |
Description
Flow control is enabled by default for this target that derives from nRF52. It needs to be disabled for the MTB_LAIRD_BL652 module target since this module does not need flow control enabled.
Verified with printf() messages on the serial terminal. WIth FC = "RTSCTS" (i.e. default in Mbed OS today) there are no debug messages sent over the UART to terminal.
@cmonr or @0xc0170 : Please let me know what tests would be required for this. I can attach relevant logs. Thanks.
Pull request type