mirror of
https://github.com/flyingcys/realtek_ameba.git
synced 2025-07-31 20:31:06 +00:00
add realtek_ameba package
This commit is contained in:
commit
d401464b75
3406 changed files with 1112851 additions and 0 deletions
19
rtthread_patch/SConscript
Normal file
19
rtthread_patch/SConscript
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
import rtconfig
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
|
||||
src = Split('''
|
||||
os/rtthread_service.c
|
||||
realtek/8711b/rtl8710b_startup.c
|
||||
realtek/8711b/app_start.c
|
||||
realtek/common/wifi/wifi_conf.c
|
||||
''')
|
||||
|
||||
path = [cwd,
|
||||
cwd + '/os',
|
||||
cwd + '/realtek/8711b/include']
|
||||
|
||||
group = DefineGroup('rtt_patch', src, depend = [''], CPPPATH = path)
|
||||
|
||||
Return('group')
|
||||
Loading…
Add table
Add a link
Reference in a new issue