306c921ed1
storage to use micropython's VFS interface. This makes mass storage work with any VFS implementation rather than a single one.
6 lines
106 B
Makefile
6 lines
106 B
Makefile
LD_FILE = boards/samd21x18-bootloader.ld
|
|
USB_VID = 0x239A
|
|
USB_PID = 0x8015
|
|
|
|
FLASH_IMPL = internal_flash.c
|