zhanghaipeng
b35c41aee0
fix(bt/bluedroid): Optimize compatibility with Android 10 and later devices
2023-10-31 14:38:42 +08:00
zhanghaipeng
6a94399233
feat(bt/bluedroid): Support hid device control point
2023-10-31 14:38:42 +08:00
zhanghaipeng
35afc37f1a
fix(bt/bluedroid): Optimize compatibility with IOS and MACOS devices
2023-10-31 14:38:42 +08:00
Aditya Patwardhan
2276b07b39
fix(esp-tls): Fix the https_request example build for esp-wolfssl
2023-10-29 19:18:05 +05:30
zhangyanjiao
3a436b0eb2
doc(WiFi/Vendor): Update the ESPNOW example for the recv callback function
2023-10-26 14:14:00 +08:00
Nachiket Kukade
d64a29c3b4
fix(examples/iperf): Update and rename default TCP/UDP buffer sizes
2023-10-26 10:35:57 +05:30
zhiweijian
5677692187
feat: add config to disable ble hci uart flow control
2023-10-20 16:48:33 +08:00
gongyantao
ae04d7b61d
fix(bt/bluedroid): Send device status of AG to HF with a different api
...
1: replace api esp_hf_ag_devices_status_indchange with esp_hf_ag_ciev_report in bluetooth
hfp_ag example to send device status of AG to HF unit.
2: remove the unused codes
2023-10-20 10:03:24 +08:00
Erhan Kurubas
1ddbc13499
fix(pytest_gcov): properly extract file path from the gcov output
2023-10-18 10:57:05 +02:00
zhangwenxu
3bb89e116a
feat(openthread): Host connection logic refactor
2023-10-16 15:02:57 +08:00
Jiang Jiang Jian
d02cfc21b7
Merge branch 'feature/walkthrough_for_spp_client_v5.1' into 'release/v5.1'
...
doc(nimble): Added the tutorial for spp_client example. (v5.1)
See merge request espressif/esp-idf!26201
2023-09-28 13:35:57 +08:00
Zim Kalinowski
1256e6fd6b
fix(examples): Reverted: Fix example build errors caused by the deep_sleep funcs are returnable
...
This reverts commit d521b7d52a
.
2023-09-27 12:25:51 +02:00
Anton Maklakov
c4b6f0cf41
Merge branch 'feature/walkthrough_for_spp_server_v5.1' into 'release/v5.1'
...
doc(nimble): Added the tutorial for spp_server example. (v5.1)
See merge request espressif/esp-idf!26216
2023-09-27 17:30:11 +08:00
Shu Chen
5b45d359d2
Merge branch 'feature/update_esp32h2_sleep_logic_backport_v5.1' into 'release/v5.1'
...
feat(pm): remove SOC_PM_RETENTION_HAS_CLOCK_BUG for esp32h2 (backport v5.1)
See merge request espressif/esp-idf!26181
2023-09-27 14:38:47 +08:00
Jiang Jiang Jian
8008dbe624
Merge branch 'test/bqb_test_bt_classic_hfp_v5.1' into 'release/v5.1'
...
feat(bt/hfp): Add support for HFP BQB auto test (backport v5.1)
See merge request espressif/esp-idf!26222
2023-09-27 14:15:22 +08:00
Jiang Jiang Jian
4b3cc2aa02
Merge branch 'feature/eth_iram_optimization_v5.1' into 'release/v5.1'
...
feat(esp_eth): added IRAM optimization option for internal EMAC (v5.1)
See merge request espressif/esp-idf!25842
2023-09-27 10:34:00 +08:00
Jiang Jiang Jian
b5891b61b6
Merge branch 'feature/walkthrough_for_coc_ble_cent_v5.1' into 'release/v5.1'
...
doc (nimble): Added the tutorial for coc_blecent example. (v5.1)
See merge request espressif/esp-idf!26204
2023-09-27 10:24:29 +08:00
Rahul Tank
8c74d2795c
Merge branch 'feature/walkthrough_for_ble_multi_adv_v5.1' into 'release/v5.1'
...
doc (nimble): Added the tutorial for ble_multi_adv example. (v5.1)
See merge request espressif/esp-idf!26178
2023-09-26 19:15:55 +08:00
Mahavir Jain
e565bc5a1b
Merge branch 'bugfix/fix_build_error_in_protocol_examples_v5.1' into 'release/v5.1'
...
fix: Fix protocols example to build without setting target (v5.1)
See merge request espressif/esp-idf!26200
2023-09-26 16:11:38 +08:00
wanglai@espressif.com
83a6683006
fix(bt/bluedroid): Modify the operator name to English in hfp_ag example
2023-09-26 15:10:05 +08:00
wanglai@espressif.com
e989d9eb32
feat(bt/bluedroid): Add supprot for specific indicator sending from AG to Client
2023-09-26 15:10:04 +08:00
wanglai@espressif.com
e1ead7ae40
feat(bt/bluedroid): Modify AT+CNUM response api and HFP AG example
2023-09-26 15:10:04 +08:00
Jiang Jiang Jian
face850973
Merge branch 'feature/rename_wpa2_ent_to_eap_client_v5.1' into 'release/v5.1'
...
WiFi: Rename WPA2 enterprise APIs to EAP Client. (v5.1)
See merge request espressif/esp-idf!26082
2023-09-26 13:30:52 +08:00
darshan
3c8d9a0d77
doc(nimble): Added the tutorial for spp_server example.
2023-09-26 10:23:10 +05:30
Abhinav Kudnar
5caf3b566d
doc (nimble): Added the tutorial for coc_blecent example.
2023-09-25 17:57:37 +05:30
darshan
d38147037d
doc(nimble): Added the tutorial for spp_client example. (v5.1)
2023-09-25 17:04:41 +05:30
Harshit Malpani
7decf3e344
fix: Fix protocols example to build without setting target
...
Protocol examples used to raise an error if the target was not set
and `idf.py build` command was used. This commit fix this error
and when IDF_TARGET is not set, ESP32 is selected as default target
2023-09-25 16:57:22 +05:30
xiaqilin
9a2b707e76
fix(ieee802154): using link0/2 for ieee802154 in esp32h2 chip
2023-09-25 17:26:24 +08:00
Ondrej Kosta
1199806d71
docs(esp_eth): added Ethernet to Improving Network Speed section
2023-09-25 10:54:08 +02:00
xiaqilin
1d02b6c1c6
feat(ieee802154): update ieee802154 sleep logic and support modem sleep
2023-09-25 13:39:59 +08:00
Abhinav Kudnar
c542d62d21
doc (nimble): Added the tutorial for ble_multi_adv example.
2023-09-25 10:35:39 +05:30
Ondrej Kosta
09f6dfa2c4
feat(esp_eth): added IRAM optimization option for internal EMAC
2023-09-25 02:10:29 +00:00
Jiang Jiang Jian
aececf745f
Merge branch 'bugfix/some_wifi_fixes_v5.1' into 'release/v5.1'
...
fix(esp_wifi): Some Wi-Fi bug fixes
See merge request espressif/esp-idf!26084
2023-09-21 18:46:02 +08:00
Jiang Jiang Jian
25f031c6e1
Merge branch 'backport/optimize-zb-core-implementation-v5.1' into 'release/v5.1'
...
feat(zigbee): optimize Zigbee example implementation (backport v5.1)
See merge request espressif/esp-idf!26064
2023-09-21 10:34:51 +08:00
xuxiao
7f9b241f7e
fix(wifi): fix some esp32c6 wifi bugs
2023-09-20 19:50:44 +08:00
Kapil Gupta
6c9692ecef
change(example): Update eap-fast example
2023-09-20 17:07:00 +05:30
Kapil Gupta
d490e99f74
change(example): Update wifi enterprise example
2023-09-20 17:06:59 +05:30
Rahul Tank
013a0d4fab
Merge branch 'bugfix/update_ble_phy_example_v5.1' into 'release/v5.1'
...
fix(nimble): Updated BLE Phy example (v5.1)
See merge request espressif/esp-idf!26015
2023-09-20 16:14:48 +08:00
xieqinan
e666df3345
feat(zigbee): optimize Zigbee example implementation
2023-09-20 12:38:51 +08:00
Xu Si Yu
614024106e
feat(openthread): rcp size optimization configurations
2023-09-19 17:15:03 +08:00
Rahul Tank
783cc77a29
fix(nimble): Updated BLE Phy example
...
The existing example has some issues which are now fixed.
1. Original example had legacy_pdu set which was not causing
the PHY to actually change. Fixed this
2. Added a way to initiate connection directly on 2M or Coded Phy.
2023-09-18 13:25:30 +05:30
Shu Chen
66c9fb087d
Merge branch 'feature/extenal_coexist_slave_support_v5.1' into 'release/v5.1'
...
feat(esp_coex): add external coex slave support (backport v5.1)
See merge request espressif/esp-idf!25976
2023-09-18 15:06:11 +08:00
xiaqilin
ca37e4dee6
feat(esp_coex): add external coex slave support
2023-09-14 17:59:30 +08:00
Shyamal Khachane
ae6fdffcd7
fix(esp_wifi): WPA3 enterprise 192 bit fix and config modification
...
1. Added SOC caps dependency for enabling 192 bit security in wifi enterprise example
2. Fixed authmode in log and connected event for WPA3 enterprise 192 bit security
2023-09-14 10:14:13 +08:00
xuxiao
b74c293505
feat(wifi): optimize esp32c6 iperf performance
2023-09-14 10:14:13 +08:00
Shu Chen
649b8bc6d5
Merge branch 'feature/support_ot_bugfixing' into 'release/v5.1'
...
Feature/support ot bugfixing(backport v5.1)
See merge request espressif/esp-idf!25676
2023-09-11 20:07:28 +08:00
Jiang Jiang Jian
680a254b18
Merge branch 'bugfix/hf_ag_report_event_with_null_bdaddr_v5.1' into 'release/v5.1'
...
Bugfix/fixed bugs of HFP in BlueDroid (v5.1)
See merge request espressif/esp-idf!25827
2023-09-11 10:54:09 +08:00
Jiang Jiang Jian
c99a5e6185
Merge branch 'feature/walkthrough_for_ble_periodic_adv_and_ble_periodic_sync_v5.1' into 'release/v5.1'
...
doc (nimble): Added the tutorial for ble_periodic_adv and ble_periodic_sync_examples. (v5.1)
See merge request espressif/esp-idf!25729
2023-09-11 10:07:54 +08:00
Jiang Jiang Jian
c1e0210285
Merge branch 'feature/walkthrough_for_nimble_examples_v5.1' into 'release/v5.1'
...
doc (nimble): Added Walkthrough tutorial for phy_cent example (v5.1)
See merge request espressif/esp-idf!24650
2023-09-11 10:07:40 +08:00
Wang Meng Yang
da07a096d0
Merge branch 'test/bqb_test_bt_classic_hid_v5.1' into 'release/v5.1'
...
feat(bt/bqb): Add setting local di record function for specific hid case of bqb auto test (backport v5.1)
See merge request espressif/esp-idf!25833
2023-09-11 07:36:25 +08:00
Jiang Jiang Jian
ab7ad8a848
Merge branch 'bugfix/fix_some_ble_bugs_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs (backport v5.1)
See merge request espressif/esp-idf!25776
2023-09-08 10:19:40 +08:00
Jiang Jiang Jian
b3717678c3
Merge branch 'docs/update_multi_antenna_switch_docs_v5.1' into 'release/v5.1'
...
Docs/update multi antenna switch docs v5.1(Backport v5.1)
See merge request espressif/esp-idf!25822
2023-09-08 10:18:43 +08:00
Wang Mengyang
5aa01470d5
ci(bt/bluedroid): Add CI build test for HFP examples with voice over HCI enabled
2023-09-08 00:52:07 +00:00
chenqingqing
7e406acb95
feat(bt/api): Add new apis for hfp to get the numbers of packet status received and sent
2023-09-08 00:52:07 +00:00
Jin Cheng
2584ab84fc
fix(bt/bluedroid): Fixed invalid access to freed semaphore
2023-09-08 00:52:07 +00:00
Jin Cheng
71ec923e55
fix(bt/bluedroid): Added peer Bluetooth device address into HF callback parameters
2023-09-08 00:52:07 +00:00
Jin Cheng
17d1b66d47
fix(bt/bluedroid): Fixed errors in parsing ATD command in HFP AG
2023-09-08 00:52:07 +00:00
morris
fefa61a7c7
Merge branch 'feature/esp_lcd_st7789_rgb_data_endian_config_v5.1' into 'release/v5.1'
...
feat(st7789): add data endian config (v5.1)
See merge request espressif/esp-idf!25802
2023-09-07 16:33:49 +08:00
wanglai@espressif.com
e29b67c02a
fix(bt/bluedroid): Changed HID related copyright automatically
2023-09-07 14:17:42 +08:00
muhaidong
01ebf0775e
esp_wifi: update multi antenna switch docs
2023-09-07 11:06:28 +08:00
muhaidong
e0e3bbd042
esp_wifi: the antenna parameter of example is not correct
2023-09-07 11:06:18 +08:00
zhanghaipeng
98f59569b0
docs(bt): Update comment in ble
2023-09-07 11:05:10 +08:00
zhanghaipeng
cc9c5b78b9
feat(bt/bluedroid): Support periodic adv adi feature
2023-09-07 11:05:09 +08:00
Jiang Jiang Jian
4a221b0346
Merge branch 'feature/ble_lib_update_h2_c6_v5.1' into 'release/v5.1'
...
ble: update h2 c6 libble to 5d7af429
See merge request espressif/esp-idf!25692
2023-09-07 10:25:18 +08:00
Planck (Lu Zeyu)
9d535c05f7
feat(st7789): add data endian config
...
Closes https://github.com/espressif/esp-idf/issues/11416
2023-09-06 16:59:13 +08:00
abhi152
c67381dce6
doc (nimble): Added Walkthrough tutorial for phy_cent example
2023-09-05 16:24:21 +05:30
cjin
d3e8242db1
feat: Support esp32c2 BLE power save example
2023-09-05 15:10:38 +08:00
Roshan Bangar
1520984157
feat(nimble): Added support for dynamic services
...
Added support for dynamic services
2023-09-05 11:52:17 +05:30
Rahul Tank
54c81ddfc9
Merge branch 'feature/walkthrough_for_blecent_v5.1' into 'release/v5.1'
...
doc(nimble): Added the tutorial for blecent example. (v5.1)
See merge request espressif/esp-idf!25667
2023-09-05 14:15:23 +08:00
Abhinav Kudnar
2264828ae5
(doc) nimble: Added the tutorial for ble_periodic_adv and ble_periodic_syncexamples.
2023-09-04 11:45:29 +05:30
zhangwenxu
4988c1a3d1
feat(openthread): add mesh local prefix configuration
2023-08-31 17:08:41 +08:00
darshan
38b0cb6e98
doc(nimble): Added tutorial for the blecent example.
2023-08-31 11:22:08 +05:30
xiaqilin
0a17c0831e
feat(openthread): disable lwip nd6 in openthread sleepy device
2023-08-29 17:35:27 +08:00
Jiang Jiang Jian
88e436f85a
Merge branch 'feature/add_ci_for_esp_wifi_powersave_example_v5.1' into 'release/v5.1'
...
ci(wifi): add pytest case for wifi powersave example (backport v5.1)
See merge request espressif/esp-idf!25499
2023-08-28 10:28:44 +08:00
Jiang Jiang Jian
99a80eddc3
Merge branch 'ci/fix_example_test_advanced_ota_v5.1' into 'release/v5.1'
...
ci(fix): example test advanced_https_ota_example_bluedroid_gatts (v5.1)
See merge request espressif/esp-idf!25524
2023-08-28 10:26:31 +08:00
Jiang Jiang Jian
3a34b768a9
Merge branch 'contrib/github_pr_12039_v5.1' into 'release/v5.1'
...
docs(iperf): Update documentation with console interface details(v5.1)
See merge request espressif/esp-idf!25512
2023-08-28 10:23:59 +08:00
Island
48052e4d1f
Merge branch 'bugfix/fix_current_issue_after_ble_init_5.1' into 'release/v5.1'
...
ble: move phy enabled/disable to controller enable/disable
See merge request espressif/esp-idf!25081
2023-08-25 10:25:11 +08:00
Rahul Tank
9396753e1a
Merge branch 'feature/enc_adv_data_v5.1' into 'release/v5.1'
...
NimBLE: Added support of encrypted advertising data (v5.1)
See merge request espressif/esp-idf!25325
2023-08-24 19:12:55 +08:00
Rahul Tank
2de3e90c21
Merge branch 'feature/periodic_adv_enhancement_v5.1' into 'release/v5.1'
...
NimBLE : Added periodic Adv Feature Updates in BLE 5.3 (v5.1)
See merge request espressif/esp-idf!25489
2023-08-24 17:14:43 +08:00
Rahul Tank
0c4ac54fcf
Merge branch 'bugfix/fix_pcl_set_rssi_vsc_v5.1' into 'release/v5.1'
...
fix(nimble): Add API to send pcl set rssi vsc (v5.1)
See merge request espressif/esp-idf!25434
2023-08-24 17:13:25 +08:00
Chen Yudong
0a3ab5863a
ci(fix): example test advanced_https_ota_example_bluedroid_gatts
2023-08-24 12:24:50 +08:00
Mahavir Jain
5758b66a9f
Merge branch 'ci/fix_test_switch_ota_v5.1' into 'release/v5.1'
...
fix(app_update): Fix CI test_switch_ota by increasing deepsleep (v5.1)
See merge request espressif/esp-idf!25465
2023-08-24 12:16:51 +08:00
Rahul Tank
3c41beee68
Merge branch 'bugfix/l2cap_coc_more_one_pkt_v5.1' into 'release/v5.1'
...
NimBLE: Fixed crash when L2CAP COC sends large amount of data. (v5.1)
See merge request espressif/esp-idf!25059
2023-08-24 12:04:21 +08:00
morris
0bd405be7b
Merge branch 'feature/modbus_add_support_esp32h2_v51' into 'release/v5.1'
...
examples: modbus add support for target esp32h2 (Backport v5.1)
See merge request espressif/esp-idf!24970
2023-08-24 10:10:44 +08:00
Roshan Bangar
d57466da3c
feat(nimble): Added periodic Adv Feature Updates in BLE 5.3
2023-08-23 18:53:51 +05:30
isha.pardikar@espressif.com
db5b50af2c
NimBLE: Added support of encrypted advertising data
2023-08-23 18:18:23 +05:30
Rahul Tank
4b512c5e7b
fix(nimble): Add API to send pcl set rssi vsc
2023-08-23 17:43:22 +05:30
Jiang Jiang Jian
b638cb3335
Merge branch 'bringup/esp32h2_deep_sleep_for_rebase_v5.1' into 'release/v5.1'
...
esp32h2: support deep_sleep(backport v5.1)
See merge request espressif/esp-idf!24962
2023-08-23 20:12:01 +08:00
Steven Macías
5b3ed2f794
docs(iperf): Update documentation with console interface details
...
Closes https://github.com/espressif/esp-idf/pull/12039
2023-08-23 19:54:54 +08:00
Jiang Jiang Jian
c57e42471c
Merge branch 'bugfix/fix_variable_type_v5.1' into 'release/v5.1'
...
fix(bt): Fix argument type of ESP_LOGI for spp examples about format error (backport v5.1)
See merge request espressif/esp-idf!25324
2023-08-23 19:52:25 +08:00
isha.pardikar@espressif.com
1fc5a5a3a4
NimBLE: Fixed crash when L2CAP COC sends large amount of data.
2023-08-23 11:15:12 +00:00
Island
842eb0ffd4
Merge branch 'doc/update_kconfig_example_ext_adv_usage_v5.1' into 'release/v5.1'
...
doc(nimble): Update Kconfig help section for Example Ext Adv (v5.1)
See merge request espressif/esp-idf!24913
2023-08-23 19:03:37 +08:00
wuzhenghui
1d0b4ceeef
ci(wifi): add wifi powersave pytest case
2023-08-23 18:02:03 +08:00
wuzhenghui
b9186e7b22
feat(esp_wifi): support get AP info from stdin in wifi powersave example
2023-08-23 18:00:48 +08:00
cjin
fa806d758a
ble: move phy enabled/disable to controller enable/disable
2023-08-23 17:56:33 +08:00
Laukik Hase
fcb98e5851
wifi_prov: Exposed events for secure session establishment
2023-08-22 15:21:48 +05:30
KonstantinKondrashov
d521b7d52a
fix(examples): Fix example build errors caused by the deep_sleep funcs are returnable
2023-08-22 16:17:32 +08:00
chenqingqing
2708ffece1
fix(bt): Fix argument type of ESP_LOGI for spp examples about format error
...
Closes https://github.com/espressif/esp-idf/pull/11819
2023-08-11 14:46:53 +08:00
Lou Tianhao
830a627362
remove(pm/deep_sleep): enable CI test for esp32h2 deepsleep
2023-08-03 16:46:55 +08:00
Lou Tianhao
badef66538
change(pm/deepsleep): rewrite the option all low as any low for esp32s2, esp32s3, esp32c6 and esp32h2
2023-08-03 16:46:55 +08:00
Lou Tianhao
7c1e797008
change(pm/deepsleep): remove disable rtcio before hold it when ext1 wakeup
2023-08-03 16:46:55 +08:00
Lou Tianhao
a4dd1b2bb3
feat(pm/deepsleep): Support EXT1 wakeup pin select
2023-08-03 16:46:55 +08:00
Lou Tianhao
b27e57db7b
feat(pm/deepsleep): Support EXT1 wakeup for esp32h2 deep_sleep
2023-08-03 16:46:55 +08:00
Song Ruo Jing
6768f098dc
change(driver/rtcio): Describe RTCIO CAPS with more accurate note
2023-08-03 16:46:55 +08:00
Jiang Jiang Jian
4cb955461f
Merge branch 'backport/openthread_feature_to_v51' into 'release/v5.1'
...
Openthread: backport some features
See merge request espressif/esp-idf!25113
2023-08-02 10:47:32 +08:00
Jiang Jiang Jian
ffaef9971a
Merge branch 'docs/update_bluetooth_power_save_readme_v5.1' into 'release/v5.1'
...
Docs: update bluetooth power save readme(v5.1)
See merge request espressif/esp-idf!24843
2023-08-02 10:10:38 +08:00
Xu Si Yu
c2681f00aa
fix(openthread): Use the existing dataset for autostart
2023-08-01 14:58:35 +08:00
Island
4cf31c3194
Merge branch 'feature/services_health_therm_v5.1' into 'release/v5.1'
...
NimBLE: Added health thermometer profile (v5.1)
See merge request espressif/esp-idf!24830
2023-07-28 15:37:35 +08:00
Island
6fb014d535
Merge branch 'feature/add_ble_multi_conn_example_with_vs_hci_5.1' into 'release/v5.1'
...
feat(ble): Added ble examples for multiple connections
See merge request espressif/esp-idf!24814
2023-07-28 15:35:54 +08:00
xiongweichao
5e60fb9924
docs(bt/example): Updated bluetooth power save readme
2023-07-27 07:54:36 +00:00
aleks
c41579d2d3
examples: modbus add support for target esp32h2
2023-07-24 10:58:02 +02:00
Rahul Tank
87ad40140e
docs(nimble): Update Kconfig help section for Example Ext Adv
2023-07-21 14:32:12 +00:00
Harshit Malpani
2aaa5579f0
fix(ci): update HTTP client example tests runner assignment
...
HTTP client example tests now connect with locally hosted httpbin service
for more stable results across multiple runs
2023-07-21 15:21:41 +05:30
Harshit Malpani
3298a8a483
CI: fix esp_http_client example failures in CI. Timeout was observed in the logs while performing HTTP requests. Changing the endpoint when testing in CI
2023-07-21 15:20:09 +05:30
isha.pardikar@espressif.com
3b8853b3c0
NimBLE: Added health thermometer profile
2023-07-21 05:36:32 +00:00
Shen Weilong
2d1544b863
feat(ble): Added ble examples for multiple connections
2023-07-14 19:01:11 +08:00
Jiang Jiang Jian
e9a3a3eeea
Merge branch 'bugfix/fix_some_wifi_bugs_24063_to_v5.1' into 'release/v5.1'
...
fix(wifi): Backport some wifi bugs 24063 to v5.1(Backport v5.1)
See merge request espressif/esp-idf!24794
2023-07-14 16:41:49 +08:00
Shu Chen
1296991b2f
Merge branch 'backport/fix_br_issues_of_cert' into 'release/v5.1'
...
OpenThread: fix issues found in certification(backport v5.1)
See merge request espressif/esp-idf!24079
2023-07-14 15:01:07 +08:00
Shu Chen
7ae116e3b2
Merge branch 'backport/backport_ci_for_zigbee' into 'release/v5.1'
...
feat(zigbee): Update Zigbee examples based on latest library (Backport v5.1)
See merge request espressif/esp-idf!24792
2023-07-14 12:02:38 +08:00
xuxiao
395ad3edc0
feat(wifi): itwt support itwt wake duration unit
2023-07-14 10:51:26 +08:00
Abudl Rehman
cb6946cf00
feat(zigbee): Update zigbee examples based on latest library
2023-07-14 10:28:43 +08:00
Xu Si Yu
e6ddff69da
fix(ci): remove the check of a inexistent host
2023-07-14 10:16:04 +08:00
Jiang Jiang Jian
d7604b580a
Merge branch 'bugfix/fix_some_wifi_bugs_230713_v5.1' into 'release/v5.1'
...
Wifi: Backport some wifi bugs 230713 to v5.1(Backport v5.1)
See merge request espressif/esp-idf!24753
2023-07-14 03:33:03 +08:00
Shu Chen
d8db9235ff
Merge branch 'backport/update_docs_for_openthread' into 'release/v5.1'
...
docs(openthread): update openthread README for H2 and C6 (Backport v5.1)
See merge request espressif/esp-idf!24750
2023-07-13 17:10:36 +08:00
muhaidong
7c4cd75fe7
feat(external coex): add set tx line flag api
2023-07-13 10:37:53 +08:00
muhaidong
2f56bd8aac
external coex: rename coex gpio struct field names
2023-07-13 10:37:53 +08:00
muhaidong
2c70cda9b6
external_coex: add extern coex wire 4
2023-07-13 10:37:53 +08:00
liuning
ef805e64a2
iperf: apply txline
2023-07-13 10:37:53 +08:00
Nachiket Kukade
dc46fe5343
fix(esp_wifi): Enable FTM for ESP32C2, fix other FTM issues
...
Enable FTM for ESP32C2 and update wifi libs with below fixes -
1. Bugfixes in Initiator and Responder mode
2. Fix wrong RTT value in first FTM procedure without connection
3. Update FTM calibration values for ESP32S2, S3, C3 and C2
4. Update distance estimation logic
5. Add some useful command parameters in FTM example
6. Fix bug when number of FTM measurement frames received is more
than (number_of_brusts * FTMs per brust).
Co-authored-by: Sarvesh Bodakhe <sarvesh.bodakhe@espressif.com>
2023-07-13 10:37:53 +08:00
xiaqilin
5492f382f9
fix(openthread): call sleep api only in native radio
2023-07-13 10:29:08 +08:00
Jiang Jiang Jian
a300e79589
Merge branch 'backport/openthread_light_sleep' into 'release/v5.1'
...
Backportv5.1/openthread light sleep
See merge request espressif/esp-idf!24736
2023-07-13 10:20:38 +08:00
Jiang Jiang Jian
7a455c15f7
Merge branch 'bugfix/fix_crash_issue_cause_by_proto_cmd_v5.1' into 'release/v5.1'
...
fix proto cmd crash problem in iperf example (backport v5.1)
See merge request espressif/esp-idf!24727
2023-07-12 21:36:58 +08:00
zhangwenxu
30c5638ce6
docs(openthread): update openthread README for H2 and C6
2023-07-12 20:51:58 +08:00
David Čermák
73f16d0af2
Merge branch 'fix/mqtt_esp32h2_examples_v5.1' into 'release/v5.1'
...
protocols/examples: Disable Wifi connection if not supported (v5.1)
See merge request espressif/esp-idf!24249
2023-07-12 19:00:18 +08:00
Jiang Jiang Jian
51cef99b71
Merge branch 'itwt/rename_connect_handler_v5.1' into 'release/v5.1'
...
Update itwt.c (backport v5.1)
See merge request espressif/esp-idf!24730
2023-07-12 17:29:21 +08:00
Jiang Jiang Jian
e27b44e661
Merge branch 'bugfix/handle_signed_power_level_pcl_v5.1' into 'release/v5.1'
...
fix(nimble): Fix data type of power level and delta to handle negative values (v5.1)
See merge request espressif/esp-idf!24712
2023-07-12 16:54:23 +08:00
xiaqilin
68910618fc
openthread: disable HW AES (IDF-7704)
2023-07-12 14:38:18 +08:00
xiaqilin
eb04ccaf0b
openthread: change readme about specific target to 802.15.4 Soc
2023-07-12 14:38:08 +08:00
xiaqilin
b422504d10
ieee802154: exclude sleep file when do not define CONFIG_FREERTOS_USE_TICKLESS_IDLE
2023-07-12 14:37:53 +08:00
xiaqilin
55d30cdf2a
openthread sleepy device: remove HW acceleration in sdkconfig
2023-07-12 14:37:40 +08:00
xiaqilin
043893a49f
ieee802154: change light sleep config in ieee802154
2023-07-12 14:37:18 +08:00
xiaqilin
aee329de2b
ieee802154: change BLE_BB/ieee802154_BB
2023-07-12 14:36:55 +08:00
xiaqilin
2ac7558da2
openthread: add openthread autostart for sleep device
2023-07-12 14:36:41 +08:00
xiaqilin
b4d951fa6a
ieee802154: add sleep state
2023-07-12 14:36:21 +08:00
xiaqilin
4f537d3b98
ieee802154: support light sleep
2023-07-12 14:32:28 +08:00
Shu Chen
65bf500d29
Merge branch 'backport/openthread_feature' into 'release/v5.1'
...
Backport some Openthread related MR to 5.1(Backport5.1)
See merge request espressif/esp-idf!24285
2023-07-12 14:25:22 +08:00
Euripedes Rocha
cc1526c570
protocols/examples: Disable Wifi connection if not supported
...
- Disable Kconfig option for Wifi if not supported by the SoC
- Enable building mqtt examples when target is set to esp32h2
2023-07-12 06:19:20 +00:00
Jiang Jiang Jian
9fb1b59054
Merge branch 'bringup/esp32h2_light_sleep_for_rebase_backport_v5.1' into 'release/v5.1'
...
esp32h2: support light_sleep(backport v5.1)
See merge request espressif/esp-idf!24697
2023-07-12 13:39:49 +08:00
Derek Duncan
168c47f896
Update itwt.c
...
Change name from `connect_handler` to `start_handler`
2023-07-12 10:50:55 +08:00
idrey
a09b89b36d
fix proto cmd crash problem in iperf example
2023-07-12 10:44:12 +08:00