add in hooks for jtagarm7tdmi (not yet included in Makefile for build... too big...
authordodge-this <dodge-this@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 15 Mar 2010 16:58:07 +0000 (16:58 +0000)
committerdodge-this <dodge-this@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 15 Mar 2010 16:58:07 +0000 (16:58 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@415 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/goodfet.c

index 11afcdd..a61f79b 100644 (file)
@@ -93,6 +93,9 @@ void handle(unsigned char app,
   case SMARTCARD:
     smartcardhandle(app,verb,len);
     break;
   case SMARTCARD:
     smartcardhandle(app,verb,len);
     break;
+  case JTAGARM7TDMI:
+    jtagarm7tdmihandle(app,verb,len);
+    break;
   default:
     if(pluginhandle){
       pluginhandle(app,verb,len);
   default:
     if(pluginhandle){
       pluginhandle(app,verb,len);