![]() |
Contiki-NG
|
Implementation of the nRF dongle USB DFU trigger interface. More...
#include "app_usbd.h"#include "app_usbd_nrf_dfu_trigger.h"#include "nrf_gpio.h"#include "boards.h"Go to the source code of this file.
Functions | |
| void | dfu_trigger_usb_init (void) |
| Initialise the DFU trigger library. | |
Implementation of the nRF dongle USB DFU trigger interface.
This allows nrfutil to reset the PCA10059 dongle to bootloader mode.
Based on lib/nrf52-sdk/components/libraries/bootloader/dfu/nrf_dfu_trigger_usb.c
Definition in file usb-dfu-trigger.c.