Jiang Jiang Jian
dea1450d6e
Merge branch 'fix/stack_overflow_in_example_spp_initiator_v5.2' into 'release/v5.2'
...
docker / docker (push) Has been cancelled
Fix/stack overflow in example spp initiator (backport v5.2)
See merge request espressif/esp-idf!32233
2024-07-26 18:00:20 +08:00
Xu Si Yu
35e36f2cab
fix(common_components): unregister event handler if wifi disconnect and stop reconnecting
2024-07-25 15:59:58 +08:00
Xu Si Yu
c9f85be415
feat(openthread): update openthread submodule
2024-07-25 15:59:58 +08:00
Rahul Tank
c6fbdc5d4f
fix(nimble): Increase Timer stack size for nimble application
2024-07-22 15:51:48 +05:30
gongyantao
ea7336d027
feat(bt): add bt address printing for all bt examples
2024-07-19 11:43:18 +08:00
gongyantao
41733e33f1
fix(bt): fix uTask stack overflow in bt example spp_initiator
2024-07-19 11:43:17 +08:00
zwl
64e872f2e3
fix(ble): fixed nimble host only build error
2024-07-16 13:20:53 +08:00
Island
17a18e8849
Merge branch 'feat/add_ble50_instant_v5.2' into 'release/v5.2'
...
docker / docker (push) Has been cancelled
Add support for BLE 5.0 instances in related events (v5.2)
See merge request espressif/esp-idf!31991
2024-07-12 14:53:00 +08:00
Tomas Rezucha
61577616da
fix(usb/test): Update MSC device test for new console
2024-07-11 11:09:12 +02:00
Rahul Tank
1e56879f9c
fix(nimble): Update menuconfig option to consider 5.0 support
2024-07-10 17:22:03 +05:30
zhanghaipeng
a7dc067f1c
feat(ble/bluedroid): Support BLE50 instance in related event
2024-07-09 15:23:52 +08:00
Jiang Jiang Jian
20624257e3
Merge branch 'backport/support_eth_mac_using_esp_read_mac_v52' into 'release/v5.2'
...
feat(eth) configure eth mac using esp_read_mac(Backport v5.2)
See merge request espressif/esp-idf!31092
2024-07-02 10:53:14 +08:00
Jiang Jiang Jian
7c96c00381
Merge branch 'fix/bump_esp_littlefs_to_v5.2' into 'release/v5.2'
...
fix(storage/littlefs): Bump version to v1.14.4 (core v2.9.1) (v5.2)
See merge request espressif/esp-idf!30357
2024-07-01 10:28:26 +08:00
cjin
b67ff61d34
fix(ble): added c6 config check for ble light sleep
2024-06-24 10:12:51 +08:00
Song Ruo Jing
707aebc607
feat(uart): support uart module sleep retention on c6/h2
2024-06-18 15:04:20 +08:00
Island
5da6f3fbe5
Merge branch 'bugfix/fix_ble_max_attribute_value_v5.2' into 'release/v5.2'
...
Bugfix/fix ble max attribute value v5.2
See merge request espressif/esp-idf!30415
2024-06-05 12:13:13 +08:00
Rahul Tank
9df9c062dd
Merge branch 'doc/update_readme_enc_adv_v5.2' into 'release/v5.2'
...
docs(nimble): Added chip information in enc_adv example README file (v5.2)
See merge request espressif/esp-idf!30774
2024-06-05 11:46:17 +08:00
Alexey Gerenkov
3e5964e531
Merge branch 'enable_esp32p4_sysview_examples_v5.2' into 'release/v5.2'
...
feat(sysview): enable esp32p4 examples (v5.2)
See merge request espressif/esp-idf!30435
2024-06-04 21:27:37 +08:00
zhanghaipeng
7af45c272d
fix(ble/bluedroid): Fixed BLE no data length change event
2024-06-02 17:16:45 +08:00
zwx
fc2ae79ae0
feat(eth) configure eth mac using esp_read_mac
...
* Closes https://github.com/espressif/esp-idf/issues/13808
2024-05-27 15:43:35 +08:00
zhanghaipeng
a0a4d653df
fix(ble/bluedroid): Optimized BLE SPP example for improved compatibility
2024-05-22 19:33:55 +08:00
zhanghaipeng
20ed74dbdc
fix(ble/bluedroid): Optimize the BLE documentation
2024-05-22 19:33:55 +08:00
Rahul Tank
4a86c7a49e
docs(nimble): Added chip information in ble_enc_adv README file
2024-05-15 15:34:11 +05:30
zwx
3e81bd22c3
feat(openthread): move iperf dependency into cli extension
2024-05-13 15:18:27 +08:00
Island
2a9108ff1b
Merge branch 'bugfix/remove_ble_func_discard_declaration_v5.2' into 'release/v5.2'
...
fix(ble/bluedroid): Remove BLE functions discard declaration (backport v5.2)
See merge request espressif/esp-idf!30390
2024-05-10 19:21:01 +08:00
muhaidong
637fa8abcc
fix(wifi): fixed scan get ap number issue
2024-05-08 19:24:36 +08:00
zhiweijian
4dda86b352
fix(nt/bluedroid): Split the device name set functions
...
feat(bt/bluedroid): added APIs to get/set device name on BT GAP side
change(bt/bluedroid): use BT GAP APIs to set/get device name in bluetooth classic examples
change(bt/bluedroid): use BT/BLE GAP APIs to set/get device name in coexist examples
2024-04-30 12:02:56 +08:00
zhiweijian
7e97c5fb16
fix(ble/bluedroid): Remove esp_bluedroid_init() discard declaration
2024-04-30 12:02:45 +08:00
morris
9b3ae86417
Merge branch 'bugfix/fix_gpio_etm_multi_task_v5.2' into 'release/v5.2'
...
fix(gpio_etm): allow one GPIO binds to multiple ETM tasks (v5.2)
See merge request espressif/esp-idf!30456
2024-04-25 16:31:22 +08:00
Jiang Jiang Jian
3d56f1b1b9
Merge branch 'feature/update-gdb-to-14.2_20240403_v5.2' into 'release/v5.2'
...
feat(tools): update gdb version to 14.2_20240403 (v5.2)
See merge request espressif/esp-idf!30437
2024-04-25 11:19:51 +08:00
Song Ruo Jing
15962a953a
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured
...
Closes https://github.com/espressif/esp-idf/issues/12586
2024-04-24 16:25:54 +08:00
Song Ruo Jing
373e585bb7
fix(gpio_etm): allow one GPIO binds to multiple ETM tasks
2024-04-24 16:01:34 +08:00
zwl
275eab4f5d
ble: update sdkconfig.defaults.esp32c6 file for blufi example
2024-04-24 10:50:40 +08:00
zwl
05521c918d
ble: update sdkconfig.defaults.esp32c2 file for blufi example
2024-04-24 10:50:40 +08:00
Alexey Lapshin
d2e5b33e2c
feat(tools): update gdb version to 14.2_20240403
2024-04-23 22:32:39 +04:00
Erhan Kurubas
37554b7267
feat(sysview): enable esp32p4 examples
2024-04-23 20:51:01 +03:00
Xu Si Yu
d4a361bb71
feat(openthread): support openthread ephemeral key
2024-04-23 20:26:56 +08:00
Xu Si Yu
fd36f6fcac
fix(ci): fix wrong path of ot sleep case
2024-04-22 20:24:05 +08:00
Jiang Jiang Jian
470d5406ec
Merge branch 'feat/sleep_retention_depends_power_state_management_v5.2' into 'release/v5.2'
...
backport v5.2: sleep retention multiple modules initialization and dependency management
See merge request espressif/esp-idf!30344
2024-04-22 19:14:10 +08:00
Li Shuai
4066844908
fix(example): fixed app partition is too small for binary size
2024-04-22 12:49:34 +08:00
Adam Múdry
58a69e7422
fix(storage/littlefs): Bump version to v1.14.4 (core v2.9.1)
...
Fixes a bug which causes DivideByZero exception when the filesystem is full
2024-04-19 12:54:40 +02:00
Jiang Jiang Jian
3b9d5e120e
Merge branch 'doc/update_espnow_example_v5.2' into 'release/v5.2'
...
docs(wifi): change the magic varible from int to uint32_t on the receiving side (v5.2)
See merge request espressif/esp-idf!30307
2024-04-18 14:47:19 +08:00
zhangyanjiao
83f272ca4f
docs(wifi): change the magic varible from int to uint32_t on the receiving side
...
Closes https://github.com/espressif/esp-idf/issues/10912
2024-04-17 16:16:49 +08:00
harshal.patil
42f244ae61
ci(otatool): fix test failure caused due to closing connection incorrectly
2024-04-17 10:13:35 +05:30
Jiang Jiang Jian
222a254e49
Merge branch 'support/esp_sleep_enable_ext1_wakeup_io_v5.2' into 'release/v5.2'
...
Support/esp sleep enable ext1 wakeup io(backport v5.2)
See merge request espressif/esp-idf!30243
2024-04-16 15:28:53 +08:00
Shu Chen
01d5030d5e
Merge branch 'fix/fix_ot_br_partition_table_5_2' into 'release/v5.2'
...
fix(openthread): increase factory app size in ot_br partition table (backport to 5.2)
See merge request espressif/esp-idf!30248
2024-04-16 10:47:03 +08:00
Xu Si Yu
28a6a0cc33
fix(openthread): increase factory app size in ot_br partition table
2024-04-15 20:54:56 +08:00
zwx
80409743f1
feat(openthread): support managed component iperf
2024-04-15 20:28:13 +08:00
Lou Tianhao
640ce31dae
change(pm): add ext1 new api
2024-04-15 20:16:49 +08:00
Tomas Rezucha
5be1323c0a
fix(usb/uvc): Add PSRAM private requires
2024-04-12 14:12:29 +02:00
Mahavir Jain
3e761525c3
fix(examples): update root certificate for howsmyssl endpoint
...
This fixes CI failure seen because of cert migration of howsmyssl
endpoint from previous "DST Root CA X3" (cross-signed) to "ISRG Root X1".
2024-04-12 11:11:44 +08:00
morris
9582b3cead
Merge branch 'feat/add_example_usj_v5.2' into 'release/v5.2'
...
change(usb_serial_jtag): Add example for usb serial jtag echo (backport v5.2)
See merge request espressif/esp-idf!30019
2024-04-07 16:07:36 +08:00
Cao Sen Miao
4502621282
fix(usb_serial_jtag): Increase stack size on serial_jtag example,
...
Closes https://github.com/espressif/esp-idf/issues/13245
2024-04-07 11:24:30 +08:00
Cao Sen Miao
3bd63654c8
change(usb_serial_jtag): Add a usb_serial_jtag echo example for how to use usb_serial_jtag APIs,
...
Closes https://github.com/espressif/esp-idf/issues/12620 ,
Closes https://github.com/espressif/esp-idf/issues/12605
2024-04-03 17:10:03 +08:00
cjin
27d360127d
change(ble): support ble light sleep using ext 32k xtal on C2
2024-04-02 12:16:56 +08:00
Rahul Tank
6020d08074
Merge branch 'bugfix/handle_missing_free_v5.2' into 'release/v5.2'
...
fix(nimble): Handle missing free in application (v5.2)
See merge request espressif/esp-idf!29887
2024-03-29 21:02:32 +08:00
Jiang Jiang Jian
30c6144b2f
Merge branch 'bugfix/dpp_example_init_error_v5.2' into 'release/v5.2'
...
fix(wifi/example): Fix dpp example init error (v5.2)
See merge request espressif/esp-idf!29859
2024-03-29 19:42:57 +08:00
Sarvesh Bodakhe
8e694cddcc
feat(esp_wifi): Add support for WPA3 transition disable and more updates
...
1. Add support for SAE-PK and WPA3-Enterprise transition disable
2. Add support to handle OWE transition disable indication from AP
2. Update Wi-Fi WPA3 authmodes as per WPA Specification v3.3:
- Merge 'WIFI_AUTH_WPA3_EXT_PSK' and 'WIFI_AUTH_WPA3_EXT_PSK_MIXED_MODE'
into 'WIFI_AUTH_WPA3_PSK' as per specification.
4. refactor: Backport common changes in scan/connect path from 90cc6158
- 90cc6158
adds support for Network Introduction Protocl in DPP
2024-03-28 11:38:45 +05:30
Rahul Tank
044ead90ce
fix(nimble): Handle missing free in application
2024-03-28 08:50:43 +05:30
sparker
ccc8fb8f65
fix(wifi/example): Fix dpp example init error
...
Set wifi mode before calling esp_supp_dpp_init.
Closes https://github.com/espressif/esp-idf/pull/12769
Signed-off-by: Shreyas Sheth <shreyas.sheth@espressif.com>
2024-03-27 11:21:11 +05:30
Jiang Jiang Jian
9da552c409
Merge branch 'feature/refactor_ftm_code_v5.2' into 'release/v5.2'
...
Refactor and improve FTM code (Backport v5.2)
See merge request espressif/esp-idf!29843
2024-03-27 10:34:13 +08:00
Island
4e2a52ea85
Merge branch 'bugfix/fix_ble_power_save_ci_v5.2' into 'release/v5.2'
...
fix(ble): fix conn error of ble power save ci test(v5.2)
See merge request espressif/esp-idf!29822
2024-03-27 10:31:06 +08:00
Nachiket Kukade
413bcd8fcd
feat(esp_wifi): Refactor and improve FTM code
...
Enable FTM Responder mode for ESP32C6. Update wifi libs with below -
1. Break FTM State Machine code into separate functions
2. Use dynamic allocation for FTM session to save memory
3. Add API to get FTM report instead of event based mechanism
4. Add FTM Request retry and comeback support
2024-03-26 18:00:10 +05:30
Jiang Jiang Jian
ed57048579
Merge branch 'bugfix/fix_some_wifi_coexist_issue_v5.2' into 'release/v5.2'
...
bugfix/fix some wifi coexist issue v5.2
See merge request espressif/esp-idf!29750
2024-03-25 17:53:24 +08:00
cjin
50ea662fe0
fix(ble): fix ci ble powe save test addresss error
2024-03-25 15:59:26 +08:00
wangjialiang
436e3d3345
update invalid links in the ble mesh example documentation
2024-03-21 11:07:02 +08:00
Shu Chen
9607a1121d
Merge branch 'feature/add_cli_in_openthread_sleep_example_v5.2' into 'release/v5.2'
...
feat(openthread): add cli in openthread sleep example (backport v5.2)
See merge request espressif/esp-idf!29597
2024-03-21 10:02:01 +08:00
Roshan Bangar
24e0a124a8
fix(nimble): Fix compilation issues and Minor enhancements to esp_hid
2024-03-20 13:34:19 +05:30
liuning
3b86f974ea
example: add custom partition table for mesh manual networking
2024-03-19 21:20:33 +08:00
Xu Si Yu
6cdf728ce8
feat(openthread): support configuring indicator color of openthread device
2024-03-14 17:20:37 +08:00
zwx
2c06ea4039
feat(openthread): enable RCP uart configuration for BR by default
2024-03-14 17:20:20 +08:00
Xu Si Yu
57bd2488af
feat(openthread): add different led color for openthread devices
2024-03-14 17:19:58 +08:00
Rahul Tank
374a03f210
Merge branch 'contrib/github_pr_13034_v5.2' into 'release/v5.2'
...
docs(nimble): Fixed typo in examples/bluetooth/nimble/blehr/README (GitHub PR) (v5.2)
See merge request espressif/esp-idf!29615
2024-03-13 23:37:12 +08:00
Rahul Tank
a253028107
Merge branch 'feature/add_doc_for_p4_v5.2' into 'release/v5.2'
...
docs(nimble): Added gpio configuration table for esp32p4 (v5.2)
See merge request espressif/esp-idf!29599
2024-03-13 20:37:24 +08:00
Alex Verschoot
aa2d885139
Update README.md
...
Fix typo
2024-03-13 17:09:18 +05:30
Harshit Malpani
15e9343a20
ci: Fix pre_encrypted_ota example failure in CI
2024-03-13 14:49:27 +05:30
Roshan Bangar
bbd4266328
docs(nimble): Added gpio configuration table for esp32p4
2024-03-13 14:02:40 +05:30
xiaqilin
729f45db61
feat(openthread): add cli in openthread sleep example
2024-03-13 14:57:26 +08:00
Marius Vikhammer
38142889a5
docs(deep_sleep): removed mentions of ULP in deep sleep example readme
...
Updated readme to reflect that ULP is no longer a part of this examples
functionality.
Closes https://github.com/espressif/esp-idf/issues/13340
2024-03-12 16:12:04 +08:00
Jiang Jiang Jian
61a5631b51
Merge branch 'feat/modify_iperf_sdkconfig_to_improve_iperf_performance_v5.2' into 'release/v5.2'
...
feat(example): modify iperf sdkconfig to imporve iperf performance(backport v5.1)
See merge request espressif/esp-idf!29534
2024-03-12 13:54:39 +08:00
Jiang Jiang Jian
daa6a0d5c2
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.2' into 'release/v5.2'
...
Fixed some BLE bugs 2403 (backport v5.2)
See merge request espressif/esp-idf!29465
2024-03-12 10:53:56 +08:00
morris
c7d2134d7b
Merge branch 'fix/usb_msc_disconnect_v5.2' into 'release/v5.2'
...
fix(usb/host): Fixed crash on MSC disk disconnection
See merge request espressif/esp-idf!29507
2024-03-11 21:16:17 +08:00
Xu Si Yu
dd9ba05c49
fix(openthread): configurations for openthread examples
2024-03-11 14:14:43 +08:00
xuxiao
8eea1ee804
feat(example): modify iperf sdkconfig to imporve iperf performance
2024-03-11 14:08:02 +08:00
Jiang Jiang Jian
3f9d7edd72
Merge branch 'feature/ble_mesh_example_light_driver_v5.2' into 'release/v5.2'
...
feat: replace lightdriver, and support more chips in ble mesh examples(backport v5.2)
See merge request espressif/esp-idf!28919
2024-03-11 10:36:34 +08:00
Jiang Jiang Jian
bd2e42b87d
Merge branch 'ci/bridge_pytest_v5.2' into 'release/v5.2'
...
ci(esp_eth): run iperf over longer period for SPI ETH bridge (v5.2)
See merge request espressif/esp-idf!29267
2024-03-11 10:34:24 +08:00
Jiang Jiang Jian
8f89b32938
Merge branch 'update/bump_littlefs_to_1.14.2_v5.2' into 'release/v5.2'
...
feat: LittleFS bump version to 1.14.2 (v5.2)
See merge request espressif/esp-idf!29453
2024-03-11 10:29:25 +08:00
Tomas Rezucha
6f46cd332e
fix(usb/host): Fixed crash on MSC disk disconnection
2024-03-08 12:09:48 +01:00
Roshan Bangar
e28a335ef6
docs(nimble): Improved documentation for uart host only example
2024-03-08 10:32:37 +05:30
Raghu Saxena
119af9f78f
fix(bt/example): Use correct struct type
2024-03-07 12:31:31 +08:00
Adam Múdry
1cc16ab128
feat: LittleFS bump version to 1.14.2
2024-03-07 01:35:03 +01:00
Cao Sen Miao
355df44822
fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled
...
The issue is `esp_flash_write_encryped` function in ROM on ESP32C3, ESP32S3
calls legacy implementation, which uses old configuration. And this causes
write fails.
The solution in this commit is to compile and link this function(and related)
in IRAM instead of the ROM one.
The IRAM cost increases around 1.2KB after the fix
2024-03-01 10:38:27 +08:00
Ondrej Kosta
2ceb122ee2
ci(esp_eth): run iperf over longer period for SPI ETH bridge
2024-02-26 12:28:15 +01:00
Jiang Jiang Jian
a328e1a08f
Merge branch 'bugfix/fixed_some_wifi_bugs_240222_v5.2' into 'release/v5.2'
...
fix(wifi): fixed some wifi bugs 240222 v5.2 (Backport v5.2)
See merge request espressif/esp-idf!29185
2024-02-23 00:18:45 +08:00
morris
383a1e8697
Merge branch 'feat/oled_example_use_new_i2c_master_driver_v5.2' into 'release/v5.2'
...
feat(i2c_lcd): use new i2c master driver in oled example (v5.2)
See merge request espressif/esp-idf!29178
2024-02-22 15:27:57 +08:00
muhaidong
faf0de3b55
fix(example): fixed app partion is too small for binary size
2024-02-22 15:11:00 +08:00
Jiang Jiang Jian
77f5391037
Merge branch 'feat/add_test_api_for_sec_v5.2' into 'release/v5.2'
...
Feat/add test api for sec v5.2
See merge request espressif/esp-idf!29169
2024-02-22 12:20:47 +08:00
morris
aa7d73c8a4
feat(i2c_lcd): use new i2c master driver in oled example
...
Closes https://github.com/espressif/esp-idf/issues/13201
2024-02-22 12:01:30 +08:00
morris
56c7df9fbd
Merge branch 'feat/usb_host_set_device_config_v5.2' into 'release/v5.2'
...
USB Host: Add enumeration callback filter (backport v5.2)
See merge request espressif/esp-idf!28550
2024-02-22 11:07:43 +08:00
Jiang Jiang Jian
1cd164b8fa
Merge branch 'bugfix/fix_some_wifi_bugs_240221_v5.2' into 'release/v5.2'
...
fix(lwip): fixed some wifi bugs(Backport v5.2)
See merge request espressif/esp-idf!29147
2024-02-22 11:06:56 +08:00