Jiang Jiang Jian 695ad84654 Merge branch 'bugfix/fix_some_wifi_bugs_0522_v4.0' into 'release/v4.0' 5 år sedan
..
app_trace 2926cd09a2 gcov_example: Adds cmake target to generate report 6 år sedan
app_update 93b8fcf664 app_update: fix test failure for get_app_elf_sha256 test 5 år sedan
asio 9eccd7c082 components: use new component registration api 6 år sedan
bootloader 904b85e365 secure boot: Ensure mbedTLS enables ECDSA if signatures are checked in app 5 år sedan
bootloader_support e0a70b0675 flash: fix spi flash clock config error 5 år sedan
bt cd40f3ad52 ble_mesh: Local model (un)subscribes group address 5 år sedan
coap fa02598b5c lwip_2.1.2 for idf_4.0 6 år sedan
console 9b350f9ecc cmake: some formatting fixes 6 år sedan
cxx 14f1a30e38 build system: move -fno-rtti link option next to the compile option 6 år sedan
driver 6fe46c1798 Merge branch 'bugfix/timer_group_intr_enable_v4.0' into 'release/v4.0' 5 år sedan
efuse 1490256968 efuse: Fix get_coding_scheme() when CONFIG_SECURE_FLASH_ENC_ENABLED and LOG_LEVEL is Debug 5 år sedan
esp-tls b7f163530b fix(transport): Fix a bug of the connection whether be active or not by timeout option when the select function return a correct value. 5 år sedan
esp32 81f0744ada test: add a (non-automated) case for backtraces with ROM functions 5 år sedan
esp_adc_cal fe97d14e0f esp_adc_cal: Remove deprecated ADC calibration functions 6 år sedan
esp_common a748457a70 version: Update to v4.0.1 5 år sedan
esp_eth 7b01509b19 Merge branch 'bugfix/stop_mac_can_be_controlled_by_user_v4.0' into 'release/v4.0' 5 år sedan
esp_event aed56d4da9 esp_event: remove extra line from source file 5 år sedan
esp_gdbstub 69ef694178 esp32_gdbstub: fix build error with esp32-2019r1 toolchain 6 år sedan
esp_http_client 8785ac4c2a Bugfix for failing OTA example 5 år sedan
esp_http_server 4ee065df79 httpd_sess_close: Check for session validity before closing 6 år sedan
esp_https_ota 402e97ea51 esp_https_ota.c: Add errno check for WiFi disconnection while performing OTA 5 år sedan
esp_https_server a8ebde227f esp_https_server: Add support for esp-tls server APIs 6 år sedan
esp_local_ctrl 98cf38ca9c cmake : Add CMakeLists.txt and update READMEs for re-compilation of proto files 6 år sedan
esp_ringbuf 5a7d3ef319 ringbuf: Remove deprecated RingbufferType_t 6 år sedan
esp_rom 286d249239 components/bt: Fix assert when create conntion cancel 5 år sedan
esp_websocket_client 55dd3c8b77 ws_client: fix fragmented send setting proper opcodes 5 år sedan
esp_wifi b571992626 feature: optimize some wifi API 5 år sedan
espcoredump ccc6363a21 core dump: don't allow core dumps to Flash if PSRAM is used for stacks 5 år sedan
esptool_py 13f4656d2a tools: Fix flashing encrypted binaries from IDF Monitor 5 år sedan
expat 46a172178a expat: Update library from 2.2.5 to 2.2.9 6 år sedan
fatfs de9b0b1c56 Fix memory leak upon failure of esp_vfs_fat_sdmmc_mount() 6 år sedan
freemodbus 9b350f9ecc cmake: some formatting fixes 6 år sedan
freertos f09c9b957c timer_group: fix intr_enable 5 år sedan
heap 2f15eacdeb Merge branch 'bugfix/heap_psram_fill_v4.0' into 'release/v4.0' 5 år sedan
idf_test d71ac521cf esp_wifi: backport some wifi bugs 0323 5 år sedan
jsmn 9eccd7c082 components: use new component registration api 6 år sedan
json 8df70a1728 cJSON: include only source file objects for cmake build 6 år sedan
libsodium 9b350f9ecc cmake: some formatting fixes 6 år sedan
log d71ac521cf esp_wifi: backport some wifi bugs 0323 5 år sedan
lwip 15916dfbec add LINGER to menuconfig 5 år sedan
mbedtls bdfba3b88c mbedtls: Make ECDHE-PSK config item depend on ECDHE 5 år sedan
mdns dcd735759e Merge branch 'bugfix/mdns_deinit_event_crash_v4.0' into 'release/v4.0' 6 år sedan
mqtt ee51d336d3 mqtt: clenaup logs and docs, esp_mqtt_abort_connection race condition 5 år sedan
newlib 85656ca77d newlib: define fcntl as strong symbol 6 år sedan
nghttp 9b350f9ecc cmake: some formatting fixes 6 år sedan
nvs_flash ed3ea95cc2 Merge branch 'bugfix/IDFGH-2910_v4.0' into 'release/v4.0' 5 år sedan
openssl fc738680f8 Fix Kconfig issues discovered by upstream Kconfiglib 6 år sedan
partition_table 365e6ce181 partition_table: output partition table info for partition_table target 5 år sedan
protobuf-c 9eccd7c082 components: use new component registration api 6 år sedan
protocomm 6f875f2db2 Unified Provisioning - BLE: Fix characteristics read response issue 6 år sedan
pthread db3a1110ec pthread: Use INTERFACE in target_link_libraries for vPortCleanUpTCB wrapper 5 år sedan
sdmmc 8ffb38265c driver: fix gpio pin_bit_mask truncation in sdspi_host and others 5 år sedan
soc 0a2bec85f3 soc: clear PHY status when cpu start 6 år sedan
spi_flash 754f59fba7 spi_flash(new driver): Add a Kconfig option - Bypass a block erase and always do sector erase 5 år sedan
spiffs d49077c13b spiffs: fix build issue on clean project 6 år sedan
tcp_transport 55dd3c8b77 ws_client: fix fragmented send setting proper opcodes 5 år sedan
tcpip_adapter e1d78a218a bugfix for TCPv6 send ok when sta disconnect 5 år sedan
ulp 7bdb7ee235 ulp: fix ulp external project args 5 år sedan
unity 9b350f9ecc cmake: some formatting fixes 6 år sedan
vfs 642dc19c25 VFS: Check in select() if the UART driver is installed or not 6 år sedan
wear_levelling 26800ed71e global: update note in the partition tables 6 år sedan
wifi_provisioning 65d4596a36 wifi_provisioning: Catch the Wi-Fi events even after Connection errors 5 år sedan
wpa_supplicant 5c2ed3af0e Merge branch 'bugfix/fix_memleak_in_wpa3_feature_v4.0' into 'release/v4.0' 5 år sedan
xtensa 9b350f9ecc cmake: some formatting fixes 6 år sedan