Jiang Jiang Jian
3f492c218d
Merge branch 'bugfix/fix_espnow_send_error_when_sta_connected_v4.4' into 'release/v4.4'
...
fix(Wi-Fi/Vendor): fix ESPNOW send error when station connected to AP and modem sleep is enabled (v4.4)
See merge request espressif/esp-idf!25788
2023-10-07 14:05:13 +08:00
Abhik Roy
ea3dd4c393
napt: restore to the initial state in deinit
...
This bug casue NAPT not work as normal after deinit then reinit
2023-10-06 20:13:20 +11:00
Roland Dobai
fcc43ef8ed
Merge branch 'fix/click-port-compl_v4.4' into 'release/v4.4'
...
fix(tools): fix autocomplete for --port option (v4.4)
See merge request espressif/esp-idf!25876
2023-10-05 12:59:17 +08:00
Harshit Malpani
95ed121192
fix(esp_http_client): Call event_handler after header value is received
2023-10-05 10:24:31 +05:30
Mahavir Jain
fd07086a2a
Merge branch 'bugfix/http_client_tcp_config_v4.4' into 'release/v4.4'
...
http_client: Set common tcp config to both TCP and SSL transport (v4.4)
See merge request espressif/esp-idf!26207
2023-10-04 21:22:05 +08:00
Rahul Tank
d9a6dbe3a6
Merge branch 'bugfix/post_reattempt_cnt_event_v4.4' into 'release/v4.4'
...
fix(nimble): Add event for reattempt connection count information (v4.4)
See merge request espressif/esp-idf!26114
2023-09-29 15:56:03 +08:00
Mahavir Jain
919819e682
Merge branch 'feature/freertos_add_sbom_file_v4.4' into 'release/v4.4'
...
feat(freertos): Added SBOM manifest file for SPDX file generation (v4.4)
See merge request espressif/esp-idf!25893
2023-09-29 13:18:04 +08:00
Mahavir Jain
5f7d4aac6b
Merge branch 'update/micro-ecc_submodule_v4.4' into 'release/v4.4'
...
feat(bootloader): Update micro-ecc version to v1.1 (v4.4)
See merge request espressif/esp-idf!26141
2023-09-29 13:17:37 +08:00
Rahul Tank
69f6838b4b
fix(nimble): Add event for reattempt connection count information
2023-09-29 10:08:08 +05:30
Rahul Tank
68df9125f6
Merge branch 'bugfix/memmory_cleanup_optimizatoin_v4.4' into 'release/v4.4'
...
fix(nimble): Fix for memory leak/optimization (v4.4)
See merge request espressif/esp-idf!25982
2023-09-29 12:34:46 +08:00
chenqingqing
6e47cc1059
fix(bt/bluedroid): Fix the judgment condition for packet transmission status statistics
2023-09-27 19:17:54 +08:00
Aditya Patwardhan
b550086d0e
Merge branch 'update/version_4_4_6' into 'release/v4.4'
...
versions: Update version to 4.4.6
See merge request espressif/esp-idf!26089
2023-09-27 16:27:59 +08:00
Armando
cafc087cc5
change(mspi): remove s3 120mhz sdr warning
2023-09-27 15:03:07 +08:00
Aditya Patwardhan
3572900934
versions: Update version to 4.4.6
2023-09-26 07:11:21 +00:00
Jiang Jiang Jian
67a0939231
Merge branch 'bugfix/iperf_udp_tx_issue' into 'release/v4.4'
...
iperf: added sequential numberring of Tx'ed datagrams
See merge request espressif/esp-idf!26085
2023-09-26 15:10:14 +08:00
liqigan
bdf8dd3d10
fix(bt/bluedroid): Fix the issue for HID congestion checking
2023-09-26 14:29:06 +08:00
David Cermak
05cde47281
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-26 06:29:36 +02:00
zhanghaipeng
0f66c73f67
fix(bt/bluedroid): Fix set periodic advertising data error
2023-09-23 20:18:42 +08:00
Nachiket Kukade
29c6b5478a
fix(examples/iperf): Update and rename default TCP/UDP buffer sizes
2023-09-22 15:13:57 +05:30
Ondrej Kosta
e7b171604a
fix(examples/iperf): added sequential numberring of Tx'ed datagrams
2023-09-22 15:13:44 +05:30
harshal.patil
7e14e7f5bd
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:16 +05:30
chenjianhua
b7e76d96fb
bluedroid: fix ble ext adv rand addr setting for NRPA
2023-09-21 21:34:35 +08:00
chenjianhua
375be9e109
bluedroid: fix ble adv data construct for device name
2023-09-21 21:34:23 +08:00
chenjianhua
b68fb2be7c
bluedroid: fix ble smp key distribution setting
2023-09-21 21:33:54 +08:00
Sudeep Mohanty
c30e238b16
fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix
...
This commit updates the IDLE task names for each core by concatenating
the respective coreIDs to the names.
Closes https://github.com/espressif/esp-idf/issues/12204
2023-09-21 13:16:51 +02:00
liqigan
146c8f24a6
change(bt/bluedroid): Limit sniff request when pending mode change event
2023-09-19 20:11:53 +08:00
LiPeng
7ca602e86b
fix(vfs): Fix event_write may not exit critical section
...
This commit fixes the event_write() function where the critical section
was unbalanced.
Merges https://github.com/espressif/esp-idf/pull/12258
2023-09-19 08:53:58 +02:00
Lou Tianhao
fa12d24f1c
feat(pm): add internal pull-up/downs option for gpio used for deepsleep wakeup
2023-09-19 11:16:20 +08:00
wuzhenghui
0b02441fe7
fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled
2023-09-19 10:51:24 +08:00
Jakob Hasse
c266f260fb
fix(pthread): fixed pthread_condvar linker hook
2023-09-18 12:31:43 +08:00
Rahul Tank
bf78b03cdc
fix(nimble): Fix for memory leak/optimization
2023-09-15 13:13:53 +05:30
Island
e9d442d2b7
Merge branch 'backport_v4.4' into 'release/v4.4'
...
fix(bt/bluedroid): Fix memory no free issue when disconneting for mesh(backport v4.4)
See merge request espressif/esp-idf!25958
2023-09-15 14:20:51 +08:00
Marius Vikhammer
e557ed94fb
fix(wdt): fixed potential WDT timeout when deinitializing task watchdog
...
If task WDT deinit was called from core 1 it would cause an interrupt WDT timeout
2023-09-14 13:16:46 +08:00
zhanghaipeng
19ed554062
fix(bt/bluedroid): Fix memory no free issue when disconneting for mesh
2023-09-13 18:15:41 +08:00
Sudeep Mohanty
484c77bdc9
feat(freertos): Added SBOM manifest file for SPDX file generation
...
This commit adds the SBOM manifest file for the FreeRTOS-Kernel to aid
SPDX file generation.
2023-09-08 12:57:44 +02:00
Peter Dragun
b266352f2f
fix(tools): fix autocomplete for --port option
...
Closes https://github.com/espressif/esp-idf/issues/7970
2023-09-08 09:30:42 +02:00
Wang Mengyang
edcb1b58b7
ci(bt/bluedroid): Add CI build test for HFP examples with voice over HCI enabled
2023-09-08 11:39:50 +08:00
chenqingqing
482532b7d7
feat(bt/api): Add new apis for hfp to get the numbers of packet status received and sent
2023-09-08 11:29:26 +08:00
Jiang Jiang Jian
c57d30e1df
Merge branch 'bugfix/reduce_bss_logging_v4.4' into 'release/v4.4'
...
WiFi: Reduce BSS logging in wpa_supplicant
See merge request espressif/esp-idf!25832
2023-09-07 22:36:57 +08:00
Michael (XIAO Xufeng)
df5df38458
Merge branch 'bugfix/tempsensor_wifi_conflict_v4.4' into 'release/v4.4'
...
temperature_sensor: Fix issue that have conflict with phy / Fix phy pwdet and tsens power cannot be set twice issue (v4.4)
See merge request espressif/esp-idf!25253
2023-09-07 14:15:16 +08:00
Kapil Gupta
102e0170c2
change(wifi): Reduce BSS logging in wpa_supplicant
2023-09-07 10:59:47 +05:30
Jin Cheng
21dfae06e4
fix(bt/bluedroid): Deleted the redundant 'memset' in btc_hf_cb_handler
2023-09-07 11:25:21 +08:00
Jin Cheng
8a6298c98e
docs(bt/bluedroid): Changed the description of esp_hf_client_reject_call
2023-09-07 11:25:21 +08:00
Jin Cheng
13842a9e68
fix(bt/bluedroid): Fixed invalid access to freed semaphore
2023-09-07 11:25:21 +08:00
Jin Cheng
d1d736d471
fix(bt/bluedroid): Fixed wrong indexes of HF-AG indicators
2023-09-07 11:25:21 +08:00
Jin Cheng
87d4d95e59
fix(bt/bluedroid): Added peer Bluetooth device address into HF callback parameters
2023-09-07 11:25:19 +08:00
Jin Cheng
7723d1bada
fix(bt/bluedroid): Changed log level from WARNING to DEBUG in bta_ag_sco_read_cback
2023-09-07 11:24:39 +08:00
Jin Cheng
d8e806de63
fix(bt/bluedroid): Fixed wrong code logic in 'AT+CIND?' of HFP
2023-09-07 11:24:39 +08:00
Jin Cheng
68e469d55f
fix(bt/bluedroid): Fixed errors in parsing ATD command in HFP AG
2023-09-07 11:24:34 +08:00
Jin Cheng
7db846e809
fix(bt/bluedroid): Fixed NULL Bluetooth device address in HF-AG events was reported to application layer
2023-09-07 11:06:57 +08:00