stm32f1/lib/usb_dfu.h

14 lines
327 B
C
Raw Permalink Normal View History

2017-04-15 13:51:24 +02:00
/** library for USB DFU to write on internal flash (API)
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
2019-12-06 17:41:37 +01:00
* @date 2017-2019
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);