The sample defines an image that uses RAMdisk and also provides an option to enable USB DFU flash backend for the "slot-1" flash partition. Assuming the user runs this sample from the slot-0 partition, uploading to flash should work fine for evaluation purposes. If the sample is built with CONFIG_BOOTLOADER_MCUBOOT=y, the sample will mark the image in slot 1 as pending after an image download. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
CONFIG_USB_DEVICE_STACK_NEXT=y
|
|
CONFIG_USBD_DFU=y
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_USBD_LOG_LEVEL_WRN=y
|
|
CONFIG_USBD_DFU_LOG_LEVEL_WRN=y
|
|
CONFIG_UDC_DRIVER_LOG_LEVEL_WRN=y
|
|
CONFIG_SAMPLE_USBD_PID=0x0005
|
|
|
|
CONFIG_DISK_ACCESS=y
|