1 Star 2 Fork 0

RT-Thread / smart-build

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
xmake.lua 1.13 KB
Copy Edit Raw Blame History
bernard authored 2023-02-27 10:33 . Sync with gitee update.
--[[
Copyright (c) 2006-2021, RT-Thread Development Team
SPDX-License-Identifier: Apache-2.0
Change Logs:
Date Author Notes
2022-09-15 liukang first version
]]
includes("scripts/platform.lua")
includes("scripts/packages.lua")
set_xmakever("2.6.9")
set_version("0.0.1")
task("buildroot")
on_run("scripts.buildroot")
set_menu { usage = "xmake buildroot [options] [arguments]",
description = "Generate buildroot for rt-smart.",
options = {
{'m', "menuconfig", "k", nil, "Config and build the selected apps."},
{'b', "build", "k", nil, "Build the selected apps."},
{'c', "clean", "k", nil, "Clean all installed apps."},
{'a', "app", "kv", nil, "Select the debug app."},
{'d', "debugdir", "kv", nil, "Debug app source dir."},
{'y', "yes", "k", nil, "Input yes by default if need user confirm."},
{'v', "verbose", "k", nil, "Print lots of verbose information for users."}
}
}
Lua
1
https://gitee.com/rtthread/smart-build.git
git@gitee.com:rtthread/smart-build.git
rtthread
smart-build
smart-build
master

Search