zhangwenxu
26c0a23598
openthread: change partition table to nvs flash
2023-07-11 10:39:34 +08:00
Shu Chen
d4dd3dfa2b
openthread: introduce the auto start API
2023-07-11 10:39:34 +08:00
zhangwenxu
f3924e5aa8
openthread: add source address selection hook
2023-07-11 10:39:34 +08:00
Jiang Jiang Jian
6cd4e61149
Merge branch 'bigfix/examples_ping_console_v5.1' into 'release/v5.1'
...
examples: Fix icmp-echo to auto connect to Ethernet/WiFi if selected (v5.1)
See merge request espressif/esp-idf!24654
2023-07-11 01:45:54 +08:00
Jiang Jiang Jian
a09a503073
Merge branch 'bugfix/nan_sd_dp_fixes_v5.1' into 'release/v5.1'
...
NAN Service discovery and datapath bugfixes (Backport v5.1)
See merge request espressif/esp-idf!24383
2023-07-10 21:44:49 +08:00
morris
fed2e21594
Merge branch 'feature/usb/host/hid_example_update_v5.1' into 'release/v5.1'
...
USB Host (HID): HID Host example update (backport v5.1)
See merge request espressif/esp-idf!24532
2023-07-10 13:31:53 +08:00
Jiang Jiang Jian
bd985deee6
Merge branch 'doc/add_timing_diagram_for_bt_l2cap_server_and_client_v5.1' into 'release/v5.1'
...
docs(examples/bluetooth): Add the sequence diagram for L2CAP connection and the discription for the diagram (backport v5.1)
See merge request espressif/esp-idf!24661
2023-07-10 10:30:27 +08:00
Jiang Jiang Jian
c558904661
Merge branch 'bugfix/handle_correct_return_value_v5.1' into 'release/v5.1'
...
Nimble: Corrected conditional check during connection to handle failure case (v5.1)
See merge request espressif/esp-idf!24644
2023-07-10 10:24:18 +08:00
Jiang Jiang Jian
59f91c5f37
Merge branch 'bugfix/fix_deepsleep_wakestub_example_ci_failure_v5.1' into 'release/v5.1'
...
ci: fix deepsleep wakestub example ci failure (backort v5.1)
See merge request espressif/esp-idf!24465
2023-07-10 10:19:40 +08:00
gongyantao
625ebbf829
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:38:42 +08:00
David Cermak
7865676159
examples: Fix icmp-echo to auto connect to Ethernet/WiFi if selected
...
Closes https://github.com/espressif/esp-idf/issues/10655
2023-07-07 13:53:47 +02:00
Michael (XIAO Xufeng)
5c11366e01
Merge branch 'feature/support_adc_calibration_on_c6_v5.1' into 'release/v5.1'
...
adc_cali: supported adc calibration on esp32c6 (v5.1)
See merge request espressif/esp-idf!23936
2023-07-07 18:29:11 +08:00
Liu Ning
43604dffbe
esp_wifi: fix ret when setting channel at wifi not started, fix timer callback
2023-07-07 18:09:29 +08:00
Rahul Tank
a787b927c7
Nimble: Corrected conditional check during connection to handle failure case
2023-07-07 14:33:44 +05:30
Island
a8c9665ae2
Merge branch 'ble_dev/support_esp32h2_modem_clock_selection_5.1' into 'release/v5.1'
...
ble: support esp32h2 modem clock selection
See merge request espressif/esp-idf!24388
2023-07-07 16:57:22 +08:00
Rahul Tank
7c6ab05f50
feat(nimble): Add support for PCL Set RSSI VSC and example code for its usage
...
This commit adds support for sending Vendor Specific HCI commands and handling Vendor Specific HCI
Events in the Nimble stack. It also includes the necessary configuration options and APIs to handle
these commands and events.
The following changes were made:
- Added configuration option to enable support for VSC and VSE
- Added API to send Vendor Specific HCI commands
- Added example code for using the Set RSSI VSC for Power Control
This commit also includes some minor code improvements and bug fixes
2023-07-06 19:54:19 +05:30
laokaiyao
e90a2d50c4
adc_cali: supported channel compensation of adc calibration on esp32c6
2023-07-05 12:48:11 +08:00
isha.pardikar@espressif.com
a2a674a107
NimBLE: Fixed mismatch of number of completed packtes in host flow control
2023-07-05 10:01:46 +05:30
Rahul Tank
4b761af41b
Merge branch 'docs/walkthrough_for_multi_adv_examples_v5.1' into 'release/v5.1'
...
Nimble: Added Example Walkthrough tutorial for Multi Adv example (v5.1)
See merge request espressif/esp-idf!24509
2023-07-05 11:58:46 +08:00
Island
b875331c31
Merge branch 'bugfix/remove_python_examples_ttfw_v5.1' into 'release/v5.1'
...
Nimble:Removed files referring to old TTFW framework (v5.1)
See merge request espressif/esp-idf!23497
2023-07-05 10:08:03 +08:00
Island
c6bc222d54
Merge branch 'feature/walkthrough_for_htp_examples_v5.1' into 'release/v5.1'
...
Nimble: Added Example Walkthrough tutorial for HTP example in nimble (v5.1)
See merge request espressif/esp-idf!24534
2023-07-05 10:07:37 +08:00
Roman Leonov
163f0721dd
feat(usb): update HID Host example
2023-07-05 00:52:13 +00:00
Rahul Tank
3ded61323d
Nimble: Added Example Walkthrough tutorial for Multi Adv example
2023-07-04 15:55:04 +05:30
Rahul Tank
3345092a44
Nimble: Added Example Walkthrough tutorial for HTP example in nimble
2023-07-04 15:54:34 +05:30
Rahul Tank
40bf1ed65e
Merge branch 'bugfix/add_event_cb_for_pcl_v5.1' into 'release/v5.1'
...
Nimble: Add support to send power control event in registered callback (v5.1)
See merge request espressif/esp-idf!23583
2023-07-04 18:18:59 +08:00
Rahul Tank
0e1bcddd70
Merge branch 'bugfix/throughput_watchdog_on_c6_v5.1' into 'release/v5.1'
...
Nimble: Fix watchdog timer issue in throughput app (v5.1)
See merge request espressif/esp-idf!24266
2023-07-04 13:35:12 +08:00
Jiang Jiang Jian
b0717c6852
Merge branch 'feature/enable_sleep_reject_for_deep_sleep_v5.1' into 'release/v5.1'
...
sleep: enable sleep reject when entering deepsleep (backport v5.1)
See merge request espressif/esp-idf!24440
2023-07-04 12:16:11 +08:00
laokaiyao
bac32e9c43
feat(example): bump up version of es8311 lvgl in the example
2023-07-03 16:33:42 +08:00
Rahul Tank
81b03f6d32
Nimble: Add support to send power control event in registered callback
2023-07-03 09:52:59 +05:30
cjin
ebb5fb9e88
ble:support esp32h2 power save example
2023-07-03 11:45:16 +08:00
morris
32928e630d
Merge branch 'bugfix/led_strip_potential_buffer_overwrite_v5.1' into 'release/v5.1'
...
example: fix led strip memory overwrite before trans done (v5.1)
See merge request espressif/esp-idf!23938
2023-07-03 10:49:24 +08:00
Mahavir Jain
86eb7862ec
Merge branch 'bugfix/fix_memory_leak_in_ws_server_example_v5.1' into 'release/v5.1'
...
example: Fix memory leak in ws_echo_server when httpd_queue_work failed (backport v5.1)
See merge request espressif/esp-idf!23955
2023-06-30 23:49:30 +08:00
wuzhenghui
3381782661
ci: increase timeout threshold to solve deepsleep wakestub example ci failure
2023-06-28 18:15:57 +08:00
Jiang Jiang Jian
cbce221e88
Merge branch 'bugfix/mac_ext_order_for_c6_h2_v5.1' into 'release/v5.1'
...
efuse: Fix byte order in MAC_EXT (for C6 and H2) (v5.1)
See merge request espressif/esp-idf!23990
2023-06-28 17:33:53 +08:00
wuzhenghui
981701755d
ci: fix failed ci test jobs
2023-06-28 13:55:26 +08:00
Rahul Tank
3a9762ce57
Nimble: Removed files referring to old TTFW framework
2023-06-25 11:43:30 +05:30
Roshan Bangar
dbb6fddcbc
Introduced delay to avoid watchdog timer in throughput app
2023-06-15 15:15:25 +05:30
KonstantinKondrashov
e44a6888ea
mac_addr(C6 and H2): Fix byte order of MAC_EXT and change format of IEEE802154 MAC
...
The changes only related to C6 and H2 chips where CONFIG_SOC_IEEE802154_SUPPORTED=y.
For this case these APIs return 8 bytes
esp_efuse_mac_get_default() -> 8 bytes
esp_efuse_mac_get_custom() -> 8 bytes
esp_read_mac(..., ESP_MAC_IEEE802154) -> 8 bytes
The rest cases len is 6 bytes
2023-06-13 16:56:13 +08:00
xuxiao
5a21bea309
esp_wifi: itwt add setup timeout timer to track response frame
2023-06-02 19:46:15 +08:00
Marius Vikhammer
bb4218285b
system-hardware/efuse: fixed efuse summary description containing ; breaking efuse-summary
...
If the efuse description from esptool contained semi-colons it would be interpretted as
a list delimiter in CMake. Summary is now passed as in quotes to escape this behavior.
2023-05-30 14:07:50 +08:00
yuanjianmin
997f9dd183
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:02:58 +08:00
morris
1a68d8ddd5
example: fix led strip memory overwrite before trans done
...
Closes https://github.com/espressif/esp-idf/issues/11487
2023-05-26 13:28:31 +08:00
Jiang Jiang Jian
56677dabe8
Merge branch 'add_c6_in_supported_targets_in_prov_example_v5.1' into 'release/v5.1'
...
Add ESP32-C6 in supported targets (v5.1)
See merge request espressif/esp-idf!23846
2023-05-20 07:41:54 +08:00
Jiang Jiang Jian
057cf2b8ee
Merge branch 'bugfix/wifi_backport_v5.1' into 'release/v5.1'
...
esp_wifi: backport some wifi fixes to v5.1
See merge request espressif/esp-idf!23847
2023-05-20 07:34:41 +08:00
jgujarathi
9aedb4bd83
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-05-19 16:58:51 +08:00
Sudeep Mohanty
267c5e37a2
lp-i2c: Added support for LP I2C peripheral to LP core
...
This commit adds support for the LP I2C peripheral driver to be used by
the LP core. An example is also added to demonstrate the usage of the LP
I2C peripheral from the LP core.
2023-05-19 07:33:01 +02:00
Harshit Malpani
a3ecb8fe93
Add esp32c6 in supported target for ota examples
2023-05-19 10:03:45 +05:30
Harshit Malpani
d9de899ed7
Add ESP32-C6 in supported targets for wifi_prov_mgr example
2023-05-19 10:03:45 +05:30
morris
c58915842e
Merge branch 'bugfix/eth-start-spi-initialize-failure-v5.1' into 'release/v5.1'
...
Fix eth_start initializes spi bus with SPI_DMA_CH_AUTO (backport v5.1)
See merge request espressif/esp-idf!23815
2023-05-19 09:12:22 +08:00
Jiang Jiang Jian
57b31ed545
Merge branch 'feature/add_bluetooth_nimble_lightsleep_example_v5.1' into 'release/v5.1'
...
bt: Added an example of Bluetooth using light sleep(v5.1)
See merge request espressif/esp-idf!23686
2023-05-18 20:06:16 +08:00