1 Star 1 Fork 2

xu6158/plum

forked from Jeasonvor/plum 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
SConscript 193 Bytes
Copy Edit Raw Blame History
Jeasonvor authored 2021-07-23 10:12 . updata harmonyos kal
Import('env')
env = env.Clone()
objs = env.Object(Glob('core/hal/source/hal_hi/*.c'))
objs += Glob('core/kal/source/kal_harmonyos/*.c')
objs += Glob('core/component/log/*.c')
Return('objs')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/xu6158/plum.git
git@gitee.com:xu6158/plum.git
xu6158
plum
plum
master

Search