加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Config.uk 392 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michalis Pappas 提交于 2023-01-23 09:53 . Fix dependency for nanosleep()
### Invisible option for dependencies
config APPHELLOWORLD_DEPENDENCIES
bool
default y
select LIBNOLIBC if !HAVE_LIBC
### App configuration
config APPHELLOWORLD_PRINTARGS
bool "Print arguments"
default y
help
Prints argument list (argv) to stdout
config APPHELLOWORLD_SPINNER
bool "Stay alive"
select LIBPOSIX_TIME
default n
help
Shows an animation instead of shutting down
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化