[−][src]Module mynewt::sys::console
Display messages on Arm Semihosting Console (via OpenOCD)
Functions
| buffer | Add the string to the output buffer. |
| console_buffer⚠ | Add the string to the output buffer.
C API: |
| console_dump⚠ | Append "length" number of bytes from "buffer" to the output buffer in hex format.
C API: |
| console_flush⚠ | Flush the output buffer to the console.
C API: |
| console_printfloat⚠ | Write a float to the output buffer, with 1 decimal place.
C API: |
| console_printhex⚠ | Write a byte in hexadecimal to the output buffer.
C API: |
| flush | Flush the output buffer to the console. |
Display message | |
| print_strn | Display message |
| printhex | Write a byte in hexadecimal to the output buffer.
C API: |