Island
1da4afc70a
Merge branch 'bugfix/address_resolution_v5.0' into 'release/v5.0'
...
fix(nimble): Added support for address resolution during inquiry (v5.0)
See merge request espressif/esp-idf!28520
2024-01-25 14:07:04 +08:00
Island
acf8c3e9e3
Merge branch 'bugfix/fix_some_ble_issue_v5.0' into 'release/v5.0'
...
Bugfix/fix some ble issue v5.0(backport v5.0)
See merge request espressif/esp-idf!28615
2024-01-25 12:19:24 +08:00
Island
7324e55dc0
Merge branch 'bugfix/ble_check_adv_data_v5.0' into 'release/v5.0'
...
fix(bt/bluedroid): Fix ble adv data check to avoid memory overflow(backport v5.0)
See merge request espressif/esp-idf!28407
2024-01-25 12:19:11 +08:00
Island
bcc7d4e427
Merge branch 'bugfix/fix_ble_memory_leak_v5.0' into 'release/v5.0'
...
fix(ble/bluedroid): Fix ble memory leak when gattc config off(backport v5.0)
See merge request espressif/esp-idf!28497
2024-01-25 12:18:59 +08:00
muhaidong
48b9fde3e3
fix(wifi): fix pmk invalid lead same ssid wpa and wpa2 connect fail issue
2024-01-24 16:38:43 +08:00
Mahavir Jain
4b13be6cf0
Merge branch 'bugfix/update_jtag_disabling_api_v5.0' into 'release/v5.0'
...
fix(esp_hw_support): fix API esp_hmac_disable_jtag() to disable JTAG (v5.0)
See merge request espressif/esp-idf!28502
2024-01-24 15:07:27 +08:00
Mahavir Jain
44593bf3ef
Merge branch 'feat/update_cjson_v1_7_17_v5.0' into 'release/v5.0'
...
feat(cJSON): update submodule to v1.7.17 (v5.0)
See merge request espressif/esp-idf!28350
2024-01-24 15:06:59 +08:00
Jiang Jiang Jian
9be6e00f1e
Merge branch 'bugfix/fix_scan_request_ifs_error_v5.0' into 'release/v5.0'
...
Fixed BLE scan request ifs time error in coexistence scenarios(backport v5.0)
See merge request espressif/esp-idf!28576
2024-01-24 14:00:49 +08:00
laokaiyao
12714a6fda
fix(i2s): fixed incorrect reg base name on C3
...
Closes https://github.com/espressif/esp-idf/issues/12643
2024-01-23 12:07:50 +08:00
zhanghaipeng
ca056b198f
feat(bt/bluedroid): Support ext adv aux option
2024-01-22 20:54:04 +08:00
zhanghaipeng
e37dcaa92f
fix(bt/bluedroid): Fix BLE malloc internal wrapper fail
2024-01-22 20:53:53 +08:00
Zeke Gustafson
570cc22bdc
feat(ble/bluedroid): Add getter for BLE GAP callback
2024-01-22 20:53:44 +08:00
Zeke Gustafson
46253edd6a
feat(ble/bluedroid): Add getter for BLE GATTS callback
2024-01-22 20:53:36 +08:00
zhanghaipeng
b9caeb4559
feat(ble/bluedroid): Add getter for BLE GATTC calllback
2024-01-22 20:53:28 +08:00
zhanghaipeng
a3759a122e
docs(ble/bluedroid): Optimize documentation for BLE duplicate scan
2024-01-22 20:53:20 +08:00
zhanghaipeng
b447216f8a
fix(ble/bluedroid): Fix dangling pointer issue in deletion of bonded devices
2024-01-22 20:53:08 +08:00
zhanghaipeng
00b839ca66
fix(ble/bluedroid): Fix BLE background connection log level
2024-01-22 20:53:00 +08:00
Adam Múdry
43d0b27053
feat: LittleFS bump version to 1.13.0
2024-01-22 20:21:21 +08:00
sonika.rathi
4ffa46428e
feat(example/storage/littlefs): add LittleFS demo example
2024-01-22 20:21:21 +08:00
Ondrej Kosta
8c305d182b
ci(esp_eth): enabled Ethernet ip101 jobs
2024-01-22 12:48:41 +01:00
Jiang Jiang Jian
ad2c1809ce
Merge branch 'bugfix/ble_update_lib_20231229_v5.0' into 'release/v5.0'
...
update lib on release/v5.0
See merge request espressif/esp-idf!28187
2024-01-22 11:15:01 +08:00
linruihao
698c736c06
fix(esp_coex): Fixed potential BLE scan request ifs timer error bug
2024-01-19 19:42:32 +08:00
luoxu
90ee8c4cb8
bugfix(ble_mesh): add duplicate scan config for esp32s3
2024-01-19 16:57:59 +08:00
luoxu
e138aae301
feat(ble_mesh): Miscellaneous updates for mesh kconfig, relay related
2024-01-19 16:57:59 +08:00
Harshit Malpani
a2ed654c6d
feat(cjson): update submodule to v1.7.17
...
Changelog: https://github.com/DaveGamble/cJSON/releases/tag/v1.7.17
2024-01-19 14:08:06 +05:30
zhiweijian
8aa3f66084
Fixed BLE scan request ifs timer error in coexistence scenarios
2024-01-19 14:53:40 +08:00
Jiang Jiang Jian
d6933bd3c7
Merge branch 'bugfix/fix_crash_issue_when_mesh_deinit_v5.0' into 'release/v5.0'
...
fix(wifi): fix the crash and malloc fail issue (v5.0)
See merge request espressif/esp-idf!28557
2024-01-19 11:10:38 +08:00
Jiang Jiang Jian
463514a3ba
Merge branch 'bugfix/fix_mac_bb_pd_iwdt_timeout_v5.0' into 'release/v5.0'
...
fix(ble): fixed interrupt timeout in MAC_BB_PD callback (v5.0)
See merge request espressif/esp-idf!28466
2024-01-18 19:42:56 +08:00
zhangyanjiao
8e8c240f84
fix(wifi): fix the crash and malloc fail issue
...
1. fix(wifi/mesh): fix the crash issue when mesh deinit
2. fix(wifi):fix when ap recv auth in sa query porcess will memset psq issue
2024-01-18 11:27:22 +08:00
Jiang Jiang Jian
2398c20ce9
Merge branch 'bugfix/fix_wpa3_connect_fail_issue_v5.0' into 'release/v5.0'
...
fix(wifi): fix wpa3 connect fail issue
See merge request espressif/esp-idf!28436
2024-01-18 11:19:10 +08:00
Michael (XIAO Xufeng)
5a3a5b47a7
Merge branch 'bugfix/recalib_bbpll_before_tuning_v5.0' into 'release/v5.0'
...
fix(bbpll): fix bbpll may not lock or not stable bug for stop early (ESP32C2/S3/C6/H2) (v5.0)
See merge request espressif/esp-idf!28286
2024-01-17 21:22:30 +08:00
xiongweichao
6674d0f0e5
fix(bt/bluedroid): Fixed SPP connection failure
...
The connection failure is caused by the BTU and application layer status being out of sync.
2024-01-17 19:40:38 +08:00
cjin
dd7bd8ab34
Revert "change(ble): added ble cca en and thresh option"
...
This reverts commit f6760db77d
.
2024-01-17 18:01:06 +08:00
Sudeep Mohanty
a5ad77accf
fix(console): Fixed linenoise prompt length calculation
...
This commit fixes a potential issue where in the prompt length used
for the linenoise based console could be calculated as a negative
integer, leading to a console hang.
Closes https://github.com/espressif/esp-idf/issues/4924
2024-01-17 09:42:41 +01:00
harshal.patil
8176a0341e
feat(bootloader_support): Encrypt only the app image instead of the whole partition
...
Currently, when flash encryption is enabled, the whole partition gets encrypted.
This can be optimised by encrypting only the app image instead of encrypting the whole partition.
Closes https://github.com/espressif/esp-idf/issues/12576
2024-01-17 14:06:49 +05:30
harshal.patil
c3facf79da
fix(bootloader_support): Fix image_length calculation when secure boot v1 is enabled
...
Fixed the value of the image_length field of the image metadata populated by esp_image_verfiy()
to include the size of the signature sector when Secure Boot V1 is enabled.
2024-01-17 14:06:48 +05:30
luomanruo
6cc8d4e697
ble(update):
...
Update c2 lib to e5789394
2024-01-17 15:41:51 +08:00
luomanruo
46bbb6cb48
ble: npl count is zero if nimble host is not used
2024-01-17 15:41:51 +08:00
luomanruo
edcb550e85
ble(update):
...
Update c2 lib to e5789394
2024-01-17 15:41:51 +08:00
Darshan Dobariya
c35c5adfb2
fix(nimble): Added support for address resolution during inquiry (v5.0)
2024-01-17 11:30:48 +05:30
nilesh.kale
1cd2bb4b22
fix(esp_hw_support): fix API esp_hmac_disable_jtag() to disable JTAG
...
After ets_hmac_disable(), invalidating JTAG register process is ineffective.
So, added call to enable hmac begore invalidating JTAG REG.
And similarly disabled it after invalidation.
2024-01-16 14:40:09 +05:30
zhanghaipeng
587a797f7b
fix(ble/bluedroid): Fix ble memory leak when gattc config off
2024-01-16 15:44:54 +08:00
schottj
75f1a51f3e
fix(app_update): fixed undeclared variable 'ret' in esp_ota_ops.c
2024-01-16 12:10:17 +05:30
Harshit Malpani
e713b3cbb5
feat: Add API to verify the bootloader and app image
...
Added an API to verify the bootloader and app image before revoking the key in Secure Boot V2.
This will help in preventing the device to be bricked if the bootloader/application cannot be
verified by any other keys in efuse
2024-01-16 11:57:06 +05:30
Roland Dobai
02c6d5033f
Merge branch 'fix/kconcheck_checks_v5.0' into 'release/v5.0'
...
fix(kconfcheck): Fixed false-positive indent errors and extended limits (backport v5.0)
See merge request espressif/esp-idf!28469
2024-01-16 00:06:59 +08:00
linruihao
50ef9e3533
fix(ble): fixed interrupt timeout in MAC_BB_PD callback
2024-01-15 16:17:06 +08:00
Jakub Kocka
cb6de0af4e
fix(kconfcheck): Fixed false-positive indent errors and extended limits
2024-01-15 09:15:58 +01:00
Xiao Xufeng
376be14e1c
fix(rtc): fixed bbpll not calibrated from bootloader issue
2024-01-14 02:38:49 +08:00
muhaidong
ef3830b4d8
fix(wifi): fix wpa3 connect fail issue
2024-01-12 16:35:13 +08:00
Jiang Jiang Jian
6e4eb1a6cc
Merge branch 'bugfix/fix_some_wifi_bugs_240111_v5.0' into 'release/v5.0'
...
fix(wifi): fix some wifi bugs (Backport v5.0)
See merge request espressif/esp-idf!28410
2024-01-11 22:44:15 +08:00