Skip to content

Instantly share code, notes, and snippets.

@lupyuen
Created February 22, 2023 07:59
Show Gist options
  • Save lupyuen/587dbeb9329d9755e4d007dd8e1246cd to your computer and use it in GitHub Desktop.
Save lupyuen/587dbeb9329d9755e4d007dd8e1246cd to your computer and use it in GitHub Desktop.
Apache NuttX RTOS on Unicorn Emulator: UART Output Log. See https://github.com/lupyuen/pinephone-emulator
→ cargo run | grep uart
uart output: '-'
uart output: ' '
uart output: 'R'
uart output: 'e'
uart output: 'a'
uart output: 'd'
uart output: 'y'
uart output: ' '
uart output: 't'
uart output: 'o'
uart output: ' '
uart output: 'B'
uart output: 'o'
uart output: 'o'
uart output: 't'
uart output: ' '
uart output: 'C'
uart output: 'P'
uart output: 'U'
uart output: '\r'
uart output: '\n'
uart output: '-'
uart output: ' '
uart output: 'B'
uart output: 'o'
uart output: 'o'
uart output: 't'
uart output: ' '
uart output: 'f'
uart output: 'r'
uart output: 'o'
uart output: 'm'
uart output: ' '
uart output: 'E'
uart output: 'L'
uart output: '1'
uart output: '\r'
uart output: '\n'
uart output: '-'
uart output: ' '
uart output: 'B'
uart output: 'o'
uart output: 'o'
uart output: 't'
uart output: ' '
uart output: 't'
uart output: 'o'
uart output: ' '
uart output: 'C'
uart output: ' '
uart output: 'r'
uart output: 'u'
uart output: 'n'
uart output: 't'
uart output: 'i'
uart output: 'm'
uart output: 'e'
uart output: ' '
uart output: 'f'
uart output: 'o'
uart output: 'r'
uart output: ' '
uart output: 'O'
uart output: 'S'
uart output: ' '
uart output: 'I'
uart output: 'n'
uart output: 'i'
uart output: 't'
uart output: 'i'
uart output: 'a'
uart output: 'l'
uart output: 'i'
uart output: 'z'
uart output: 'e'
uart output: '\r'
uart output: '\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment