In embedded systems, it is sometimes interesting to log the content of a buffer (like a received frame) - usually a buffer of bytes.
@an-dr - do you think it might be interesting to add a function that takes an array of byte and a length as parameters and do the conversion to a string internally to then call ulog_log?
In embedded systems, it is sometimes interesting to log the content of a buffer (like a received frame) - usually a buffer of bytes.
@an-dr - do you think it might be interesting to add a function that takes an array of byte and a length as parameters and do the conversion to a string internally to then call ulog_log?