mirror of https://github.com/ARMmbed/mbed-os.git
Update README.md
parent
9a21fe521b
commit
45afbf6bf3
|
@ -1 +1,11 @@
|
|||
# mbed-printf
|
||||
# Minimal printf
|
||||
|
||||
Prints directly to stdio/UART without using malloc.
|
||||
Doesn't support any modifiers.
|
||||
|
||||
Supports:
|
||||
* %d: signed long int
|
||||
* %u: unsigned long int
|
||||
* %p: void* (e.g. 0x00123456)
|
||||
* %s: string
|
||||
* %X: unsigned char printed as hexadecimal number (e.g., FF)
|
||||
|
|
Loading…
Reference in New Issue