This is an automated email from Gerrit. Freddie Chopin ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/421
-- gerrit commit e99276fbe2ebd5cc9355b0782e0ee2df54e0a272 Author: Freddie Chopin <[email protected]> Date: Wed Feb 1 23:10:56 2012 +0100 Export _TARGETNAME from generic LPC2xxx script so it could be used by scripts sourcing it. Change-Id: Iaf1c3b53875734658b1b8f136c9bb958988b56bf Signed-off-by: Freddie Chopin <[email protected]> diff --git a/tcl/target/lpc2xxx.cfg b/tcl/target/lpc2xxx.cfg index b946d44..11f1c48 100644 --- a/tcl/target/lpc2xxx.cfg +++ b/tcl/target/lpc2xxx.cfg @@ -24,6 +24,7 @@ proc setup_lpc2xxx {chip_name cputapids flash_size flash_variant workarea_size c eval "jtag newtap $chip_name cpu -irlen 4 -ircapture 0x1 -irmask 0xf $expected_ids" + global _TARGETNAME set _TARGETNAME $chip_name.cpu target create $_TARGETNAME arm7tdmi -chain-position $_TARGETNAME -- ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
