add msc multiple lun support

- remove CFG_TUD_MSC_MAXLUN
- add tud_msc_maxlun_cb()
- add msc_dual_lun exmaple
This commit is contained in:
hathach
2019-04-26 15:54:42 +07:00
parent 99f4c06197
commit b74eca4f12
8 changed files with 126 additions and 51 deletions

View File

@@ -25,7 +25,7 @@ Support multiple device configurations by dynamically changing usb descriptors.
- Communication Class (CDC)
- Human Interface Device (HID): Keyboard, Mouse, Gamepad etc ...
- Mass Storage Class (MSC)
- Mass Storage Class (MSC): with multiple LUNs
- Musical Instrument Digital Interface (MIDI)
## Host Stack