Add simtrace2-remsim applications

This commit is contained in:
Harald Welte
2016-03-19 13:39:33 +01:00
parent b26d0038f6
commit 095ac6cbe2
7 changed files with 989 additions and 0 deletions

13
host/simtrace.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef _SIMTRACE_H
#define _SIMTRACE_H
#define SIMTRACE_USB_VENDOR 0x1d50
#define SIMTRACE_USB_PRODUCT 0x60e3
/* FIXME: automatically determine those values based on the usb config /
* interface descriptors */
#define SIMTRACE_OUT_EP 0x04
#define SIMTRACE_IN_EP 0x85
#define SIMTRACE_INT_EP 0x86
#endif