add more logging to host stack

tested host with lpc4357, don't use fpu with lpc m4 since it seems to
cause hardfault (stack does not make use of fpu anyway).
This commit is contained in:
hathach
2020-09-01 19:16:50 +07:00
parent f4e3c6fd8e
commit 84425c50b3
7 changed files with 44 additions and 19 deletions

View File

@@ -52,6 +52,10 @@ typedef enum tusb_interface_status_{
} tusb_interface_status_t;
typedef struct {
#if CFG_TUSB_DEBUG >= 2
char const* name;
#endif
uint8_t class_code;
void (* const init) (void);