esp-idf/components
Chinmay Chhajed d174315edf BT: Check only for same X component of public key in BR/EDR. 2021-10-21 14:40:04 +05:30
..
app_trace Merge branch 'bugfix/link_gcov_rtio_backport_v4.0' into 'release/v4.0' 2021-07-16 06:11:32 +00:00
app_update tools: Redirect some warnings to stderr 2020-12-15 13:32:49 +07:00
asio
bootloader bootloader: add xmc spi_flash startup flow to improve reliability 2021-08-19 16:41:08 +08:00
bootloader_support spi_flash: move the unlock patch to bootloader and add support for GD (backport v4.0) 2021-09-18 04:28:03 +08:00
bt BT: Check only for same X component of public key in BR/EDR. 2021-10-21 14:40:04 +05:30
coap coap: update libcoap to fix its broken submodule pointer 2020-09-14 10:59:52 +05:30
console
cxx [C++]: wrapper functions around unwind code 2021-06-01 15:00:23 +08:00
driver Merge branch 'bugfix/fix_modbus_rs485_rts_en_fail_v40' into 'release/v4.0' 2021-09-10 17:43:56 +00:00
efuse efuse: Add ESP32 V3 'disable Download Mode' functionality 2021-07-16 10:59:51 +10:00
esp-tls Modify esp-tls and tcp_transport to support keep alive for tcp and ssl connection 2021-01-25 21:01:25 +08:00
esp32 spi_flash: move the unlock patch to bootloader and add support for GD (backport v4.0) 2021-09-18 04:28:03 +08:00
esp_adc_cal [cxx]: fixed extern "C" declarations 2021-04-23 07:22:09 +00:00
esp_common Merge branch 'feature/portmux_debug_bump_timeout_v4.0' into 'release/v4.0' 2021-07-02 12:31:51 +00:00
esp_eth esp_eth: restart negotiation in esp_eth_start 2021-05-25 15:31:53 +08:00
esp_event [esp_event]: fixed and improved docs 2021-07-20 16:05:35 +08:00
esp_gdbstub gdb: Modify PC in case of invalid PC 2020-07-31 07:40:12 +00:00
esp_http_client esp_http_client: Fixed handling of EAGAIN return 2021-09-21 14:08:12 +05:30
esp_http_server esp_http_server: Add lru_socket flag in sock_db to indicate httpd_sess_close is called from httpd_sess_close_lru 2021-01-22 11:17:17 +05:30
esp_https_ota esp_http_client: Fixed handling of EAGAIN return 2021-09-21 14:08:12 +05:30
esp_https_server
esp_local_ctrl esp_local_ctrl: Fix some memory leak issues by coverity static analyzer. 2021-03-23 12:00:29 +05:30
esp_ringbuf esp_ringbuf: don't test xRingbufferCreate with cache disabled 2021-07-13 18:52:53 +10:00
esp_rom flash_encryption: Quick fixed the issue that block when flash_encryption_write, Related https://github.com/espressif/esp-idf/issues/6322, Related https://github.com/espressif/esp-idf/issues/6254 2021-09-13 14:46:00 +08:00
esp_websocket_client Add options for esp_http_client and esp_websocket_client to support keepalive 2021-01-25 21:01:30 +08:00
esp_wifi esp_wifi: fix airkiss and esptouch find channel crash issue 2021-09-15 19:56:59 +08:00
espcoredump espcoredump: fix error reported for blank partition 2020-07-15 08:30:28 +02:00
esptool_py esptool: Update to fix espsecure.py sign_data default version argument 2021-05-03 04:19:31 +00:00
expat expat: Update library from 2.2.9 to 2.4.1 2021-09-06 12:04:28 +08:00
fatfs fatfs: Fix some memory leak issues by coverity static analyzer. 2021-03-23 11:57:50 +05:30
freemodbus freemodbus: add affinity option for modbus stack tasks 2021-09-11 01:55:20 +08:00
freertos freertos: Increases delta for UT - Test suspend-resume CPU. The number of tick_hook should be the same for both CPUs 2021-08-03 15:56:15 +05:00
heap components: fix ldgen check errors 2021-07-13 18:52:40 +10:00
idf_test Revert "Merge branch 'bugfix/set_authmode_by_switching_number_to_string_v4.0' into 'release/v4.0'" 2021-10-14 16:26:04 +08:00
jsmn
json cJSON: Update submodule to latest release. 2021-09-06 07:45:21 +05:30
libsodium
log esp_wifi: backport some wifi bugs 0323 2020-03-24 15:10:31 +08:00
lwip components: fix ldgen check errors 2021-07-13 18:52:40 +10:00
mbedtls mbedtls: upgrade to release v2.16.11 2021-07-20 14:41:10 +05:30
mdns mDNS: Fix of text length calculation when detecting a collision 2021-01-15 16:53:27 +04:00
mqtt MQTT: Update submodule reference to support new config modes 2021-05-25 09:56:43 +02:00
newlib newlib: Fix a case in FD_ISSET macro when n==-1 2021-07-19 12:39:58 +08:00
nghttp nghttp2: upgrade to v1.41.0 release 2021-09-24 17:48:03 +05:30
nvs_flash nvs: unit tests for new partition API 2020-11-12 10:02:05 +08:00
openssl openssl: made verification mode conversion to mbetls modes more strict 2020-09-17 14:38:15 +02:00
partition_table paritition_table: Verify the partition table md5sum when loading the app 2021-06-02 16:30:02 +10:00
protobuf-c
protocomm protocomm: Fixed NULL check of allocated memory 2021-03-05 10:21:24 +05:30
pthread pthread: Fix possible deadlock when using pthread_join() and Debug log level 2021-05-31 13:50:41 +10:00
sdmmc sdmmc: fix the probe issue that forbid sdspi working in highspeed mode 2020-07-28 12:19:51 +08:00
soc components: fix ldgen check errors 2021-07-13 18:52:40 +10:00
spi_flash ota: fix ota with flash encryption 2021-09-14 12:40:56 +08:00
spiffs tools: Redirect some warnings to stderr 2020-12-15 13:32:49 +07:00
tcp_transport tcp_transport: Fix some memory leak issues by coverity static analyzer. 2021-03-23 11:58:32 +05:30
tcpip_adapter esp_wifi: Modify WIFI_IF_AP to TCPIP_ADAPTER_IF_AP 2021-01-27 15:00:55 +08:00
ulp Tools: add Python 2 deprecation warning 2020-12-08 15:46:41 +01:00
unity
vfs Fix memory leak on error path in register_select 2021-07-26 14:37:36 +08:00
wear_levelling global: update note in the partition tables 2019-07-27 10:28:16 +02:00
wifi_provisioning wifi_provisioning: Fix some memory leak issues by coverity static analyzer. 2021-03-23 11:59:34 +05:30
wpa_supplicant Merge branch 'bugfix/wps_wfa_cert_fixes_v4.0' into 'release/v4.0' 2021-09-15 10:55:57 +00:00
xtensa [system]: Made longjmp save for context switch 2021-05-10 19:21:56 +08:00