Changing USB MSC descriptors #12243
-
Under Linux, I have a custom MSC-enabled micropython device plugged in, and when I run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@victorallume this comes from here: https://github.com/micropython/micropython/blob/master/ports/stm32/usbd_msc_interface.c#L102 (which is why it's not easily to grep for). It would be good to make this configurable via mpconfigboard.h (although awkward that it has to be defined this way as uint8 literals). |
Beta Was this translation helpful? Give feedback.
@victorallume this comes from here: https://github.com/micropython/micropython/blob/master/ports/stm32/usbd_msc_interface.c#L102 (which is why it's not easily to grep for).
It would be good to make this configurable via mpconfigboard.h (although awkward that it has to be defined this way as uint8 literals).