feat(rs485-boot): add STM32F103 and G474 ports
This commit is contained in:
8
c/rs485-boot/ports/stm32f103/rs485_boot_stm32f103.h
Normal file
8
c/rs485-boot/ports/stm32f103/rs485_boot_stm32f103.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef RS485_BOOT_STM32F103_H
|
||||
#define RS485_BOOT_STM32F103_H
|
||||
#include "rs485_boot.h"
|
||||
void rs485_boot_hw_init(void);
|
||||
bool rs485_boot_hw_get_byte(uint8_t *byte);
|
||||
rs485_boot_config_t rs485_boot_hw_config(void);
|
||||
rs485_boot_port_t rs485_boot_hw_make_port(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user