aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsprhawk <hongbo@yang.me>2014-09-01 18:12:10 +0800
committersprhawk <hongbo@yang.me>2014-09-01 18:12:10 +0800
commitc77a76485fd0660d569334d7d063a08657d645ba (patch)
treedaee74fb184840fc4b00a1e15dfbe6a5de1b13be
parent07acf3743a232a9d3e071d8db95d147e23fd150f (diff)
downloadnrf51822-posix-build-scripts-c77a76485fd0660d569334d7d063a08657d645ba.tar.gz
nrf51822-posix-build-scripts-c77a76485fd0660d569334d7d063a08657d645ba.tar.bz2
nrf51822-posix-build-scripts-c77a76485fd0660d569334d7d063a08657d645ba.tar.xz
nrf51822-posix-build-scripts-c77a76485fd0660d569334d7d063a08657d645ba.zip
added serial com monitor to target
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index e345663..c935dd0 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -285,3 +285,6 @@ $(GDB_COMMAND_SCRIPT): debug
gdb: $(GDB_COMMAND_SCRIPT) debug
arm-none-eabi-gdb -x $(GDB_COMMAND_SCRIPT)
+
+serial:
+ screen /dev/cu.usbmodem1411 38400