优化实现串口驱动,SPI驱动 W25QXX还需要初始化验证修复
This commit is contained in:
@ -10,6 +10,8 @@
|
||||
#ifndef BSP_INIT_H
|
||||
#define BSP_INIT_H
|
||||
|
||||
#include "bsp_board.h"
|
||||
|
||||
/**
|
||||
* @brief Initialize board support package
|
||||
*/
|
||||
@ -26,4 +28,10 @@ void bsp_gpio_init(void);
|
||||
*/
|
||||
const char* bsp_get_board_name(void);
|
||||
|
||||
/**
|
||||
* @brief Get current board configuration
|
||||
* @retval Pointer to board configuration structure
|
||||
*/
|
||||
const bsp_board_config_t* bsp_get_board_config(void);
|
||||
|
||||
#endif /* BSP_INIT_H */
|
||||
|
||||
Reference in New Issue
Block a user