gongyantao
82aed29e59
ci(bt/bluedroid): remove configs that are not in effect
2023-11-21 10:11:12 +08:00
Armando
f8500f77b1
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
...
By design, it's 12 dB. There're errors among chips, so the actual
attenuation will be 11dB more or less
2023-11-07 14:12:50 +08:00
gongyantao
c4affdb943
fix(bt/bluedroid): fix loadprohibited error in spp vfs acceptor example
2023-11-02 11:47:38 +08:00
zhanghaipeng
336244a060
fix(bt/bluedroid): Fix max BLE gattc notify number to improve compatibility
2023-10-31 14:37:39 +08:00
zhanghaipeng
018e84599a
fix(bt/bluedroid): Optimize compatibility with Android 10 and later devices
2023-10-31 14:37:39 +08:00
zhanghaipeng
b19e24ef01
feat(bt/bluedroid): Support hid device control point
2023-10-31 14:37:39 +08:00
zhanghaipeng
fc96662044
fix(bt/bluedroid): Optimize compatibility with IOS and MACOS devices
2023-10-31 14:37:39 +08:00
Jiang Jiang Jian
9d8b38bafd
Merge branch 'bugfix/dpp_bugs_v5.0' into 'release/v5.0'
...
fix(wpa_supplicant): Fix few dpp bugs(v5.0)
See merge request espressif/esp-idf!26686
2023-10-27 19:43:53 +08:00
Jiang Jiang Jian
4f97598f7d
Merge branch 'bugfix/iperf_improvements_v5.0' into 'release/v5.0'
...
fix(examples/iperf): Update and rename default TCP/UDP buffer sizes (Backport v5.0)
See merge request espressif/esp-idf!26679
2023-10-27 11:30:19 +08:00
Jiang Jiang Jian
ecdbdc789c
Merge branch 'doc/update_espnow_example_v5.0' into 'release/v5.0'
...
doc(WiFi/Vendor): Update the ESPNOW example for the recv callback function (backport v5.0)
See merge request espressif/esp-idf!26677
2023-10-26 20:48:56 +08:00
aditi_lonkar
8edd26b4f3
fix(wpa_supplicant): Fix few dpp bugs
...
1) Fix crash in dpp Listen without bootstrap
2) Fix crash on receiving dpp auth_req from hostapd with dpp akm
3) Ensures that the mode is set to station before dpp init
4) Ensures that dpp follows the path of init->bootstrap->listen
2023-10-26 12:09:44 +05:30
muhaidong
b57ff5dce6
fix(wifi): update scan example for scan get ap records
2023-10-26 13:19:07 +08:00
Nachiket Kukade
d5bf0121ab
fix(examples/iperf): Update and rename default TCP/UDP buffer sizes
2023-10-26 10:31:22 +05:30
zhangyanjiao
c06e48c02e
doc(WiFi/Vendor): Update the ESPNOW example for the recv callback function
2023-10-26 12:02:37 +08:00
Jiang Jiang Jian
231e822d03
Merge branch 'bugfix/backport_some_ble_bugs_20231020_v5.0' into 'release/v5.0'
...
Fixed some BLE bugs 20231020 (backport v5.0)
See merge request espressif/esp-idf!26606
2023-10-26 11:51:48 +08:00
zhiweijian
f3729b1610
feat: add config to disable ble hci uart flow control
2023-10-20 17:16:45 +08:00
gongyantao
65e0356c3d
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:34 +08:00
Jiang Jiang Jian
64ceda77f4
Merge branch 'feat/imporve_iperf_performance_v5.0' into 'release/v5.0'
...
feat(wifi): optimize iperf performance (Backport V5.0)
See merge request espressif/esp-idf!26406
2023-10-19 10:33:28 +08:00
xuxiao
d2b82b47c7
feat(wifi): optimize iperf performance (Backport V5.0)
2023-10-11 17:14:52 +08:00
Shyamal Khachane
437fbbc518
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-10-09 16:34:14 +05:30
Jiang Jiang Jian
1f870c8102
Merge branch 'feature/rename_wpa2_ent_to_eap_client_v5.0' into 'release/v5.0'
...
WiFi: Rename WPA2 enterprise APIs to EAP Client. (v5.0)
See merge request espressif/esp-idf!26098
2023-10-07 14:33:17 +08:00
Jiang Jiang Jian
64639bb296
Merge branch 'test/bqb_test_bt_classic_hfp_v5.0' into 'release/v5.0'
...
feat(bt/hfp): Add support for HFP BQB auto test (backport v5.0)
See merge request espressif/esp-idf!26223
2023-10-07 14:28:28 +08:00
Ondrej Kosta
acf5b6eccb
docs(esp_eth): added Ethernet to Improving Network Speed section
2023-09-26 13:29:37 +00:00
Ondrej Kosta
8d4ae2014b
feat(esp_eth): added IRAM optimization option for internal EMAC
2023-09-26 13:29:37 +00:00
wanglai@espressif.com
025a669983
fix(bt/bluedroid): Modify the operator name to English in hfp_ag example
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
9a11ce19ea
feat(bt/bluedroid): Add supprot for specific indicator sending from AG to Client
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
2a747a3058
feat(bt/bluedroid): Modify AT+CNUM response api and HFP AG example
2023-09-26 15:10:15 +08:00
Kapil Gupta
32c6d13001
change(wifi): Rename ESP_WIFI_MBEDTLS_CRYPTO to WPA_MBEDTLS_CRYPTO
2023-09-25 10:58:06 +05:30
Kapil Gupta
a03df471ae
change(example): Update eap-fast example
2023-09-21 11:54:36 +05:30
Kapil Gupta
30cfd31ea5
change(example): Update wifi enterprise example
2023-09-21 11:54:36 +05:30
Jiang Jiang Jian
aedd7fe002
Merge branch 'docs/update_multi_antenna_switch_docs_v5.0' into 'release/v5.0'
...
Docs/update multi antenna switch docs v5.0(Backport v5.0)
See merge request espressif/esp-idf!25819
2023-09-21 10:53:14 +08:00
Rahul Tank
35bc5c3beb
Merge branch 'bugfix/update_ble_phy_example_v5.0' into 'release/v5.0'
...
fix(nimble): Updated BLE Phy example (v5.0)
See merge request espressif/esp-idf!26016
2023-09-20 16:34:55 +08:00
zhanghaipeng
ed1a83a93f
docs(bt): Update comment in ble
2023-09-18 19:38:04 +08:00
zhanghaipeng
debcf93282
feat(bt/bluedroid): Support periodic adv adi feature
2023-09-18 19:37:55 +08:00
Rahul Tank
751380762c
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:41 +05:30
morris
2fd9ca6554
Merge branch 'feature/esp_lcd_st7789_rgb_data_endian_config_v5.0' into 'release/v5.0'
...
feat(st7789): add data endian config (v5.0)
See merge request espressif/esp-idf!25803
2023-09-18 15:50:23 +08:00
Island
d1d4519f96
Merge branch 'feature/esp32c2_add_trace_function_v5.0' into 'release/v5.0'
...
ble: supported trace function and adv report flow control on esp32c2
See merge request espressif/esp-idf!25641
2023-09-18 11:44:27 +08:00
Wang Meng Yang
b212ab6176
Merge branch 'test/bqb_test_bt_classic_hid_v5.0' into 'release/v5.0'
...
feat(bt/bqb): Add setting local di record function for specific hid case of bqb auto test (backport v5.0)
See merge request espressif/esp-idf!25834
2023-09-18 11:05:35 +08:00
cjin
a29eaf058e
feat: Support esp32c2 BLE power save example
2023-09-08 17:03:03 +08:00
muhaidong
d04b4e836b
esp_wifi: update multi antenna switch docs
2023-09-07 14:43:29 +08:00
wanglai@espressif.com
5f243e9b95
fix(bt/bluedroid): Changed HID related copyright automatically
2023-09-07 14:20:36 +08:00
Wang Mengyang
50a854ce10
ci(bt/bluedroid): Add CI build test for HFP examples with voice over HCI enabled
2023-09-07 11:37:18 +08:00
chenqingqing
fbf196a7f9
feat(bt/api): Add new apis for hfp to get the numbers of packet status received and sent
2023-09-07 11:37:09 +08:00
Jin Cheng
963f5a40db
fix(bt/bluedroid): Fixed invalid access to freed semaphore
2023-09-07 10:56:11 +08:00
Jin Cheng
774056bf62
fix(bt/bluedroid): Added peer Bluetooth device address into HF callback parameters
2023-09-07 10:56:11 +08:00
Jin Cheng
f0ed003d91
fix(bt/bluedroid): Fixed errors in parsing ATD command in HFP AG
2023-09-07 10:56:11 +08:00
muhaidong
2c3ae21591
esp_wifi: the antenna parameter of example is not correct
2023-09-07 10:56:06 +08:00
muhaidong
c4dffd57c3
esp_wifi: fix pre commit issue
2023-09-07 10:56:06 +08:00
xiehanxin
9c71aad75b
add enum type for antenna number
2023-09-07 10:56:06 +08:00
xiehanxin
7bf89d83d5
add multiple antenna test example
2023-09-07 10:56:06 +08:00
Planck (Lu Zeyu)
9ab9e05639
feat(st7789): add data endian config
...
Closes https://github.com/espressif/esp-idf/issues/11416
2023-09-06 17:04:34 +08:00
Chen Yudong
a84f601493
ci(fix): example test advanced_https_ota_example_bluedroid_gatts
2023-08-24 12:25:02 +08:00
Steven Macías
a1920067a2
docs(iperf): Update documentation with console interface details
...
Closes https://github.com/espressif/esp-idf/pull/12039
2023-08-23 19:46:46 +08:00
Jiang Jiang Jian
38bd8d3044
Merge branch 'bugfix/esp32s3_usb_otg_console_v5.0' into 'release/v5.0'
...
system: support USB_OTG CDC console on ESP32-S3 (v5.0)
See merge request espressif/esp-idf!24338
2023-08-21 10:37:29 +08:00
Jiang Jiang Jian
7c91c8f78d
Merge branch 'feature/freertos_iram_optimization_5.0' into 'release/v5.0'
...
freertos: Update linker fragment files to optimise IRAM utilisation (v5.0)
See merge request espressif/esp-idf!24222
2023-08-21 10:33:23 +08:00
chenqingqing
342ae32a23
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 15:01:18 +08:00
isha.pardikar@espressif.com
3fc8422fe6
NimBLE: Fixed crash when L2CAP COC sends large amount of data.
2023-07-28 15:58:48 +05:30
Jiang Jiang Jian
f572b91024
Merge branch 'bugfix/fix_wifi_espnow_coexist_API_doc_v5.0' into 'release/v5.0'
...
bugfix: fix wifi espnow coexist api doc v5.0
See merge request espressif/esp-idf!25023
2023-07-28 17:19:27 +08:00
morris
62b7ed25f3
Merge branch 'feature/usb/update_cdc_examples_backport_v5.0' into 'release/v5.0'
...
usb: Update host CDC examples (backport v5.0)
See merge request espressif/esp-idf!23073
2023-07-28 10:33:59 +08:00
liuning
332a4d3bef
feat(esp_wifi): add ESPNOW power-save example
2023-07-27 14:23:58 +08:00
Mahavir Jain
22d34feac4
Merge branch 'ci/fix_failures_in_esp_http_client_example_v5.0' into 'release/v5.0'
...
CI: fix esp_http_client example failures in CI. Timeout was observed in the... (v5.0)
See merge request espressif/esp-idf!24950
2023-07-24 17:17:23 +08:00
Rahul Tank
6211d5a461
Merge branch 'doc/update_kconfig_example_ext_adv_usage_v5.0' into 'release/v5.0'
...
doc(nimble): Update Kconfig help section for Example Ext Adv (v5.0)
See merge request espressif/esp-idf!24914
2023-07-24 12:08:32 +08:00
Harshit Malpani
88a815c84e
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 17:15:35 +05:30
Nachiket Kukade
0148546df3
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-21 16:30:47 +05:30
Harshit Malpani
8c6dcfa376
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:24:22 +05:30
Rahul Tank
8e06eb490b
docs(nimble): Update Kconfig help section for Example Ext Adv
2023-07-20 09:31:51 +05:30
Rahul Tank
baecf8d44f
Merge branch 'feature/services_health_therm_v5.0' into 'release/v5.0'
...
NimBLE: Added health thermometer profile (v5.0)
See merge request espressif/esp-idf!24834
2023-07-19 15:13:20 +08:00
Ivan Grokhotkov
3fca37dbcf
examples: re-enable system/console/advanced_usb_cdc for ESP32-S3
...
Closes https://github.com/espressif/esp-idf/issues/9364
2023-07-18 18:15:37 +02:00
xiongweichao
09854f0e89
docs(bt/example): Updated bluetooth power save readme
2023-07-17 17:06:00 +08:00
isha.pardikar@espressif.com
642aba7c03
feat (Nimble): Added Health Thermometer as a service
2023-07-17 14:20:05 +05:30
isha.pardikar@espressif.com
71f5dc4973
NimBLE: Added health thermometer profile
2023-07-17 11:24:04 +05:30
Jiang Jiang Jian
086412cb56
Merge branch 'backport/eth-start-spi-initialize-failure-v5.0' into 'release/v5.0'
...
Fix eth_start initializes spi bus with SPI_DMA_CH_AUTO (backport v5.0)
See merge request espressif/esp-idf!23816
2023-07-17 10:29:27 +08:00
Rahul Tank
e71bab242e
Merge branch 'bugfix/handle_correct_return_value_v5.0' into 'release/v5.0'
...
Nimble: Corrected conditional check during connection to handle failure case (v5.0)
See merge request espressif/esp-idf!24645
2023-07-13 13:12:04 +08:00
Rahul Tank
35b6a541de
Merge branch 'docs/walkthrough_for_multi_adv_examples_v5.0' into 'release/v5.0'
...
Nimble: Added Example Walkthrough tutorial for Multi Adv example (v5.0)
See merge request espressif/esp-idf!24510
2023-07-13 12:51:13 +08:00
Rahul Tank
ae1de35817
Nimble: Corrected conditional check during connection to handle failure case
2023-07-12 19:04:34 +05:30
xieqinan
575b540b8b
comm_components: eth_start initializes spi bus with SPI_DMA_CH_AUTO
...
Close https://github.com/espressif/esp-idf/issues/11083
2023-07-12 14:26:25 +08:00
Rahul Tank
a3722b4cc4
Nimble: Added Example Walkthrough tutorial for Multi Adv example
2023-07-11 11:49:06 +05:30
Rahul Tank
ab7df868cb
Nimble: Added Example Walkthrough tutorial for HTP example in nimble
2023-07-11 11:47:18 +05:30
Jiang Jiang Jian
08c6c90ed9
Merge branch 'doc/add_timing_diagram_for_bt_l2cap_server_and_client_v5.0' into 'release/v5.0'
...
docs(examples/bluetooth): Add the sequence diagram for L2CAP connection and the discription for the diagram (backport v5.0)
See merge request espressif/esp-idf!24662
2023-07-11 12:25:14 +08:00
gongyantao
b4a62fb339
docs(examples/bluetooth): Add the sequence diagram of L2CAP connection and the discription for the sequence diagram
...
1: add the sequence diagram for the bluetooth example projects,bt_l2cap_server and bt_l2cap_client, which implenment the L2CAP connection.
2: add the discription for the sequence diagram.
2023-07-08 12:39:35 +08:00
wuzhenghui
e0370d89c3
ci: increase timeout threshold to solve deepsleep wakestub example ci failure
2023-06-28 18:12:33 +08:00
Darian Leung
02ee20ff3a
pytest: Expect "Calling app_main()" to indicate start of application
...
This commit updates variousf pytest scripts to expect
"main_task: Calling app_main()" instead of "cpu_start: Starting scheduler" as
indicator of the start of an application.
2023-06-23 10:35:56 +02:00
Jiang Jiang Jian
2798527b0b
Merge branch 'bugfix/fix_some_wifi_bugs_230612_v5.0' into 'release/v5.0'
...
Fixed some wifi bugs 230612 v5.0 (Backport v5.0)
See merge request espressif/esp-idf!24172
2023-06-14 01:10:29 +08:00
Jiang Jiang Jian
69b3835cee
Merge branch 'feature/s2_ulp_riscv_adc_v5.0' into 'release/v5.0'
...
ulp-riscv: enable ULP-RISCV ADC example for esp32s2 (v5.0)
See merge request espressif/esp-idf!23372
2023-06-13 20:18:13 +08:00
Jiang Jiang Jian
1c07880c34
Merge branch 'bugfix/add_event_cb_for_pcl_v5.0' into 'release/v5.0'
...
Nimble: Add support to send power control event in registered callback(v5.0)
See merge request espressif/esp-idf!23584
2023-06-13 11:20:34 +08:00
xueyunfei
a21312a5a1
Fixed bug for stop dhcps before set dns
...
Closes https://github.com/espressif/esp-idf/issues/10762
2023-06-12 15:23:04 +08:00
Jiang Jiang Jian
838850abab
Merge branch 'feature/example_deep_sleep_wake_stub_backport_v5.0' into 'release/v5.0'
...
example: add deepsleep_wake stub example (backport v5.0)
See merge request espressif/esp-idf!23414
2023-06-12 11:07:59 +08:00
Jiang Jiang Jian
86ed0c53d5
Merge branch 'feature/update_nimble_examples_readme_v5.0' into 'release/v5.0'
...
Nimble:Updated nimble examples README to include chip information (v5.0)
See merge request espressif/esp-idf!22981
2023-06-12 11:06:09 +08:00
jgujarathi
cecd0250fe
wpa_supplicant : Fix scan results for GCMP and GCMP-256 cipher.
...
Add support for recognising GCMP and GCMP-256 ciphers if used by AP.
Update the scan example to show the correct cipher.
2023-06-07 10:08:26 +05:30
Jiang Jiang Jian
0872feb2a0
Merge branch 'bugfix/eth_lan8720_ci_v5.0' into 'release/v5.0'
...
esp_eth: start/stop and L2 test stability improvements (v5.0)
See merge request espressif/esp-idf!22317
2023-06-01 19:54:17 +08:00
Wang Meng Yang
dd7e8b7955
Merge branch 'feature/add_bluetooth_nimble_lightsleep_example_v5.0' into 'release/v5.0'
...
bt: Added an example of Bluetooth using light sleep(v5.0)
See merge request espressif/esp-idf!23687
2023-05-31 11:06:10 +08:00
xiongweichao
871a7568b7
bt: Added an example of Bluetooth using light sleep
2023-05-30 20:25:45 +08:00
Ondrej Kosta
4dc8ce77e4
esp_eth: possible start/stop issue fixed
...
ESP32 EMAC could hang when stopped/started multiple times at 10Mbps speed mode
2023-05-29 10:49:31 +00:00
franz-ms-muc
7c5b06e237
Update partitions_example.csv
...
512K is too small, need to be 528K. see https://github.com/espressif/esp-idf/issues/9084
2023-05-29 14:20:29 +08:00
Mahavir Jain
e31712ee56
Merge branch 'bugfix/fix_memory_leak_in_ws_server_example_v5.0' into 'release/v5.0'
...
example: Fix memory leak in ws_echo_server when httpd_queue_work failed (backport v5.0)
See merge request espressif/esp-idf!23954
2023-05-29 13:21:58 +08:00
yuanjianmin
7b72adaa78
example: Fix memory leak in ws_echo_server when httpd_queue_work failed
...
Closes https://github.com/espressif/esp-idf/issues/11507
2023-05-26 20:06:45 +08:00
morris
9d1caf81d3
example: fix led strip memory overwrite before trans done
...
Closes https://github.com/espressif/esp-idf/issues/11487
2023-05-26 13:28:40 +08:00
Rahul Tank
dc63356910
Nimble: Add support to send power control event in registered callback
2023-05-18 14:02:07 +05:30
Mahavir Jain
de3fa9ae71
tests: update Root certificate for the test endpoints
...
Use Root certificate (`DigiCert Global Root G2`) for the
`dl.espressif.com` and `espressif.com` test endpoints.
This fixes the test failure introduced due to renewal of
the intermediate certificate.
2023-05-17 15:28:23 +05:30
Jiang Jiang Jian
fc4d4f0b8d
Merge branch 'bugfix/espnow_config_channel_v5.0' into 'release/v5.0'
...
esp_wifi: fix espnow example add peer fail when config channel(v5.0)
See merge request espressif/esp-idf!23177
2023-05-16 13:46:40 +08:00