This commit is contained in:
François Dausseur
2025-02-13 17:25:36 +01:00
parent c5fca73cc6
commit f1c68de819
19 changed files with 456 additions and 283 deletions

11
app/src/cmds/scan.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef _CMDS_SCAN_H
#define _CMDS_SCAN_H
#include "jtag_core.h"
extern const char cmd_scan_help[];
int cmd_scan(jtag_core *jc, int argc, char *argv[]);
#endif