950d71e1ac
Add reference with rt_atomic in resources' put/get management. Add bitmap operator base on rt_ubase_t. Add hashmap for key->data map management. Signed-off-by: GuEe-GUI <GuEe-GUI@github.com>
10 lines
202 B
Python
Executable File
10 lines
202 B
Python
Executable File
from building import *
|
|
|
|
cwd = GetCurrentDir()
|
|
src = list()
|
|
CPPPATH = [cwd]
|
|
group = []
|
|
|
|
group = DefineGroup('LIBADT', src, depend = ['RT_USING_ADT_HASHMAP'], CPPPATH = CPPPATH)
|
|
Return('group')
|