Merge commit 'e067fcbe30' as 'stm32f103c8t6-bootloader'
This commit is contained in:
commit
3ca6ea3e9e
34 changed files with 15445 additions and 0 deletions
7
stm32f103c8t6-bootloader/src/usb_util.h
Normal file
7
stm32f103c8t6-bootloader/src/usb_util.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "usb.h"
|
||||
|
||||
void USB_PMAToMemory(void *mem, uint16_t offset, size_t length);
|
||||
void USB_MemoryToPMA(uint16_t offset, const void *mem, size_t length);
|
||||
void USB_SetEPR(volatile uint16_t *EPR, uint16_t status);
|
||||
Loading…
Add table
Add a link
Reference in a new issue