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

Commit 511c15f

Browse files
committed
Update libraries as per pycom-esp-idf commit: "Move some bootloader macros into MicroPython project because they are only needed there and depend on a build configuration of that project"
1 parent cbff15d commit 511c15f

Some content is hidden

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

46 files changed

+3
-3
lines changed

esp32/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ifeq ($(wildcard boards/$(BOARD)/.),)
1414
$(error Invalid BOARD specified)
1515
endif
1616

17-
IDF_HASH=ee1b0c9
17+
IDF_HASH=60e3a89
1818
XTENSA_VERSION = "2020r3"
1919

2020
TARGET ?= boot_app
0 Bytes
Binary file not shown.

esp32/bootloader/lib/libefuse.a

0 Bytes
Binary file not shown.

esp32/bootloader/lib/liblog.a

0 Bytes
Binary file not shown.

esp32/bootloader/lib/libmain.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/esp32.project.ld

+2-2
Large diffs are not rendered by default.

esp32/lib/libapp_update.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/libcoap.a

0 Bytes
Binary file not shown.

esp32/lib/libcxx.a

0 Bytes
Binary file not shown.

esp32/lib/libdriver.a

0 Bytes
Binary file not shown.

esp32/lib/libefuse.a

0 Bytes
Binary file not shown.

esp32/lib/libesp32.a

0 Bytes
Binary file not shown.

esp32/lib/libesp_adc_cal.a

0 Bytes
Binary file not shown.

esp32/lib/libesp_common.a

0 Bytes
Binary file not shown.

esp32/lib/libesp_eth.a

0 Bytes
Binary file not shown.

esp32/lib/libesp_event.a

0 Bytes
Binary file not shown.

esp32/lib/libesp_netif.a

0 Bytes
Binary file not shown.

esp32/lib/libesp_ringbuf.a

0 Bytes
Binary file not shown.

esp32/lib/libesp_wifi.a

0 Bytes
Binary file not shown.

esp32/lib/libespcoredump.a

0 Bytes
Binary file not shown.

esp32/lib/libexpat.a

0 Bytes
Binary file not shown.

esp32/lib/libfreertos.a

0 Bytes
Binary file not shown.

esp32/lib/libheap.a

0 Bytes
Binary file not shown.

esp32/lib/libjsmn.a

0 Bytes
Binary file not shown.

esp32/lib/libjson.a

0 Bytes
Binary file not shown.

esp32/lib/liblog.a

0 Bytes
Binary file not shown.

esp32/lib/liblwip.a

0 Bytes
Binary file not shown.

esp32/lib/libmbedtls.a

0 Bytes
Binary file not shown.

esp32/lib/libmdns.a

0 Bytes
Binary file not shown.

esp32/lib/libnewlib.a

0 Bytes
Binary file not shown.

esp32/lib/libnghttp.a

0 Bytes
Binary file not shown.

esp32/lib/libnvs_flash.a

0 Bytes
Binary file not shown.

esp32/lib/libopenssl.a

0 Bytes
Binary file not shown.

esp32/lib/libpthread.a

0 Bytes
Binary file not shown.

esp32/lib/libsdmmc.a

0 Bytes
Binary file not shown.

esp32/lib/libsoc.a

0 Bytes
Binary file not shown.

esp32/lib/libspi_flash.a

0 Bytes
Binary file not shown.

esp32/lib/libtcpip_adapter.a

0 Bytes
Binary file not shown.

esp32/lib/libvfs.a

0 Bytes
Binary file not shown.

esp32/lib/libwpa_supplicant.a

0 Bytes
Binary file not shown.

esp32/lib/libxtensa.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)