- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>
- Formatting changes from uncrustify git-svn-id: svn://svn.berlios.de/openocd/trunk@1366 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -704,6 +704,8 @@ try:
|
||||
nextTok()
|
||||
if tokVal != ';':
|
||||
raise ParseError( tokLn, tokVal, "Expecting ';' after TRST trst_mode")
|
||||
if doCOMMENTs:
|
||||
writeComment( output, tokLn, 'TRST %s' % trst_mode )
|
||||
obuf = bytearray( 2 )
|
||||
obuf[0] = XTRST
|
||||
obuf[1] = trst_mode_allowed.index( trst_mode ) # use the index as the binary argument to XTRST opcode
|
||||
|
||||
Reference in New Issue
Block a user