mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
11 lines
311 B
C
11 lines
311 B
C
#pragma once
|
|
|
|
#define TUD_OPT_RHPORT 0
|
|
#define CFG_TUSB_MCU OPT_MCU_STM32F7
|
|
#define CFG_TUSB_OS OPT_OS_NONE
|
|
#define CFG_TUSB_DEBUG 0
|
|
#define CFG_TUH_ENABLED 0
|
|
#define CFG_TUD_ENABLED 1
|
|
#define CFG_TUD_ENDPOINT0_SIZE 64
|
|
#define CFG_TUD_ECM_RNDIS 1
|