From: Øyvind H. <go...@us...> - 2009-12-29 12:42:24
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via d4bef466c3781b3ee9930681509a9954aaa425a1 (commit) via aa81462618a3dd8b116d4ebdaf8b8b0c6b9351b6 (commit) from 6b1eeb92fe603c2a3d8d04f299aa1318d2ad4b36 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d4bef466c3781b3ee9930681509a9954aaa425a1 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Dec 28 17:30:32 2009 +0100 Added Open-BLDC board config file. diff --git a/tcl/board/open-bldc.cfg b/tcl/board/open-bldc.cfg new file mode 100644 index 0000000..da8654c --- /dev/null +++ b/tcl/board/open-bldc.cfg @@ -0,0 +1,7 @@ +# Open Source Brush Less DC Motor Controller +# http://open-bldc.org + +# Work-area size (RAM size) = 20kB for STM32F103RB device +set WORKAREASIZE 0x5000 + +source [find target/stm32.cfg] commit aa81462618a3dd8b116d4ebdaf8b8b0c6b9351b6 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Dec 28 17:15:21 2009 +0100 Added floss-jtag interface config file. diff --git a/tcl/interface/flossjtag.cfg b/tcl/interface/flossjtag.cfg new file mode 100644 index 0000000..396e964 --- /dev/null +++ b/tcl/interface/flossjtag.cfg @@ -0,0 +1,11 @@ +# +# FlossJTAG +# +# http://github.com/esden/floss-jtag +# + +interface ft2232 +ft2232_vid_pid 0x0403 0x6010 +ft2232_device_desc "Dual RS232-HS" +ft2232_layout "usbjtag" +ft2232_latency 2 ----------------------------------------------------------------------- Summary of changes: tcl/board/{olimex_stm32_h103.cfg => open-bldc.cfg} | 4 ++-- tcl/interface/flossjtag.cfg | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) copy tcl/board/{olimex_stm32_h103.cfg => open-bldc.cfg} (61%) create mode 100644 tcl/interface/flossjtag.cfg hooks/post-receive -- Main OpenOCD repository |