I have a project that is using KSDK 1.3.0 and I need a non blocking read from the uart.
I've read about a method called fstatus(), but unfortunately it isn't implemented in my ksdk.
in file stdio.h it is commented out.
Is there a different way to approach it?