Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 7bd04db

Browse files
author
iwahdan88
committed
Updated Makefile
# Conflicts: # esp32/application.mk
1 parent cb172b4 commit 7bd04db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

esp32/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ ifeq ($(LTE_LOG_BUFF),1)
102102
endif #ifeq ($(LTE_LOG_BUFF),1)
103103
endif #ifeq ($(BOARD), $(filter $(BOARD), GPY FIPY))
104104

105+
# Enable or Disable LTE_LOG_BUFF
106+
ifeq ($(BOARD), $(filter $(BOARD), GPY FIPY))
107+
ifeq ($(LTE_LOG_BUFF),1)
108+
CFLAGS += -DLTE_LOG
109+
endif #ifeq ($(LTE_LOG_BUFF),1)
110+
endif #ifeq ($(BOARD), $(filter $(BOARD), GPY FIPY))
111+
105112
B_LIBS = -Lbootloader/lib -Lbootloader -L$(BUILD)/bootloader -L$(ESP_IDF_COMP_PATH)/esp32/ld \
106113
-L$(ESP_IDF_COMP_PATH)/esp32/lib -llog -lcore -lbootloader_support \
107114
-lspi_flash -lsoc -lmicro-ecc -lgcc -lstdc++ -lgcov

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy