7 Star 23 Fork 8

Nuclei-Software/nuclei-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.ci
.github/workflows
Build
Components
NMSIS
OS
SoC/evalsoc
application
doc
ideprojects/iar
test
tools/scripts
.astylerc
.clang-format
.editorconfig
.gitignore
.gitlab-ci.yml
LICENSE
Makefile
NMSIS_VERSION
README.md
SConscript
npk.yml
package.json
setup.bat
setup.ps1
setup.sh
克隆/下载
setup.sh 574 Bytes
一键复制 编辑 原始数据 按行查看 历史
华仔 提交于 10个月前 . misc: update setup.* scripts
NUCLEI_TOOL_ROOT=~/NucleiStudio/toolchain
# Create your setup_config.sh
# and define NUCLEI_TOOL_ROOT like below
# NUCLEI_TOOL_ROOT=~/NucleiStudio_IDE_202310-lin64/NucleiStudio/toolchain
SETUP_CONFIG=setup_config.sh
[ -f $SETUP_CONFIG ] && source $SETUP_CONFIG
[ -f .ci/build_sdk.sh ] && source .ci/build_sdk.sh
[ -f .ci/build_applications.sh ] && source .ci/build_applications.sh
echo "Setup Nuclei N100 SDK Tool Environment"
echo "NUCLEI_TOOL_ROOT=$NUCLEI_TOOL_ROOT"
export PATH=$NUCLEI_TOOL_ROOT/gcc/bin:$NUCLEI_TOOL_ROOT/openocd/bin:$NUCLEI_TOOL_ROOT/qemu/bin:$PATH
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/Nuclei-Software/nuclei-sdk.git
git@gitee.com:Nuclei-Software/nuclei-sdk.git
Nuclei-Software
nuclei-sdk
nuclei-sdk
master_n100

搜索帮助