Skip to content

Can't disable mass storage for the Pimoroni tiny 2040 #4417

Closed
@ArielWolle

Description

@ArielWolle

Error when building lastest firmware (git clone https://github.com/adafruit/circuitpython.git)

Code/REPL

adding the line: CIRCUITPY_USB_MSC = 0
to /ports/raspberrypi/boards/pimoroni_tiny2040/mpconfigboard.mk results in a build error

Behavior

image

Description

Trying to disable mass storage as i need to write to the tiny 2040 using the storage module but dont want to eject every time i plug it in. Being used as an HID device so needs to be plugged into data and power of usb not just power. Have not tried any other rp2040 boards, just the tiny 2040.

Removing this line resolves the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions