Rahul Tank
782a60a11d
fix(nimble): Add event for reattempt connection count information
2023-09-28 20:05:46 +05:30
Rahul Tank
2007f2f4cc
Merge branch 'bugfix/remove_unused_coex_header_v5.0' into 'release/v5.0'
...
remove(nimble): Removed unused coex header inclusion (v5.0)
See merge request espressif/esp-idf!26180
2023-09-28 22:30:55 +08:00
Mahavir Jain
817f8ef669
Merge branch 'bugfix/http_client_tcp_config_v5.0' into 'release/v5.0'
...
http_client: Set common tcp config to both TCP and SSL transport (v5.0)
See merge request espressif/esp-idf!26206
2023-09-28 17:36:24 +08:00
morris
b07b08d9eb
Merge branch 'bugfix/shared_intr_memory_location_v5.0' into 'release/v5.0'
...
fix(intr): always allocate memory from internal ram (v5.0)
See merge request espressif/esp-idf!26188
2023-09-28 16:44:14 +08:00
morris
821f6f117a
Merge branch 'bugfix/rmt_pm_lock_type_v5.0' into 'release/v5.0'
...
fix(rmt): use ESP_PM_CPU_FREQ_MAX for RMT for non-dma channel (v5.0)
See merge request espressif/esp-idf!26259
2023-09-28 16:43:34 +08:00
Wang Meng Yang
284d6d235b
Merge branch 'bugfix/add_params_check_for_hci_v5.0' into 'release/v5.0'
...
Fixed some HCI commands parameter (backport v5.0)
See merge request espressif/esp-idf!26150
2023-09-28 16:18:00 +08:00
hongshuqing
6ae027eb8b
s2s3 cpu sw freq
2023-09-28 15:02:30 +08:00
Rahul Tank
f4e6510852
remove(nimble): Removed unused coex header inclusion
2023-09-28 10:47:06 +05:30
Rahul Tank
6d7c58516b
Merge branch 'bugfix/ext_adv_log_v5.0' into 'release/v5.0'
...
fix(nimble): added log for extended advertisement (v5.0)
See merge request espressif/esp-idf!25940
2023-09-28 13:08:34 +08:00
wuzhenghui
49bd0ca8fd
fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled
2023-09-28 02:53:07 +00:00
Mahavir Jain
012f13366a
Merge branch 'feature/add_support_for_ds_peripheral_on_ota_v5.0' into 'release/v5.0'
...
feat(esp_http_client): Added support for OTA using ds peripheral for TLS (v5.0)
See merge request espressif/esp-idf!26092
2023-09-28 02:35:37 +08:00
David Čermák
d801c78081
Merge branch 'feature/eth_iram_optimization_v5.0' into 'release/v5.0'
...
feat(esp_eth): added IRAM optimization option for internal EMAC (v5.0)
See merge request espressif/esp-idf!25843
2023-09-27 20:58:06 +08:00
Mahavir Jain
f2077b13fb
Merge branch 'bugfix/fix_condition_to_verify_when_no_SB_v5.0' into 'release/v5.0'
...
fix(bootloader_support): Fix condition for checking signature in the application (v5.0)
See merge request espressif/esp-idf!26226
2023-09-27 18:14:46 +08:00
morris
36392368f4
fix(rmt): fixed unstable transfer during DFS
...
Closes https://github.com/espressif/esp-idf/issues/12292
2023-09-27 17:33:18 +08:00
Wang Meng Yang
6c9b6207b2
Merge branch 'bugfix/fix_hid_congestion_v5.0' into 'release/v5.0'
...
Fix(bt/bluedroid): Fix the issue for HID congestion checking[backport 5.0]
See merge request espressif/esp-idf!26232
2023-09-27 16:26:38 +08:00
Armando
30fda7f5c2
change(mspi): remove s3 120mhz sdr warning
2023-09-27 15:00:26 +08:00
gongyantao
1b6cfd828d
fix(bt/bluedroid): ble fails to load bonded device info after reboot
...
1: add a quantity check in bt when writing paired device info into nvs.
2: delete the exceeded device info from NVS when get bonded list during
bluedroid initialization.
3: unify the process of bt and ble to load bonded list during bluedroid
initialization.
2023-09-27 10:44:19 +08:00
morris
fcfb16050f
fix(intr): always allocate memory from internal ram
...
Closes https://github.com/espressif/esp-idf/issues/12271
2023-09-27 02:36:01 +00:00
Ondrej Kosta
acf5b6eccb
docs(esp_eth): added Ethernet to Improving Network Speed section
2023-09-26 13:29:37 +00:00
Ondrej Kosta
8d4ae2014b
feat(esp_eth): added IRAM optimization option for internal EMAC
2023-09-26 13:29:37 +00:00
Mahavir Jain
b089f6e038
Merge branch 'update/micro-ecc_submodule_v5.0' into 'release/v5.0'
...
feat(bootloader): Update micro-ecc version to v1.1 (v5.0)
See merge request espressif/esp-idf!26140
2023-09-26 18:34:27 +08:00
Harshit Malpani
c71801f9fa
fix(bootloader): Update kconfig option
2023-09-26 13:31:58 +05:30
Harshit Malpani
3ea86d53b1
fix(bootloader_support): Fix condition for SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT
...
Fix the condition to verify the image when SECURE_SIGNED_APPS_ECDSA_V2_SCHEME and
SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT are selected.
2023-09-26 13:31:58 +05:30
wanglai@espressif.com
025a669983
fix(bt/bluedroid): Modify the operator name to English in hfp_ag example
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
261a2618b9
fix(bt/bluedroid): Revise the description for index in esp_hf_ag_clcc_response and correct the error return in btc_hf_indchange_notification
...
1: modify the description of param index in function
esp_hf_ag_clcc_response.
2: fix the error code return of function btc_hf_indchange_notification.
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
f4170d127e
feat(bt/bluedroid): Add flag to control whether to send AT+CLIP cmd for BQB test
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
7e1af63bfc
feat(bt/bluedroid): Add flag to change HFP client features for BQB test
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
9897df3647
feat(bt/bluedroid): Add eSCO S1 support for hfp client BQB test
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
23e3279a84
feat(bt/bluedroid): Add flag to send BRSF features for hfp ag BQB test
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
4f332026e6
feat(bt/bluedroid): Modify the btc hf features for AT+NREC cmd in BQB test
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
ce41d2c0a8
fix(bt/bluedroid): Fix the process of sending OK in ATD and COPS cmds
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
9a11ce19ea
feat(bt/bluedroid): Add supprot for specific indicator sending from AG to Client
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
2a747a3058
feat(bt/bluedroid): Modify AT+CNUM response api and HFP AG example
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
0687fad3d6
feat(bt/bluedroid): Add HFP config for BQB test
2023-09-26 15:10:14 +08:00
liqigan
833d3226c5
fix(bt/bluedroid): Fix the issue for HID congestion checking
2023-09-26 14:15:44 +08:00
wanglai@espressif.com
6c1d11ad7e
feat(bt/bluedroid): Add flags for BQB auto test of L2CAP
...
1: add sdp_bqb_disable_flag to avoid running sdpu_build_n_send_error.
2: add sdp_bqb_inact_timeout_flag to set the SDP inactivity timeout to 90 seconds.
3: add l2cap_bqb_bad_cmd_len_rej_flag to reject the C-Frame with invalid PDU length
4: add l2cap_bqb_ertm_mode_included_flag to set L2CAP_FCR_ERTM_MODE for most L2CAP cases
2023-09-26 14:06:24 +08:00
David Cermak
0c379e6663
fix(http_client): Set common tcp config to both TCP and SSL transport
...
Foundation transport contained TCP properties for both TCP and SSL
transport, so it was enough to set the TCP connection properties
(keepalive, interface binding) to one transport only. After merging
5778a7c7
we have separate TCP properties for these transports and need
to set the same for both.
This commit also fixes unnecessary allocation of 1 more byte for if_name
Closes https://github.com/espressif/esp-protocols/issues/322
2023-09-25 14:57:25 +02:00
darshan
0ae59943e2
fix(nimble): added log for extended advertisement (v5.0)
2023-09-25 17:41:33 +05:30
Rahul Tank
840d8a2aee
Merge branch 'feature/adv_queue_congestion_v5.0' into 'release/v5.0'
...
feat(nimble): Added adv queue congestion check (v5.0)
See merge request espressif/esp-idf!25731
2023-09-25 19:18:39 +08:00
baohongde
7620ff11b5
change(bt/bluedroid): Send a name tag with zero length when there is no EIR data
2023-09-25 06:28:42 +00:00
Kapil Gupta
32c6d13001
change(wifi): Rename ESP_WIFI_MBEDTLS_CRYPTO to WPA_MBEDTLS_CRYPTO
2023-09-25 10:58:06 +05:30
Kapil Gupta
9562935813
change(wifi): Add dependency of group 19 for MbedTLS crypto
2023-09-25 10:57:57 +05:30
Kapil Gupta
3f0800ef66
change(wifi): Add supplicant's public API header files to doc
2023-09-25 10:57:11 +05:30
shangke
5d3d6bf7c0
fix(bt/controller): Fixed some HCI commands parameter
...
1: add param check for HCI_Recevie_Synchronization_Train.
2: add param check for HCI_Set_Connectionless_Peripheral_Broadcast.
3: fix slave cannot take a secure authentication.
2023-09-25 11:42:36 +08:00
chenqingqing
af72846e92
fix(bt/bluedroid): Fix the judgment condition for packet transmission status statistics
2023-09-25 10:50:52 +08:00
zhanghaipeng
a921a2dfd7
fix(bt/bluedroid): Fix set periodic advertising data error
2023-09-23 20:23:49 +08:00
harshal.patil
9bf94cb7e1
feat(bootloader): Update micro-ecc version to v1.1
...
This fix ensures that https://nvd.nist.gov/vuln/detail/CVE-2020-27209 is not
reported by the ESP-IDF SBOM tool. Please note that, this CVE was anyways not
applicable for ESP32 platform, as the bootloader (user of micro-ecc library)
do not perform signing on the device, its only verification that happens in
secure-boot-v1 case.
2023-09-22 10:50:00 +05:30
Krzysztof Budzynski
ce6d37fe35
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/spi_slave_hd.rst_backport_v5.0' into 'release/v5.0'
...
docs: provide CN translation for api-reference/peripherals/spi_slave_hd.rst (Backport v5.0)
See merge request espressif/esp-idf!26103
2023-09-22 10:51:48 +08:00
Cai Xin Ying
202d1f11e9
docs: provide CN translation for api-reference/peripherals/spi_slave_hd.rst (Backport v5.0)
2023-09-22 10:51:47 +08:00
You Wei
39cc5e0fcc
fix(ldgen): duplicate entries in the generated .ld file
2023-09-21 19:41:24 +08:00