1 Star 2 Fork 0

huaxiu/espusb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 587 Bytes
一键复制 编辑 原始数据 按行查看 历史
include user.cfg
-include esp82xx/common.mf
-include esp82xx/main.mf
CFLAGS +=
SRCS += user/usb_asm_1bit.S \
user/usb.c
usbburn : $(FW_FILE1) $(FW_FILE2)
web/execute_reflash USB $(FW_FILE1) $(FW_FILE2)
#Useful git commands
ifndef TARGET
# Fetch submodule if the user forgot to clone with `--recursive`
GETSUBMODS = all burn burnweb netweb netburn clean cleanall purge
.PHONY : $(GETSUBMODS)
$(GETSUBMODS) :
$(warning Submodule esp82xx was not fetched. Trying it now.)
git submodule update --init --recursive
$(info Re-unning make...)
make $@ $(MFLAGS) $(MAKEOVERRIDES)
endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/huaxiuyiwei/espusb.git
git@gitee.com:huaxiuyiwei/espusb.git
huaxiuyiwei
espusb
espusb
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385