[bsp/phytium] driver and config update (#8344)

更新驱动代码,完成对新版rt-thread内核的支持工作。更新默认config文件,保证各驱动被顺利添加后,程序能正常运行
This commit is contained in:
Macro
2023-12-08 17:57:55 +08:00
committed by GitHub
parent 8997db911f
commit f4b2035c03
59 changed files with 2538 additions and 1801 deletions
+4
View File
@@ -137,6 +137,10 @@ path += [cwd + '/port/fdriver_port']
src += Glob(cwd+'/port/fboard_port/*.c')
path += [cwd + '/port/fboard_port']
## lwip port
src += Glob(cwd+'/port/lwip_port/*.c')
path += [cwd + '/port/lwip_port']
# phytium ports rt-thread examples
PORT_DRV_DIR = cwd + '/examples'