Add debug scripts for ARM and AVR.
[bertos.git] / bertos / cpu / avr / scripts / debug.sh
1 #!/usr/bin/env bash
2
3 printf "AVR target debugging is currently not supported.\n"
4 exit 1