first commit

This commit is contained in:
David Rice
2026-01-04 17:02:34 +00:00
parent fc814755aa
commit 796cd05143
13 changed files with 647 additions and 0 deletions

9
tusb_config.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef _TUSB_CONFIG_H_
#define _TUSB_CONFIG_H_
#define CFG_TUSB_RHPORT0_MODE OPT_MODE_DEVICE
#define CFG_TUD_MIDI 1 // Enable MIDI
#define CFG_TUD_MIDI_RX_BUFSIZE 64
#define CFG_TUD_MIDI_TX_BUFSIZE 64
#endif