1 Star 0 Fork 0

HUGO / arduino-esp32

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.projbuild 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
BOOT_APP_BIN_ROOT := $(call dequote,$(COMPONENT_PATH))
ifndef CONFIG_PARTITION_TABLE_CUSTOM
PARTITION_TABLE_CSV_PATH = $(call dequote,$(abspath $(BOOT_APP_BIN_ROOT)/$(subst $(quote),,tools/partitions/$(CONFIG_ARDUHAL_PARTITION_SCHEME).csv)))
endif
CPPFLAGS += -DARDUINO=10800 -DESP32=1 -DARDUINO_ARCH_ESP32=1 -DBOARD_HAS_PSRAM
1
https://gitee.com/gdyjhyl/arduino-esp32.git
git@gitee.com:gdyjhyl/arduino-esp32.git
gdyjhyl
arduino-esp32
arduino-esp32
master

搜索帮助