stm32f1/lib/usb_dfu.h

15 lines
353 B
C
Raw Normal View History

2020-11-24 16:17:37 +01:00
/** library for USB DFU to write on internal flash
2019-12-06 17:41:37 +01:00
* @file
2017-04-15 13:51:24 +02:00
* @author King Kévin <kingkevin@cuvoodoo.info>
* @copyright SPDX-License-Identifier: GPL-3.0-or-later
2020-11-24 16:17:37 +01:00
* @date 2017-2020
* @note peripherals used: USB
2017-04-15 13:51:24 +02:00
*/
#pragma once
/** setup USB DFU peripheral */
void usb_dfu_setup(void);
/** start USB DFU handling */
void usb_dfu_start(void);