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

Commit 53a5cd9

Browse files
author
iwahdan88
committed
Updated IDF libs + minor fix in modwlan + Enabled modcoap
1 parent 439f2db commit 53a5cd9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+5
-17
lines changed

esp32/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ BTYPE ?= release
2525

2626
# make Non-Pybytes firmware default
2727
VARIANT ?=BASE
28-
# make Coap Module off by default
29-
COAP_MODULE ?=disabled
3028

3129
ifeq ($(VARIANT),BASE)
3230
BUILD_DIR ?=build
@@ -123,10 +121,6 @@ ifeq ($(OPENTHREAD), on)
123121
CFLAGS += -DLORA_OPENTHREAD_ENABLED
124122
endif
125123

126-
ifeq ($(COAP_MODULE), enabled)
127-
CFLAGS += -DENABLE_COAP
128-
endif
129-
130124
# Enable or Disable LTE_LOG_BUFF
131125
ifeq ($(BOARD), $(filter $(BOARD), GPY FIPY))
132126
ifeq ($(LTE_LOG_BUFF),1)
284 Bytes
Binary file not shown.

esp32/bootloader/lib/liblog.a

16 Bytes
Binary file not shown.

esp32/bootloader/lib/libmicro-ecc.a

8 Bytes
Binary file not shown.

esp32/bootloader/lib/libsoc.a

176 Bytes
Binary file not shown.

esp32/bootloader/lib/libspi_flash.a

8 Bytes
Binary file not shown.

esp32/get_idf_libs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def main():
6060
shutil.copy(src + '/wpa_supplicant/libwpa_supplicant.a', dsttmpapp)
6161
shutil.copy(src + '/xtensa-debug-module/libxtensa-debug-module.a', dsttmpapp)
6262
shutil.copy(src + '/esp_ringbuf/libesp_ringbuf.a', dsttmpapp)
63+
shutil.copy(src + '/coap/libcoap.a', dsttmpapp)
6364
except:
6465
print("Couldn't Copy IDF libs defaulting to Local Lib Folders!")
6566
traceback.print_exc()

esp32/lib/libbootloader_support.a

248 Bytes
Binary file not shown.

esp32/lib/libbt.a

3.5 KB
Binary file not shown.

esp32/lib/libcoap.a

-1.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)