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>2019-03-30 21:15:41 +0300
committerChristian Hammacher <bmasterc@gmail.com>2019-03-30 21:15:41 +0300
commit095df6b75b505a650188ad74935d268429d41a63 (patch)
tree7959b92266f5df230f7ffc61c90d1858828e2799 /Scripts/duet3_openocd.cfg
parent9a8acc6ba9c7e3d973fcb23a901322acdcc896ca (diff)
Work on the new the SPI interface
Transfers over the SPI1 channel of the SAME70 working Refactored GCodeBuffer for two data types: 1. For string-based inputs (standard text-based approach) 2. For binary data transfers as used in the new SPI protocol (untested) Added OpenOCD script for SAME70 <-> Atmel ICE Fixed relative workspace paths in the linker settings again
Diffstat (limited to 'Scripts/duet3_openocd.cfg')
-rw-r--r--Scripts/duet3_openocd.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/Scripts/duet3_openocd.cfg b/Scripts/duet3_openocd.cfg
new file mode 100644
index 00000000..ca514628
--- /dev/null
+++ b/Scripts/duet3_openocd.cfg
@@ -0,0 +1,8 @@
+# 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]
+