Merge branch 'main' of github.com:ladyada/circuitpython into main
This commit is contained in:
commit
3699cc7663
|
@ -6,12 +6,7 @@ include ../py/mkenv.mk
|
|||
|
||||
# define main target
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
# Detect a MINGW32 build, and change the name of the final executable.
|
||||
PROG ?= mpy-cross
|
||||
else
|
||||
PROG ?= mpy-cross
|
||||
endif
|
||||
|
||||
# qstr definitions (must come before including py.mk)
|
||||
QSTR_DEFS = qstrdefsport.h
|
||||
|
|
|
@ -310,7 +310,7 @@ $(BUILD)/lib/protomatter/src/core.o: CFLAGS += -DESP32
|
|||
SRC_QSTR += $(SRC_C) $(SRC_SUPERVISOR) $(SRC_MOD) $(SRC_COMMON_HAL_EXPANDED) $(SRC_SHARED_MODULE_EXPANDED)
|
||||
|
||||
# IDF build commands
|
||||
IDF_PATH = "$(realpath ./esp-idf)"
|
||||
IDF_PATH = $(realpath ./esp-idf)
|
||||
# create the directory
|
||||
$(BUILD)/esp-idf:
|
||||
$(Q)$(MKDIR) -p $@
|
||||
|
|
Loading…
Reference in New Issue