代码拉取完成,页面将自动刷新
同步操作将从 xshadower/openrobot 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#CROSS_COMPILER = KEILCC
$(info ****************************************************************)
$(info * OPEN ROBOT SYSTEM)
$(info * Version 1.0)
$(info * Date 2020-01-22)
$(info ****************************************************************)
RM = del
RMDIR = rmdir /s /q
CP = copy /y
BUILD=pio run
BURN=pio run --target upload
CLEAN=pio run -t clean
TOP_DIR=$(shell chdir)
OUTDIR = out
include build/macro.mk
include build/robot.mk
##### all robot host node file ###################
ROBOT_NODE_SUBDIR = robot
define all-makefiles-under-robot-node
$(wildcard $(1)/$(RBT)/node/*/*.mk)
endef
include $(call all-makefiles-under-robot-node,$(ROBOT_NODE_SUBDIR))
##### all robot node host file ###################
ROBOT_HOST_SUBDIR = robot
define all-makefiles-under-robot-host
$(wildcard $(1)/$(RBT)/host/*/*.mk)
endef
include $(call all-makefiles-under-robot-host,$(ROBOT_HOST_SUBDIR))
##### all middleware makefile ###################
MIDDLEWARE_SUBDIR = middleware
define all-makefiles-under-middleware
$(wildcard $(1)/*/*/Makefile)
endef
include $(call all-makefiles-under-middleware,$(MIDDLEWARE_SUBDIR))
.PHONY:clean-all
clean-all:
$(RMDIR) $(OUTDIR)
$(RM) ./platformio.ini
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。