加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 340 Bytes
一键复制 编辑 原始数据 按行查看 历史
flyingcys 提交于 2017-12-11 10:47 . add gagent cloud
all:
@echo "start compile"
@scons
python esp-idf-port/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 elf2image --flash_mode "dio" --flash_freq "40m" --flash_size "4MB" -o rtthread.bin rtthread-esp32.elf
clean:
scons -c
console:
lxterminal -e python -m serial.tools.miniterm --rts 0 --dtr 0 --raw /dev/ttyUSB0 115200
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化