dr 驱动适配 sdio & usb

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2024-07-25 08:40:48 +08:00
parent c1bcad0c50
commit 481910f755
34 changed files with 6231 additions and 8 deletions

View File

@@ -365,3 +365,8 @@ MSH_CMD_EXPORT(date, get date and time or set (local timezone) [year month day h
#endif /* RT_USING_FINSH */
#endif /* RT_USING_RTC */
int rt_hw_rtc_sys_init(void)
{
return 0;
}