Hi, in older SDK there seemed to be a simple way to redirect stdout (simple_uart.h), but in SDK 11 I cannot find these functions. What is the recommended/minimal way to redirect stdout in SDK 11?
Hi, in older SDK there seemed to be a simple way to redirect stdout (simple_uart.h), but in SDK 11 I cannot find these functions. What is the recommended/minimal way to redirect stdout in SDK 11?
You can use the retarget.c from the sdk (stdout only) or you can use the library from this blog which has both direction (stdin & stdout).
You can use the retarget.c from the sdk (stdout only) or you can use the library from this blog which has both direction (stdin & stdout).