The 8-bit format specifier macro types (e.g. PRIu8) requires the C99 I/O format support to be enabled, otherwise the usage
of these macros results in undefined behaviour. TF-M uses the newlib-nano standard library implementation which by default
does not support these format macros.
- Remove the format specifier macros used in the formatted input/output functions.