1 Star 1 Fork 1

cctsao1008/esc32

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build_env.sh 281 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ricardo1008 提交于 2013-07-03 22:51 . add more improvements and fixes.
#!/bin/bash
export CYGWIN_BIN="c/utils/cygwin/bin"
export TOOLCHAIN_BIN="c/apps/gcc-arm-none-eabi-4_7-2013q1-20130313-win32/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="/${CYGWIN_BIN}:/${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/tmr-fc/esc32.git
git@gitee.com:tmr-fc/esc32.git
tmr-fc
esc32
esc32
master

搜索帮助