micropython/ports/zephyr/boards/mimxrt1050_evk.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
206 B
Plaintext
Raw Normal View History

# Required for zephyr.DiskAccess block devices
CONFIG_DISK_ACCESS=y
CONFIG_USB_DEVICE_STACK=y
CONFIG_USB_DEVICE_PRODUCT="Zephyr MicroPython"
CONFIG_USB_MASS_STORAGE=y
CONFIG_MASS_STORAGE_DISK_NAME="SDMMC"