update rt-thread bsp and add webnet from tian_chunyu

it is OK
This commit is contained in:
xuedongliang
2022-06-22 13:31:35 +08:00
22 changed files with 281 additions and 50 deletions
@@ -2,7 +2,8 @@ import os
Import('RTT_ROOT')
from building import *
SOURCES = []
SOURCES = ['adapter_bluetooth.c'] + SOURCES
if GetDepend(['CONNECTION_ADAPTER_BLUETOOTH']):
SOURCES = ['adapter_bluetooth.c'] + SOURCES
objs = []
cwd = GetCurrentDir()
path = [cwd]