编译 lib 初步实现

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2022-10-14 11:16:02 +08:00
parent 02210074ec
commit 43963583ea
226 changed files with 159 additions and 42117 deletions

View File

@@ -164,7 +164,7 @@ void rt_hw_us_delay(rt_uint32_t us)
/**
* This function will initial STM32 board.
*/
RT_WEAK void rt_hw_board_init(void)
void rt_hw_board_init(void)
{
#ifdef BSP_SCB_ENABLE_I_CACHE
/* Enable I-Cache---------------------------------------------------------*/