405 dr: spi 驱动测试初步 ok

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2024-07-25 17:57:06 +08:00
parent 1b85816262
commit ec86a22bb1
11 changed files with 246 additions and 44 deletions

View File

@@ -967,7 +967,7 @@ int rt_hw_spi_init(void)
stm32_get_dma_info();
return rt_hw_spi_bus_init();
}
INIT_BOARD_EXPORT(rt_hw_spi_init);
// INIT_BOARD_EXPORT(rt_hw_spi_init);
#endif /* BSP_USING_SPI1 || BSP_USING_SPI2 || BSP_USING_SPI3 || BSP_USING_SPI4 || BSP_USING_SPI5 */
#endif /* RT_USING_SPI */