Ivan Grokhotkov cd301cc324 core dump: don't allow core dumps to Flash if PSRAM is used for stacks 6 lat temu
..
app_trace 184e1785ff gcov: Fixes aborted calls to _lock_acquire_recursive from gcov stub 6 lat temu
app_update 4220752aed ut: Move tests back from "esp32" subfolder 6 lat temu
asio 13d603e486 asio: updated ASIO port to use latest asio and esp-idf features 6 lat temu
bootloader cf8dd62fc4 secure boot v2: esp32: Prevent read disabling additional efuses 5 lat temu
bootloader_support c17d55eb9b esp32: Enable flash encryption by setting FLASH_CRYPT_CNT to max 5 lat temu
bt 9a1c5a903f Merge branch 'bugfix/btdm_backports_v4.1_0328' into 'release/v4.1' 5 lat temu
cbor 5a09de8245 cbor: add tinycbor library and example 6 lat temu
coap 3e9a054626 ESP32/coap_mbedtls:add macro checks 6 lat temu
console afbaf74007 tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 6 lat temu
cxx 78e4b0ff96 CXX: enable exceptions ESP32S2-beta 6 lat temu
driver 1af819d19b spi: always put spihost handle in SRAM 6 lat temu
efuse 4220752aed ut: Move tests back from "esp32" subfolder 6 lat temu
esp-tls 233d4b94bd esp_tls: fail connection if esp_tls_conn_new() timeouts 6 lat temu
esp32 12353ff3d8 esp_timer/esp32: Fix case when alarm_reg > counter_reg but FRC_TIMER_INT_STATUS is not set 6 lat temu
esp32s2beta 1ffb546135 esp32s2:remove unsupported xtal choice 6 lat temu
esp_adc_cal adfc06a530 Merge branch 'master' into feature/esp32s2beta_merge 6 lat temu
esp_common 32756b165e bootloader: Add fault injection resistance to Secure Boot bootloader verification 6 lat temu
esp_eth 1a3bb06916 ethernet: always put eth_driver handle in SRAM 6 lat temu
esp_event 4220752aed ut: Move tests back from "esp32" subfolder 6 lat temu
esp_gdbstub 438d513a95 Merge branch 'master' into feature/esp32s2beta_merge 6 lat temu
esp_http_client 032a041395 Bugfix for failing OTA example 6 lat temu
esp_http_server a6cc964a26 esp_http_server : Bugfix in parsing of empty header values 6 lat temu
esp_https_ota 70b1ab76e8 esp_https_ota.c: Add errno check for WiFi disconnection while performing OTA 5 lat temu
esp_https_server 25dd5e39af esp-tls: Naming variables refering to certificates and keys in a neutral way to suggest that both PEM and DER format could be used, added comments descibing important details about using these formats 6 lat temu
esp_local_ctrl afbaf74007 tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 6 lat temu
esp_netif c092f9b881 bugfix for TCPv6 send ok when sta disconnect 5 lat temu
esp_ringbuf 9f9da9ec96 feat(timer): refator timer group driver 6 lat temu
esp_rom 32756b165e bootloader: Add fault injection resistance to Secure Boot bootloader verification 6 lat temu
esp_serial_slave_link 087c8f6065 essl: new component to communicate with esp serial slave devices 6 lat temu
esp_websocket_client ffeda3003c tcp_transport/ws_client: websockets now correctly handle messages longer than buffer 6 lat temu
esp_wifi f538b63458 Merge branch 'bugfix/fix_airkiss_bug_v4.1' into 'release/v4.1' 5 lat temu
espcoredump cd301cc324 core dump: don't allow core dumps to Flash if PSRAM is used for stacks 5 lat temu
esptool_py 820ed5c7f1 tools: Fix flashing encrypted binaries from IDF Monitor 5 lat temu
expat 4909fdfe02 heap_caps: small fixes on comments plus cleaning 6 lat temu
fatfs ee269ed687 Merge branch 'bugfix/fatfs_corrupted_assert' into 'master' 6 lat temu
freemodbus ba1ee4092a freemodbus: fix merge issues 6 lat temu
freertos bdf6c00154 Merge branch 'feature/likely_unlikely' into 'master' 6 lat temu
heap 7fdc9571ba multi_heap: ensure that malloc(0) return NULL pointer in any poisoning configuration 5 lat temu
idf_test fbe215f3c0 esp_wifi: backport some wifi bugs 0323 5 lat temu
jsmn 68dc6b2158 jsmn: define macros in build system 6 lat temu
json d41f3cc759 cJSON: include only source file objects for cmake build 6 lat temu
libsodium 4220752aed ut: Move tests back from "esp32" subfolder 6 lat temu
log fbe215f3c0 esp_wifi: backport some wifi bugs 0323 5 lat temu
lwip 9b31a2e7f9 optimization TCPv6 connect for 4.1 5 lat temu
mbedtls 355a210a38 mbedtls: upgrade to release v2.16.5 5 lat temu
mdns ecca39e19f mdns: fixed typos in the variable names and the comments 6 lat temu
mqtt e8787fc49e mqtt: update submodule to point to latest commit. 6 lat temu
newlib 8e5ea171d3 newlib: reverted support of memalign function 6 lat temu
nghttp 742d4689dd Modified http_parser to handle ICY uris. 6 lat temu
nvs_flash d286876d34 NVS: expose C++ API 6 lat temu
openssl 833822c10b Fix Kconfig issues discovered by upstream Kconfiglib 6 lat temu
partition_table 2aba19e00d partition_table: output partition table info for partition_table target 5 lat temu
perfmon 13cb9f8718 xtensa: update header file 6 lat temu
protobuf-c 9eccd7c082 components: use new component registration api 6 lat temu
protocomm 5a244bc935 Unified Provisioning - BLE: Fix characteristics read response issue 6 lat temu
pthread 852462f4e2 test: Fix possible race in pthread C++ test 6 lat temu
sdmmc bdf6c00154 Merge branch 'feature/likely_unlikely' into 'master' 6 lat temu
soc 4414e829de Merge branch 'backport/feat/secure_boot_v2_v41' into 'release/v4.1' 5 lat temu
spi_flash 425486223e spi_flash: Remove 16KB free internal heap limit for esp_flash_read() into PSRAM 6 lat temu
spiffs c6c18ef2e8 spiffs: Fix for case when CONFIG_SPIFFS_USE_MTIME is not defined 6 lat temu
tcp_transport d19c1c4b3c esp_tls: added connection timeout to esp_tls_conn_new_sync() 6 lat temu
tcpip_adapter b99a39535b lwip: Enable IPv6 stateless address autoconfiguration 6 lat temu
ulp cc95d14d80 ulp: fix ulp external project args 5 lat temu
unity bc0eac579c ut: add DISABLED_FOR_TARGETS macros to control ut building 6 lat temu
vfs c2a4dd0c68 VFS: Check in select() if the UART driver is installed or not 6 lat temu
wear_levelling 4220752aed ut: Move tests back from "esp32" subfolder 6 lat temu
wifi_provisioning db1111ef79 Wifi_provisioning_ble: Change service_uuid to non standard 128 bit UUID 5 lat temu
wpa_supplicant 5c4f7948d4 wpa_supplicant: Fix SAE test-case failure on mbedtls version udpate 5 lat temu
xtensa c309112b8a expression_with_stack:make stack overflow detection watchpoint optional 6 lat temu