Switch from stdio to direct TinyUSB CDC, drop cstdio from w6300

This commit is contained in:
Ian Gulliver
2026-04-05 17:03:34 +09:00
parent 579876774e
commit 401008b5a7
5 changed files with 117 additions and 14 deletions

7
include/tusb_config.h Normal file
View 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