[−][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⚠ | Write "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_printdouble⚠ | Write a double to the output buffer, with 6 decimal places.
C API: |
console_printfloat⚠ | Write a float to the output buffer, with 2 decimal places.
C API: |
console_printhex⚠ | Write a byte in hexadecimal to the output buffer.
C API: |
console_printint⚠ | Write an int i to the output buffer.
C API: |
dump | Write "length" number of bytes from "buffer" to the output buffer in hex format. |
flush | Flush the output buffer to the console. |
get_dispatch_address | Return the Dispatch Address for the OS function whose function name hashed is |
Display message | |
print_strn | Display message |
printdouble | Write a double to the output buffer, with 6 decimal places. |
printfloat | Write a float to the output buffer, with 2 decimal places. |
printhex | Write a byte in hexadecimal to the output buffer.
C API: |
printint | Write an int to the output buffer.
C API: |