进一步迭代优化统一管理

This commit is contained in:
冯佳
2026-01-23 14:35:51 +08:00
parent 988cc7ad4a
commit 075e8299cf
36 changed files with 6146 additions and 1590 deletions

View File

@ -14,13 +14,15 @@
/**
* @brief Initialize board support package
* @retval HAL status code
*/
void bsp_init(void);
hal_ret_t bsp_init(void);
/**
* @brief Initialize board GPIO
* @retval HAL status code
*/
void bsp_gpio_init(void);
hal_ret_t bsp_gpio_init(void);
/**
* @brief Get board name