From 1d2f4f1463dd234a505ea51d03af12b8621735b4 Mon Sep 17 00:00:00 2001 From: mifi Date: Sat, 1 Mar 2008 16:31:52 +0000 Subject: - added at91r40008 test example, and test result git-svn-id: svn://svn.berlios.de/openocd/trunk@419 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- testing/examples/AT91R40008Test/prj/eclipse_ram.gdb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testing/examples/AT91R40008Test/prj/eclipse_ram.gdb (limited to 'testing/examples/AT91R40008Test/prj/eclipse_ram.gdb') diff --git a/testing/examples/AT91R40008Test/prj/eclipse_ram.gdb b/testing/examples/AT91R40008Test/prj/eclipse_ram.gdb new file mode 100644 index 00000000..d928ce28 --- /dev/null +++ b/testing/examples/AT91R40008Test/prj/eclipse_ram.gdb @@ -0,0 +1,14 @@ +target remote localhost:3333 +monitor reset +monitor sleep 500 +monitor poll +monitor soft_reset_halt +monitor arm7_9 sw_bkpts enable +monitor mww 0xFFE00000 0x1000213D +monitor mww 0xFFE00004 0x20003E3D +monitor mww 0xFFE00020 0x00000001 +monitor mdw 0xFFE00000 1 +monitor mdw 0xFFE00004 1 +load +break main +continue -- cgit v1.2.3