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

Commit d02d45c

Browse files
author
iwahdan88
committed
Updated IDF librarys after merging Patch fixing crashing Issue
1 parent 6990604 commit d02d45c

36 files changed

+1
-6
lines changed

Jenkinsfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ node {
1717
sh 'git tag -fa v1.9.4-' + GIT_TAG + ' -m \\"v1.9.4-' + GIT_TAG + '\\"'
1818
}
1919

20-
stage('wifi_scan') {
21-
sh '''export PATH=$PATH:/opt/xtensa-esp32-elf/bin;
22-
export IDF_PATH=${WORKSPACE}/esp-idf;
23-
make -C esp-idf/examples/wifi/scan bootloader all'''
24-
}
2520

2621
stage('mpy-cross') {
2722
// build the cross compiler first

esp32/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ BUILD = $(BUILD_DIR)/$(BOARD)/$(BTYPE)
2929

3030
RELEASE_DIR ?= build/
3131

32-
COPY_IDF_LIB ?= 1
32+
COPY_IDF_LIB ?= 0
3333

3434
# by default Secure Boot and Flash Encryption are disabled
3535
SECURE ?= off
0 Bytes
Binary file not shown.

esp32/bootloader/lib/liblog.a

0 Bytes
Binary file not shown.

esp32/bootloader/lib/libmicro-ecc.a

0 Bytes
Binary file not shown.

esp32/bootloader/lib/libsoc.a

0 Bytes
Binary file not shown.

esp32/bootloader/lib/libspi_flash.a

0 Bytes
Binary file not shown.

esp32/lib/libbootloader_support.a

0 Bytes
Binary file not shown.

esp32/lib/libbt.a

0 Bytes
Binary file not shown.

esp32/lib/libcxx.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)