add NCM driver in a compatible manner : hathach/tinyusb#550

This commit is contained in:
Peter Lawrence
2021-08-03 11:28:44 -05:00
parent 958cf2cfba
commit 03d7988df3
13 changed files with 595 additions and 10 deletions

View File

@@ -269,6 +269,10 @@
#define CFG_TUD_BTH 0
#endif
#ifndef CFG_TUD_NCM
#define CFG_TUD_NCM 0
#endif
//--------------------------------------------------------------------
// HOST OPTIONS
//--------------------------------------------------------------------