Open MrJake222 opened 6 months ago
Sorry for such a long delay! I just noticed that I did not click on "watch" for that repo, so did not receive the notifications when issues are opened...
tud_msc_capacity_cb
is a TinyUSB callback: this means that some submodule or source file somewhere might be implementing this, but is not currently included in this build.
This is the default firmware: a firmware build that uses the SDK to implement several features, including TinyUF2, which allows to program the FPGA using an USB Mass Storage Class (MSC) device: the pico-ice gets detected as an USB storage dongle.
Are you interested in using the default firmware?
Maybe you would also want to look at the examples which include only the minimal functionality for each task: https://github.com/tinyvision-ai-inc/pico-ice-sdk/tree/main/examples
Seems that
pico-sdk
still usesmsc_device.c
somewhere.