Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TCL scripts: update to current "flash bank" syntax | Antonio Borneo | 2010-03-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | While "flash bank" syntax has been changed long ago, several tcl script are still not fully update. Fix following cases related with "cfi" driver: - syntax error: the mandatory <name> parameter is missing - warning: the <target> parameter is a number, instead of the target name - the comment line above the command does not report actual syntax Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> | ||||
* | update 'flash bank' usage in scripts | Zachary T Welch | 2009-11-19 | 1 | -1/+2 |
| | | | | | Sets $_FLASHNAME to "$_CHIPNAME.flash" and passes it as the first argument to 'flash bank'. | ||||
* | Remove annoying end-of-line whitespace from tcl/* files | dbrownell | 2009-09-21 | 1 | -3/+3 |
| | | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@2743 b42882b7-edfa-0310-969c-e2dbd0fdcd60 | ||||
* | Move TCL script files -- Step 2 of 2: | zwelch | 2009-05-27 | 1 | -0/+30 |
- Move src/tcl to tcl/. - Update top Makefile.am to use new path name. git-svn-id: svn://svn.berlios.de/openocd/trunk@1919 b42882b7-edfa-0310-969c-e2dbd0fdcd60 |