Mbed target_overrides

How do I specify overrides for mbed?

I need do disable hardware flow control for NRF52. In mbed this is solved with mbed_app.json file containing:

{
“target_overrides”: {
“NRF52_DK”: {
“target.uart_hwfc”: 0
}
}
}

Hey berrg,

did you find a solution?
Im looking forward to your answer!
Yours,
Philipp