Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 3f4c3564d -> 1d2d46b82


frdm-k64f; allow access from gdb to peripheral registers.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/1d2d46b8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/1d2d46b8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/1d2d46b8

Branch: refs/heads/develop
Commit: 1d2d46b82493c4505cbe83cdb2b635c11ce91341
Parents: 3f4c356
Author: Marko Kiiskila <[email protected]>
Authored: Wed Feb 8 13:20:05 2017 -0800
Committer: Marko Kiiskila <[email protected]>
Committed: Wed Feb 8 13:20:05 2017 -0800

----------------------------------------------------------------------
 hw/bsp/frdm-k64f/frdm-k64_debug.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/1d2d46b8/hw/bsp/frdm-k64f/frdm-k64_debug.sh
----------------------------------------------------------------------
diff --git a/hw/bsp/frdm-k64f/frdm-k64_debug.sh 
b/hw/bsp/frdm-k64f/frdm-k64_debug.sh
index 5d8159b..38530d7 100755
--- a/hw/bsp/frdm-k64f/frdm-k64_debug.sh
+++ b/hw/bsp/frdm-k64f/frdm-k64_debug.sh
@@ -42,5 +42,6 @@ pyocd-gdbserver &
 set +m
 
 echo "target remote localhost:3333" > $GDB_CMD_FILE
+echo "mem 0x20030000 0xffffffff rw nocache" >> $GDB_CMD_FILE
 arm-none-eabi-gdb -x $GDB_CMD_FILE $FILE_NAME
 rm $GDB_CMD_FILE

Reply via email to