1.18.212 update breaks my builds

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
hippy
Posts: 130
Joined: Sat Feb 20, 2021 2:46 pm
Location: UK

1.18.212 update breaks my builds

Post by hippy » Thu Mar 10, 2022 8:03 pm

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

Post Reply