3 Star 3 Fork 2

RT-Thread-Mirror/qpc-rtthread

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SConscript 651 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zhyolo 提交于 2023-04-27 21:39 . 修复适配问题
import rtconfig
from building import *
cwd = GetCurrentDir()
src = Split("""
./src/qf/qep_hsm.c
./src/qf/qep_msm.c
./src/qf/qf_act.c
./src/qf/qf_defer.c
./src/qf/qf_dyn.c
./src/qf/qf_mem.c
./src/qf/qf_ps.c
./src/qf/qf_qact.c
./src/qf/qf_qeq.c
./src/qf/qf_qmact.c
./src/qf/qf_time.c
./include/qstamp.c
./ports/rt-thread/qf_hooks.c
./ports/rt-thread/qf_port.c
""")
if GetDepend(['QPC_USING_BLINKY_EXAMPLE']):
src += Glob('examples/rt-thread/blinky/blinky.c')
path = [cwd + "/ports/rt-thread", cwd + "/include", cwd + "/src"]
group = DefineGroup('qpc', src, depend = ['RT_USING_MAILBOX', 'PKG_USING_QPC'], CPPPATH = path)
Return('group')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/RT-Thread-Mirror/qpc-rtthread.git
git@gitee.com:RT-Thread-Mirror/qpc-rtthread.git
RT-Thread-Mirror
qpc-rtthread
qpc-rtthread
master

搜索帮助