alanmaxwell
5a43831006
fix(wifi): Fix bug using CONFIG_WIFI_ENABLED macro
2023-11-03 21:18:18 +08:00
Jiang Jiang Jian
5bf1070143
Merge branch 'bugfix/backport_wifi_fixes_v5.2' into 'release/v5.2'
...
fix(wifi): optimize wifi bin size and fix some issue
See merge request espressif/esp-idf!26894
2023-11-03 21:08:39 +08:00
Jiang Jiang Jian
a25673efb2
Merge branch 'backport/add_ot_radio_stats_enable_config_5_2' into 'release/v5.2'
...
Backport/backport some openthread features(backportV5.2)
See merge request espressif/esp-idf!26886
2023-11-03 20:58:37 +08:00
Jiang Jiang Jian
04ead4c281
Merge branch 'feat/add_support_for_host_only_mode_v5.2' into 'release/v5.2'
...
Feat/add support for host only mode v5.2
See merge request espressif/esp-idf!26881
2023-11-03 20:57:33 +08:00
Jiang Jiang Jian
bfa65bfd0d
Merge branch 'bugfix/remove_iram_attr_from_ceva_files_v5.2' into 'release/v5.2'
...
fix(nimble): remove IRAM_ATTR from npl_os_freertos.c file (v5.2)
See merge request espressif/esp-idf!26838
2023-11-03 20:57:13 +08:00
Jiang Jiang Jian
1ae6dad0d8
Merge branch 'bugfix/fix_compilation_issue_v5.2' into 'release/v5.2'
...
fix(wpa_supplicant): Fix compilation issue in EAP disabled (v5.2)
See merge request espressif/esp-idf!26876
2023-11-03 20:54:46 +08:00
Jiang Jiang Jian
cd33e77e0f
Merge branch 'bugfix/supplicant_tls_fix_v5.2' into 'release/v5.2'
...
fix(wpa_supplicant): Correct iv lenght passed in mbedtls_cipher_set_iv() (v5.2)
See merge request espressif/esp-idf!26845
2023-11-03 20:54:13 +08:00
Jiang Jiang Jian
5171308939
Merge branch 'fix/exception_was_unhandled_for_bt_spp_vfs_acceptor_v5.2' into 'release/v5.2'
...
fix(bt/bluedroid): fix LoadProhibited error in spp vfs acceptor example (backport v5.2)
See merge request espressif/esp-idf!26860
2023-11-03 20:49:32 +08:00
Roland Dobai
bcf2ef7ddd
Merge branch 'bugfix/docker_safe_repo_v5.2' into 'release/v5.2'
...
fix(docker): set esp-idf repo as safe directory (v5.2)
See merge request espressif/esp-idf!26803
2023-11-03 20:02:49 +08:00
Island
3d37631967
Merge branch 'bugfix/ble_update_lib_1027_5.2' into 'release/v5.2'
...
Bugfix/ble update lib 1027 5.2
See merge request espressif/esp-idf!26831
2023-11-03 17:53:23 +08:00
Wang Meng Yang
8a12837745
Merge branch 'feature/include_hf_and_ag_in_single_build_v5.2' into 'release/v5.2'
...
Feature/include hf and ag in single build v5.2
See merge request espressif/esp-idf!26873
2023-11-03 16:00:21 +08:00
Shu Chen
8ab97bb37d
Merge branch 'bugfix/esp32c6_phy_coex_sleep_issue_v5.2' into 'release/v5.2'
...
fix(esp_phy): update esp32c6 libphy for coex zb rx and sleep bug (backport v5.2)
See merge request espressif/esp-idf!26884
2023-11-03 14:16:49 +08:00
morris
85ba4189f8
Merge branch 'bugfix/fix_pdm_rx_high_pass_cut_off_coeff_v5.2' into 'release/v5.2'
...
bugfix(i2s): fix pdm rx high pass filter cut off coeff (v5.2)
See merge request espressif/esp-idf!26836
2023-11-03 13:46:12 +08:00
liuning
93efb9e351
fix(rom): fix wifi rom ld
2023-11-03 10:20:49 +08:00
Kapil Gupta
89dcaf4ae5
fix(esp_wifi): Drop fragmented AMPDU(fixCVE-2020-26142)
2023-11-03 10:17:41 +08:00
alanmaxwell
1dd7ece5d3
fix(wifi): optimize wifi bin size and fix some issue
...
1.Optimize bin size for STA only mode
2.Change fragment threshold to 256
3.Support fragment for LR mode
4.Fix ampdu duration issue
5.Fix rx fragment fail in Open mode.
2023-11-03 10:17:26 +08:00
Kapil Gupta
7a701fbc85
fix(esp_wifi): Fix key install issue in PTK renew
2023-11-03 10:16:48 +08:00
Shreyas Sheth
e8d43b03a1
fix(wifi): wpa3 softap fix deauth when assoc req recv before sae is finished
2023-11-03 10:15:55 +08:00
Sarvesh Bodakhe
8f8f7ddb45
fix(esp_wifi): Fix issue of station disconnecting immediately when AP RSSI is zero
2023-11-03 10:14:47 +08:00
Island
deceda36ac
Merge branch 'backport/fix_ble_bugs_v5.2' into 'release/v5.2'
...
Backport/fix ble bugs v5.2(backport v5.2)
See merge request espressif/esp-idf!26795
2023-11-03 09:12:32 +08:00
morris
7c93afb8bd
Merge branch 'bugfix/rmt_stop_issue_v5.2' into 'release/v5.2'
...
fix(rmt): a disabled channel may pick up a pending transaction (v5.2)
See merge request espressif/esp-idf!26778
2023-11-02 23:00:07 +08:00
morris
1a3a74c26c
Merge branch 'bugfix/32bit_addr_naming_v5.2' into 'release/v5.2'
...
bugfix(spi_flash): Fix wrong naming on 32bit address (backport v5.2)
See merge request espressif/esp-idf!26833
2023-11-02 21:46:48 +08:00
Shu Chen
0582b4a25f
Merge branch 'backport5.2/bugfix/fix_c6_wrong_reg_offset' into 'release/v5.2'
...
fix(coex): fix esp32c6 wrong reg offset(backport v5.2)
See merge request espressif/esp-idf!26768
2023-11-02 20:47:34 +08:00
zwx
57e59a47c1
feat(openthread): Add deep sleep support for SED
2023-11-02 20:19:00 +08:00
zwx
23c0565a95
feat(openthread): add config for radio statistic feature
2023-11-02 20:18:54 +08:00
xiaqilin
462d57e18f
fix(esp_phy): update esp32c6 libphy for coex zb rx and sleep bug
2023-11-02 19:37:28 +08:00
Kapil Gupta
94c38470ac
fix(wpa_supplicant): Fix compilation issue in EAP disabled
2023-11-02 16:17:18 +05:30
Jin Cheng
b05df37981
feat(bt/bluedroid): Support to build HID Host and HID Device in single binary
2023-11-02 17:32:55 +08:00
Wang Mengyang
8b8c3d6204
feat(bt/bluedroid): Support to build HFP Audio Gateway and Hands Free Unit in single binary
2023-11-02 17:32:48 +08:00
gongyantao
22108bbeb4
fix(bt/bluedroid): fix loadprohibited error in spp vfs acceptor example
2023-11-02 11:47:21 +08:00
morris
8dda17e3a3
fix(rmt): a disabled channel may pick up a pending transaction
...
because in the trans_done interrupt, the driver didn't check the channel FSM
2023-11-02 11:30:42 +08:00
Jin Cheng
59e504ef27
feat(bt/bluedroid): Added bt_discovery based host only example
2023-11-02 11:10:35 +08:00
Jin Cheng
b9ed6f722b
feat(bt/bluedroid): Added mode to use BlueDroid host only without Bluetooth Controller
2023-11-02 11:10:24 +08:00
laokaiyao
f03448ca94
fix(i2s): fix pdm rx high pass filter cut off coeff
2023-11-02 10:10:14 +08:00
Kapil Gupta
ba274216b9
fix(wpa_supplicant): Correct iv lenght passed in mbedtls_cipher_set_iv()
2023-11-01 18:02:18 +05:30
Rahul Tank
e758c819d9
fix(nimble): remove IRAM_ATTR from npl_os_freertos.c file
2023-11-01 17:36:44 +05:30
Cao Sen Miao
5fb2277aaa
bugfix(spi_flash): Fix wrong naming on 32bit address
2023-11-01 18:15:13 +08:00
luomanruo
3b7e220519
ble: update c2 lib to 6ed444f2
2023-11-01 17:25:24 +08:00
luomanruo
e3d72eada7
ble: update c2 rom.ld
2023-11-01 17:25:17 +08:00
cjin
20ca1c0dfa
change(ble): added option for msys buffer source
2023-11-01 17:25:09 +08:00
luomanruo
caaf3fbe69
ble: update c6 h2 lib to 5bd7cb83, c2 lib to 1d31e175
2023-11-01 17:25:01 +08:00
Frantisek Hrbata
113c22c1fc
fix(tools/docker): set esp-idf repo as safe directory
...
In our docker docs[1] we recommend to start docker as a non-root user. This has
a side effect, because the esp-idf repo in docker image is owned by
root. Git by default refuses even to parse a config file if the repo is
owned by other than current user. As a result the version detection in
cmake fails[2] and the app version is set to "HEAD-HASH-NOTFOUND".
This adds esp-idf repo to the system git config as a safe one.
[1] https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/
tools/idf-docker-image.html#building-a-project-with-cmake
[2] https://github.com/espressif/esp-idf/issues/12389#issuecomment-1764268773
Closes https://github.com/espressif/esp-idf/issues/12389
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-10-31 16:23:54 +01:00
zhanghaipeng
0de2c5092b
feat(bt/bluedroid): Display BLE permission check handle in error trace
2023-10-31 19:45:10 +08:00
zhanghaipeng
1ea656f3d9
fix(bt/bluedroid): Fix max BLE gattc notify number to improve compatibility
2023-10-31 19:44:36 +08:00
zhanghaipeng
a2e4a3581b
feat(bt/bluedroid): Support BLE gattc notify registration number
2023-10-31 19:42:48 +08:00
zhanghaipeng
b68c026adb
fix(bt/bluedroid): Fix key size check in BLE smp
2023-10-31 19:42:34 +08:00
zhanghaipeng
855f95e588
fix(bt/bluedroid): Optimize compatibility with Android 10 and later devices
2023-10-31 19:42:23 +08:00
zhanghaipeng
1276247696
feat(bt/bluedroid): Support hid device control point
2023-10-31 19:42:13 +08:00
zhanghaipeng
cb1765de81
fix(bt/bluedroid): Optimize compatibility with IOS and MACOS devices
2023-10-31 19:42:01 +08:00
Xu Si Yu
7385079984
fix(coex): fix esp32c6 wrong reg offset
2023-10-31 15:41:08 +08:00