Skip to content

Instantly share code, notes, and snippets.

@zegervdv
Created June 27, 2014 13:55
Show Gist options
  • Save zegervdv/6a60fce1e6094627161a to your computer and use it in GitHub Desktop.
Save zegervdv/6a60fce1e6094627161a to your computer and use it in GitHub Desktop.
Startup script for arm-none-eabi-gdb
#!/usr/bin/env bash
st-util > /dev/null 2>&1 &
arm-none-eabi-gdb -tui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment