mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-08-14 22:41:59 +03:00
firmware: Implement debug command via USB control vendor class
Allows to collect talloc reports and other debug information from a script while the remsim-client is still running. Change-Id: I1f4d29335eb0d2feef376b8ecdfe57a0162914d6
This commit is contained in:
@@ -120,6 +120,9 @@ extern void Sniffer_usart1_irq(void);
|
||||
extern void mode_cardemu_usart0_irq(void);
|
||||
extern void mode_cardemu_usart1_irq(void);
|
||||
|
||||
/* Vendor request functions */
|
||||
void mode_cardemu_ctrl_vendor_req(const USBGenericRequest *request);
|
||||
|
||||
/* Timer helper function */
|
||||
void Timer_Init( void );
|
||||
void TC0_Counter_Reset( void );
|
||||
|
||||
Reference in New Issue
Block a user