Move C++ tree into firmware/
This commit is contained in:
7
firmware/include/tusb_config.h
Normal file
7
firmware/include/tusb_config.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#define CFG_TUSB_RHPORT0_MODE OPT_MODE_DEVICE
|
||||
#define CFG_TUD_CDC 1
|
||||
#define CFG_TUD_CDC_RX_BUFSIZE 256
|
||||
#define CFG_TUD_CDC_TX_BUFSIZE 256
|
||||
#define CFG_TUD_CDC_EP_BUFSIZE 64
|
||||
Reference in New Issue
Block a user