mongoose/examples/stm32/nucleo-f429zi-rndis/tusb_config.h
Sergio R. Caprile 8e3eb8b3d2 simplify names
2023-02-13 16:54:26 -03:00

11 lines
311 B
C

#pragma once
#define TUD_OPT_RHPORT 0
#define CFG_TUSB_MCU OPT_MCU_STM32F4
#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