morris
5d2609911e
Merge branch 'fix/twai_io_init_glitch_v5.2' into 'release/v5.2'
...
fix(driver_twai): fixed bus-off when twai_init due to wrong gpio config (v5.2)
See merge request espressif/esp-idf!34817
2025-01-14 11:56:22 +08:00
liuning
a122a750fb
fix(wifi): fix double max active time, fix coex pwr period cant been updated by ps type set
2025-01-14 10:42:47 +08:00
liuning
1bb0b02c55
feat(coex): update coexist debug default event
2025-01-14 10:37:32 +08:00
David Čermák
5de8b483ea
Merge branch 'fix/lwip_ping_ipv6only_v5.2' into 'release/v5.2'
...
fix(lwip): Fix IP6 raw socket checksum in IPv6-only configuration (v5.2)
See merge request espressif/esp-idf!35087
2025-01-14 01:59:07 +08:00
Jiang Jiang Jian
6050f356c2
Merge branch 'bugfix/fix_the_wpa3_connect_error_in_mesh_v5.2' into 'release/v5.2'
...
fix(wifi/mesh): fixed the mesh connection failure in WPA3 mode after erasing flash (v5.2)
See merge request espressif/esp-idf!36326
2025-01-13 19:37:06 +08:00
Mahavir Jain
7351290ac4
Merge branch 'bugfix/update_api_to_get_url_correctly_v5.2' into 'release/v5.2'
...
fix(esp_http_client): updated API esp_http_client_get_url() to get URL in correct format (v5.2)
See merge request espressif/esp-idf!36333
2025-01-13 18:25:24 +08:00
Guillaume Souchere
7fac9e4f7a
fix(esp_hw_support): Unused variables in memory_utils functions
2025-01-13 11:11:40 +01:00
David Čermák
9c6da59dca
Merge branch 'fix/esp_netif_ppp_nullptr_check_v5.2' into 'release/v5.2'
...
fix(esp_netif): Prevent null deref when checking netif type (v5.2)
See merge request espressif/esp-idf!35672
2025-01-13 17:41:23 +08:00
Song Ruo Jing
2e41f0b875
fix(clk): postpone CPU PLL off time in sleep
...
For PMU supported chips, powering down CPU PLL in sleep will be done by PMU, not sleep code
2025-01-13 17:33:23 +08:00
David Cermak
38323b6601
fix(lwip): Fix ping_v6 receiving to accept only echo replies
...
This fixes a bug where we ping our own IP and the request itself
bounces back to the raw receive function and is incorrectly treated as
reply. (this bug was discovered when fixing ICMPv6 pings with incorrect
checksums, while the ping request was dropped in icmpv6.c due to wrong
checksum, but was also fed to raw layers where it was treated as
"correct" response, so the PINGv6 to ourselves still worked)
2025-01-13 10:25:45 +01:00
David Cermak
a662c54630
fix(common_connect): Fix example's stdin/out to setup UART interrupt once
...
Function example_configure_stdin_stdout() was used for simple UART I/O
operation in CI to enter test env configuration (wifi ssid, IPs, etc).
It could be called multiple times, but didn't handle the situation where
we install UART interrupt from multiple source (e.g. in ICMP tests,
where we first need to enter wifi credentials of test AP and then we
start ping-cmd console to handle ping commands)
2025-01-13 10:25:45 +01:00
David Cermak
4e18af6d43
fix(lwip): Fix IP6 raw socket checksum in IPv6-only configuration
...
* Update submodule: git log --oneline 0606eed9..3ca49ce4
- sockets: Make IPv6 only netconn type IPv6 aware (espressif/esp-lwip@3ca49ce4 )
2025-01-13 10:25:45 +01:00
Marius Vikhammer
7c61170550
fix(lp_io): allow edge wakeup types for LP-IO on chips which support it
2025-01-13 16:51:04 +08:00
morris
7a63e00c4c
Merge branch 'bugfix/uart_single_wire_mode_v5.2_fix' into 'release/v5.2'
...
fix(uart): fix incorrect IO configuration for TX and RX configure to the same pin
See merge request espressif/esp-idf!36294
2025-01-13 16:50:34 +08:00
Jin Cheng
a2034f258d
fix(bt/controller): fixed missing critical protections on linked-list structure of (e)SCO buffers
2025-01-13 14:58:51 +08:00
Song Ruo Jing
fe62246f5a
fix(uart): fix incorrect IO configuration for TX and RX configure to the same pin
2025-01-13 14:48:33 +08:00
Tan Yan Quan
47e889c809
fix(openthread): update SRP server to support zero subtype/v5.2
...
* esp-openthread: 4f3fd4895
* openthread: 005c5cefc
* esp-idf: 81bce81a1
2025-01-13 14:22:47 +08:00
nilesh.kale
51c668f2b9
fix(esp_http_client): updated API esp_http_client_get_url to get URL in correct format
...
This commit updates the API to include the port number in the URL,
which was previously missing.
2025-01-13 11:14:48 +05:30
Rahul Tank
81bce81a18
Merge branch 'bugfix/fix_few_nimble_issues_v5.2' into 'release/v5.2'
...
fix(nimble): Fix few nimble issues 11012025 (v5.2)
See merge request espressif/esp-idf!36313
2025-01-13 13:26:40 +08:00
Mahavir Jain
db2d0eff7c
Merge branch 'fix/return_esp_err_t_for_httpd_req_get_url_query_str_v5.2' into 'release/v5.2'
...
feat(https_server): Added checks to verify if uri is empty (v5.2)
See merge request espressif/esp-idf!36288
2025-01-13 11:51:49 +08:00
Jiang Jiang Jian
3dd245fbc4
Merge branch 'lwip/dns_clear_cache_fix_v5.2' into 'release/v5.2'
...
fix(lwip): Fixed active DNS entries before clearing cache(v5.2)
See merge request espressif/esp-idf!36213
2025-01-13 11:33:04 +08:00
zhangyanjiao
e221554c3e
fix(wifi/mesh): fixed the mesh connection failure in WPA3 mode after erasing flash
...
Closes https://github.com/espressif/esp-idf/issues/14095
2025-01-13 11:16:47 +08:00
Jiang Jiang Jian
54df5ddae1
Merge branch 'bugfix/use_wpa3_ent_authmode_naming_v5.2' into 'release/v5.2'
...
fix(wifi): Add support to recongize different WPA3 Authentication modes from specifications (Backport v5.2)
See merge request espressif/esp-idf!36146
2025-01-13 10:31:19 +08:00
morris
3f76bbe225
Merge branch 'fix/spi_slave_no_dma_rx_overwrite_v5.2' into 'release/v5.2'
...
fix(driver_spi): fixed slave no dma rx overwrite when trans_len below or over (v5.2)
See merge request espressif/esp-idf!34172
2025-01-13 10:02:35 +08:00
Tomáš Rohlínek
3c6372d711
fix(storage/vfs): incorrect log level in esp_vfs_register_fd_range
...
Closes https://github.com/espressif/esp-idf/issues/14327
2025-01-10 16:51:47 +01:00
Abhinav Kudnar
b3a5fe83a4
feat(nimble): Additional changes in PAWR IDF Examples/support for ESP IP
2025-01-10 17:44:36 +05:30
Rahul Tank
f38a2dbce7
fix(nimble): Reset data length global variables
2025-01-10 17:42:33 +05:30
Rahul Tank
6333e1d826
fix(nimble): Fixed a typo in Kconfig file
2025-01-10 17:40:07 +05:30
Astha Verma
466a41864c
fix(nimble): Added HCI_Read_Remote_Version_Information command
2025-01-10 17:39:58 +05:30
Rahul Tank
12f868ca5e
fix(nimble): Clear our and peer security records during unpair
2025-01-10 17:38:08 +05:30
morris
778aa5731f
Merge branch 'feature/usb_host_hubs_support_msg_backport_v5.2' into 'release/v5.2'
...
feat(hub): Added notification when hubs support is disabled (backport to v5.2)
See merge request espressif/esp-idf!35453
2025-01-10 18:59:48 +08:00
hrushikesh.bhosale
a88c2e85b6
feat(https_server): Added checks to verify if uri is empty
...
Added the checks if the URI is empty for the funtions httpd_req_get_url_query_len
and httpd_req_get_url_query_str in httpd_parser.c
2025-01-10 11:09:57 +05:30
morris
a73c62ef9a
Merge branch 'bugfix/uart_single_wire_mode_v5.2' into 'release/v5.2'
...
fix(uart): allow same pin for tx and rx in uart_set_pin; UART_SELECT_READ_NOTIF race conditon fix (v5.2)
See merge request espressif/esp-idf!36261
2025-01-10 11:42:19 +08:00
Sarvesh Bodakhe
d2ba44d9e1
fix(wifi): Add support to recongize different WPA3 Authentication modes from specs
...
1. Add support to recognize APs supporting 'WPA3-Enterprise-Only Mode' and
'WPA3-Enterprise-Transition Mode' using authmodes WIFI_AUTH_WPA3_ENTERPRISE
and WIFI_AUTH_WPA2_WPA3_ENTERPRISE, respectively.
2. Add placeholder enums in 'wifi_auth_mode_t' for maintaining
forward compatibility with minor versions > v5.2
2025-01-09 10:41:28 +05:30
Song Ruo Jing
fd55869f82
fix(uart): allow same pin for tx and rx in uart_set_pin
...
Closes https://github.com/espressif/esp-idf/issues/14787
2025-01-09 12:04:45 +08:00
Jiang Jiang Jian
59cf08863a
Merge branch 'backport/backport_some_changes_to_v5.2_20250106' into 'release/v5.2'
...
Backport/backport some changes to v5.2 20250106
See merge request espressif/esp-idf!36231
2025-01-09 11:55:27 +08:00
wanckl
a863380698
fix(driver_spi): fixed slave no dma rx overwrite when trans_len below or over
...
Closes https://github.com/espressif/esp-idf/issues/14462
2025-01-09 11:53:53 +08:00
Jiang Jiang Jian
d5cd3b734d
Merge branch 'feat/add_config_for_ble_vs_qa_cmd_v5.2' into 'release/v5.2'
...
fixed interrupt WDT when shutdown bt controller on ESP32(ba6739f) (v5.2)
See merge request espressif/esp-idf!36174
2025-01-09 11:51:26 +08:00
Jiang Jiang Jian
58001363d6
Merge branch 'fix/c61_h2_pmu_icg_csv_update_v5.2' into 'release/v5.2'
...
fix(pmu): h2 update pmu_icg_mapping.h (v5.2)
See merge request espressif/esp-idf!34798
2025-01-09 11:50:27 +08:00
Jiang Jiang Jian
82e72bcf53
Merge branch 'fix/adc_monitor_not_work_v5.2' into 'release/v5.2'
...
fix(esp_adc): fixed adc continue monitor don't work issue (v5.2)
See merge request espressif/esp-idf!35167
2025-01-09 11:49:43 +08:00
Jiang Jiang Jian
95873178f6
Merge branch 'fix/blufi_example_mem_access_v5.2' into 'release/v5.2'
...
fix(ble/blufi): Fixed blufi example security issue (v5.2)
See merge request espressif/esp-idf!36162
2025-01-09 11:47:02 +08:00
Jiang Jiang Jian
611ddca83a
Merge branch 'bugfix/enable_eap_workarounds_v5.2' into 'release/v5.2'
...
fix(esp_wifi): Enable EAP workarounds by default (v5.2)
See merge request espressif/esp-idf!36154
2025-01-09 11:46:21 +08:00
Song Ruo Jing
b0d6ba527f
fix(uart): fix race condition with the use of UART_SELECT_READ_NOTIF
...
UART_SELECT_READ_NOTIF needs to be sent after received data got processed
to avoid the potential race condition
2025-01-09 11:45:31 +08:00
Jiang Jiang Jian
c93a343ba0
Merge branch 'fix/fix_pm_trace_rtc_domain_keeping_v5.2' into 'release/v5.2'
...
fix(esp_pm): enable RTC_PERIPH domain once in esp_pm_trace_init (v5.2)
See merge request espressif/esp-idf!35999
2025-01-09 11:45:21 +08:00
Jiang Jiang Jian
5912a47d41
Merge branch 'fix/fix_flash_leakage_workaroud_config_dependcy_v5.2' into 'release/v5.2'
...
fix(esp_hw_support): fix FLASH leakage workaround kconfig dependcy (v5.2)
See merge request espressif/esp-idf!35992
2025-01-09 11:44:48 +08:00
Jiang Jiang Jian
578a6f9627
Merge branch 'bugfix/ws_head_buf_size_v5.2' into 'release/v5.2'
...
fix(tcp_transport): Fix websocket header read to handle overflow (v5.2)
See merge request espressif/esp-idf!35669
2025-01-09 11:44:04 +08:00
Jiang Jiang Jian
fe262a71f0
Merge branch 'change/change_pm_slp_iram_opt_dependence_v5.2' into 'release/v5.2'
...
change(esp_pm): change pm_slp_iram_opt dependence(backport v5.2)
See merge request espressif/esp-idf!33869
2025-01-09 11:43:40 +08:00
Jiang Jiang Jian
6e51dc41cc
Merge branch 'fix/littlefs_image_creation_windows_v5.2' into 'release/v5.2'
...
fix(littlefs): Allow LittleFS image generation on Windows + version bump (v5.2)
See merge request espressif/esp-idf!34917
2025-01-09 11:42:08 +08:00
Shu Chen
cce96ba9f4
Merge branch 'feature/support_esp32h2eco5_phylib_v5.2' into 'release/v5.2'
...
feat(esp_phy): support esp32h2eco5 phylib (v5.2)
See merge request espressif/esp-idf!36210
2025-01-09 11:37:31 +08:00
Island
a10be2bcae
Merge branch 'bugfix/fix_some_ble_bugs_241224_esp32c3_v5.2' into 'release/v5.2'
...
Fixed some BLE bugs 241224 on ESP32C3(fd62b31) (v5.2)
See merge request espressif/esp-idf!36194
2025-01-09 11:34:55 +08:00