Loading...
Searching...
No Matches

USB DFU initialization for riotboot. More...

Detailed Description

USB DFU initialization for riotboot.

Author
Dylan Laduranty dylan.nosp@m..lad.nosp@m.urant.nosp@m.y@me.nosp@m.sotic.nosp@m..com

Definition in file usb_dfu.h.

#include "riotboot/hdr.h"
+ Include dependency graph for usb_dfu.h:

Go to the source code of this file.

Functions

void riotboot_usb_dfu_init (unsigned forced)
 Initialize usbus DFU for riotboot bootloader.
 

USB DFU Default slots name

#define USB_DFU_MODE_SLOT0_NAME   "RIOT-OS Slot 0"
 
#define USB_DFU_MODE_SLOT1_NAME   "RIOT-OS Slot 1"
 
#define USB_APP_MODE_SLOT_NAME   "RIOT-OS bootloader"
 

Macro Definition Documentation

◆ USB_APP_MODE_SLOT_NAME

#define USB_APP_MODE_SLOT_NAME   "RIOT-OS bootloader"

Definition at line 43 of file usb_dfu.h.

◆ USB_DFU_MODE_SLOT0_NAME

#define USB_DFU_MODE_SLOT0_NAME   "RIOT-OS Slot 0"

Definition at line 37 of file usb_dfu.h.

◆ USB_DFU_MODE_SLOT1_NAME

#define USB_DFU_MODE_SLOT1_NAME   "RIOT-OS Slot 1"

Definition at line 40 of file usb_dfu.h.