Harald Welte
2fb5996d30
owhw: fix GPIO definitions (output low level by default)
2016-02-28 12:34:26 +01:00
Harald Welte
6d44c1fdd3
USB: Add manufacturer name string descriptor
...
... and use indexed array initializers for more safety/clarity
2015-11-07 19:01:30 +01:00
Harald Welte
8a5b580a72
CCID usb descriptor: We support 3V only, not 5V.
2015-11-07 18:53:43 +01:00
Harald Welte
ec4fe2358b
Mark more local functions as static
2015-11-07 18:48:26 +01:00
Harald Welte
beb729391b
USB descriptors: call it SIMtrace 2 and add spaces to strings
2015-11-07 18:35:41 +01:00
Harald Welte
8d6a5d8f89
move USBDDriverCallbacks_ConfigurationChanged() to main.c
...
This alows us to mark simtrace_config as static variable and keep all
code related to this variable local to main.c
2015-11-07 18:27:05 +01:00
Christina Quast
bd5b8bd7f7
usb.c: Corrected grammatical mistake
2015-05-14 17:25:41 +02:00
Christina Quast
3735039b59
firmware, host: Changed vendor and product id
...
The code used a vendor and product id taken from Atmel example code.
Now it is changed to the vendor and product id, which was also previously
used in the original SIMtrace code.
2015-05-08 16:47:29 +02:00
Christina Quast
0bf65dc0b6
usb.c: Removed FIXME comment
...
MITM does not support two interface settings.
The comment mixed up interface configurations and alternative
interface settings.
2015-05-08 16:45:28 +02:00
Christina Quast
bfd7354c86
usb.c: removed comment, named phone interface of MITM conf
...
String descriptor #0 always is the language descriptor.
The second USB interface is in the MITM configuration is
the interface to the phone.
2015-05-08 16:00:51 +02:00
Christina Quast
2b8a18bf3a
Sniffer with ringbuf, works SOMETIMES
...
* Sniffer uses phone endpoints for communication and the ringbuffer
routines the phone communication uses
* Most times the Usart1 interrupt is not triggered, and therefore
no values are recorded
2015-04-12 09:31:36 +02:00
Christina Quast
95d6616ba1
Split init into configure and init
...
* Implemented configure, init, exit functions:
When a configuration is changed, interrupts for reset pins
should be disabled
* Moved variables shared between code files to simtrace.h
2015-04-09 22:38:47 +02:00
Christina Quast
e2dddd5885
Renamed simtrace_src to src_simtrace
2015-04-09 17:40:48 +02:00