Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hammacher <bmasterc@gmail.com>2021-12-15 18:53:41 +0300
committerChristian Hammacher <bmasterc@gmail.com>2021-12-15 18:53:41 +0300
commit7287c9e66ae49bcdda48e7224161abc2161cd6f5 (patch)
treeac3270f25b3df6ada2f8371eb10f90138a0ec872 /Scripts/duet3_openocd_memtest.cfg
parente4cabdd5e3aa1d339118351efc1271de999ddf83 (diff)
Bug fixes3.4-events
Added note for FindFirst/FindNext in SBC mode Added new OpenOCD script for memtests on the MB6HC Bug fix: 12864 displays didn't show certain menu items in SBC mode Bug fix: When an event was triggered and the corresponding macro wasn't present, the print could not be resumed in SBC mode
Diffstat (limited to 'Scripts/duet3_openocd_memtest.cfg')
-rw-r--r--Scripts/duet3_openocd_memtest.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/Scripts/duet3_openocd_memtest.cfg b/Scripts/duet3_openocd_memtest.cfg
new file mode 100644
index 00000000..cf58e35f
--- /dev/null
+++ b/Scripts/duet3_openocd_memtest.cfg
@@ -0,0 +1,13 @@
+# Atmel-ICE JTAG/SWD in-circuit debugger.
+interface cmsis-dap
+cmsis_dap_vid_pid 0x03eb 0x2141
+
+# Chip info
+set CHIPNAME atsame70q20
+source [find target/atsamv.cfg]
+
+reset_config srst_only
+
+# Run memtest
+source [find tools/memtest.tcl]
+runAllMemTests 0x20400000 0x60000