Page 1 of 1

1.18.212 update breaks my builds

Posted: Thu Mar 10, 2022 8:03 pm
by hippy
Please can we change the 'msc_disk.c' inclusion conditional from -

Code: Select all

#if CFG_TUD_MSC
to -

Code: Select all

#if MICROPY_HW_USB_MSC
Because the latest 1.18.212 changes break my cloned and tweaked copies of the official 'rp2' port which provides support for an MSC disk other than the internal file-system in Flash.

Also a vanilla build of the official 'rp2' doesn't seem to work as expected when I defined MICROPY_HW_USB_MSC for my Pico; did not present any MSC when run, gave 'dmesg' reports about incorrect block sizes or something like that