-
Notifications
You must be signed in to change notification settings - Fork 3k
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
nRF5x uart hardware flow control configuration using mbed configuration systsem #2535
Conversation
// expected the macro from mbed configuration system | ||
#ifndef MBED_CONF_NORDIC_UART_HWFC | ||
#define MBED_CONF_NORDIC_UART_HWFC NRF_HWFC_ENABLED | ||
#warning None of UART flow control configuration. RTSCTS flowe control is used by default . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: typo in flowe
@nvlsianpu Please squash to one commit or provide better commit message for the second commit. I'll run some CI jobs. |
something_disable/enable is a self-expleinig phrase - that why. |
@mbed-bot: TEST HOST_OSES=ALL |
/morph test |
[Build 833] |
…raton system for nrf5x base-targets
cf4f3a6
to
b68b54e
Compare
Result: FAILUREYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 694 Test failed! |
Thanks for the update, please notify us if there are any changes to a pull request |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 708 Test failed! |
Tests are OK, not related to this changeset. all NRF51x are good |
[TY51822r3] a patch for TY51822r3 to use a change of PR #2535
Introduce uart hardware flow control configuration using mbed configuration system for MCU_NRF51_UNIFIED and MCU_NRF52 targets.
The target.uart_hwfc key is used to configure flow control for nRF5x SoC.
Related to issues:
#2474
#2489
ARMmbed/mbed-os-example-ble#25