Skip to content

Commit ab04ff1

Browse files
author
Marcus Chang
committed
Remove debug flow control from NRF52_DK and NRF52840_DK
Currently flow control is not supported by the CI and enabling it causes unwanted side effects.
1 parent 1ad3b49 commit ab04ff1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/mbed_lib.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@
101101
"NRF52_PAN_62",
102102
"NRF52_PAN_63",
103103
"NRF52_PAN_64"
104-
],
105-
"target.console-uart-flow-control": "RTSCTS"
104+
]
106105
},
107106
"RBLAB_BLENANO2": {
108107
"target.macros_add": [
@@ -186,8 +185,7 @@
186185
"target.macros_add": [
187186
"CONFIG_GPIO_AS_PINRESET",
188187
"NRF52_ERRATA_20"
189-
],
190-
"target.console-uart-flow-control": "RTSCTS"
188+
]
191189
},
192190
"MTB_LAIRD_BL654": {
193191
"target.macros_add": [

0 commit comments

Comments
 (0)