mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
[bsp/phytium] driver and config update (#8344)
更新驱动代码,完成对新版rt-thread内核的支持工作。更新默认config文件,保证各驱动被顺利添加后,程序能正常运行
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user