Stringstream bug with mbed-os-6

Hi YSI,
please check this post from Kentaro Okuda .
So try to add into the mbed_app.json

{
	"target_overrides": {
	    "*": {
	        "target.printf_lib": "std"
	    }
	}
}

BR, Jan