SVF player courtesy of Simon Qian <simonqian@SimonQian.com>
git-svn-id: svn://svn.berlios.de/openocd/trunk@1339 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include "jtag.h"
|
||||
#include "configuration.h"
|
||||
#include "xsvf.h"
|
||||
#include "svf.h"
|
||||
#include "target.h"
|
||||
#include "flash.h"
|
||||
#include "nand.h"
|
||||
@@ -209,6 +210,7 @@ command_context_t *setup_command_handler(void)
|
||||
log_register_commands(cmd_ctx);
|
||||
jtag_register_commands(cmd_ctx);
|
||||
xsvf_register_commands(cmd_ctx);
|
||||
svf_register_commands(cmd_ctx);
|
||||
target_register_commands(cmd_ctx);
|
||||
flash_register_commands(cmd_ctx);
|
||||
nand_register_commands(cmd_ctx);
|
||||
|
||||
Reference in New Issue
Block a user