Roshan Bangar
a51364c76f
fix(nimble): Fix compilation issues and Minor enhancements to esp_hid
2024-05-12 13:50:14 +05:30
morris
442a798083
Merge branch 'feat/add_example_usj_v5.1' into 'release/v5.1'
...
change(usb_serial_jtag): Add example for usb serial jtag echo (backport v5.1)
See merge request espressif/esp-idf!30020
2024-05-11 22:37:34 +08:00
morris
54507f0113
Merge branch 'refactor/usb_remove_unused_files_v5.1' into 'release/v5.1'
...
USB: Remove unused HAL files and deprecate usb_periph (v5.1)
See merge request espressif/esp-idf!29790
2024-05-11 22:36:18 +08:00
Shu Chen
c626cac47d
Merge branch 'fix/fix_ot_br_partition_table_5_1' into 'release/v5.1'
...
fix(openthread): increase factory app size in ot_br partition table (backport to 5.1)
See merge request espressif/esp-idf!30249
2024-05-11 10:24:48 +08:00
Shu Chen
ddc6cf9b0d
Merge branch 'feature/add_test_case_for_select_block_5_1' into 'release/v5.1'
...
Backport some openthread features(Backport v5.1).
See merge request espressif/esp-idf!29927
2024-05-11 10:24:27 +08:00
morris
01b912a9e5
Merge branch 'fix/uart_wakeup_threshold_v5.1' into 'release/v5.1'
...
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured (v5.1)
See merge request espressif/esp-idf!30464
2024-05-10 22:59:34 +08:00
Mahavir Jain
41de6d2f90
Merge branch 'fix/incorrect_connection_closure_parttool_test_v5.1' into 'release/v5.1'
...
ci(otatool): fix test failure caused due to closing connection incorrectly (v5.1)
See merge request espressif/esp-idf!30292
2024-05-10 20:32:35 +08:00
muhaidong
26a2f687e7
fix(wifi): fixed scan get ap number issue
2024-04-30 10:53:28 +08:00
zwx
8f602988d9
feat(openthread): move iperf dependency into cli extension
2024-04-28 16:45:48 +08:00
Xu Si Yu
ad0de2103b
feat(openthread): support openthread ephemeral key
2024-04-28 16:32:28 +08:00
Song Ruo Jing
a664c71fd7
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured
...
Closes https://github.com/espressif/esp-idf/issues/12586
2024-04-24 17:21:37 +08:00
harshal.patil
fb854f0d51
ci(otatool): fix test failure caused due to closing connection incorrectly
2024-04-17 10:16:28 +05:30
Xu Si Yu
4476ff475e
fix(openthread): increase factory app size in ot_br partition table
2024-04-15 20:54:26 +08:00
Mahavir Jain
6a89ca77e1
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:12:06 +08:00
Jiang Jiang Jian
dd8080e164
Merge branch 'bugfix/BT-3491_v5.1' into 'release/v5.1'
...
bugfix(ble_mesh): Avoid provisioner handling messages from nodes that have...(v5.1)
See merge request espressif/esp-idf!28050
2024-04-12 10:30:49 +08:00
Jiang Jiang Jian
07c17c6114
Merge branch 'feat/adjust_ble_log_init_order_v5.1' into 'release/v5.1'
...
Feat/adjust ble log init order v5.1
See merge request espressif/esp-idf!30002
2024-04-12 10:30:36 +08:00
wangjialiang
8fc57142a3
update invalid links in the ble mesh example documentation
2024-04-11 20:23:50 +08:00
Cao Sen Miao
932d595256
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-07 11:59:35 +08:00
Jiang Jiang Jian
581bcf46b5
Merge branch 'bugfix/fix_ble_power_save_ci_v5.1' into 'release/v5.1'
...
fix(ble): fix conn error of ble power save ci test(v5.1)
See merge request espressif/esp-idf!29823
2024-04-03 19:03:29 +08:00
Jiang Jiang Jian
54ad993fe9
Merge branch 'feature/add_cli_in_openthread_sleep_example_v5.1' into 'release/v5.1'
...
feat(openthread): add cli in openthread sleep example (backport v5.1)
See merge request espressif/esp-idf!29596
2024-04-03 19:02:32 +08:00
cjin
8e140779e7
change(ble): support ble light sleep using ext 32k xtal on C2
2024-04-02 19:55:36 +08:00
sparker
c218c35439
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:20 +05:30
cjin
27b553eb38
fix(ble): fix ci ble powe save test addresss error
2024-03-25 15:59:32 +08:00
Darian Leung
0205ed9dc6
refactor(hal): Remove usb_hal and usb_ll
...
This commit removes some legacy USB related HAL and LL files that are no longer
used.
2024-03-22 15:21:51 +08:00
Nachiket Kukade
16a80db4d0
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-18 21:33:02 +05:30
Li Shuai
a02adef4f6
fix(example): fixed app partition is too small for binary size
2024-03-18 14:15:45 +08:00
Shu Chen
19dd33854b
Merge branch 'backport5.1/openthread_2024_3_14' into 'release/v5.1'
...
openthread modifications backport to 5.1
See merge request espressif/esp-idf!29653
2024-03-17 08:21:12 +08:00
Xu Si Yu
88cd813311
feat(openthread): support configuring indicator color of openthread device
2024-03-15 17:38:44 +08:00
liuning
c8901276b7
example: add custom partition table for mesh manual networking
2024-03-15 10:49:18 +08:00
zwx
65b652ad34
feat(openthread): enable RCP uart configuration for BR by default
2024-03-14 17:18:05 +08:00
Xu Si Yu
9f8e6dff24
feat(openthread): add different led color for openthread devices
2024-03-14 17:17:22 +08:00
Jiang Jiang Jian
f21038666a
Merge branch 'update/littlefs_demo_example_v5.1_v2' into 'release/v5.1'
...
LittleFS demo example added & Update/littlefs demo example (v5.1) v2
See merge request espressif/esp-idf!29450
2024-03-14 13:49:53 +08:00
Rahul Tank
077a966fb0
Merge branch 'contrib/github_pr_13034_v5.1' into 'release/v5.1'
...
docs(nimble): Fixed typo in examples/bluetooth/nimble/blehr/README (GitHub PR) (v5.1)
See merge request espressif/esp-idf!29616
2024-03-13 23:47:08 +08:00
Alex Verschoot
ed4d8752c1
Update README.md
...
Fix typo
2024-03-13 17:09:31 +05:30
Roshan Bangar
d6105439b7
docs(nimble): Added gpio configuration table for esp32p4
2024-03-13 14:02:49 +05:30
xiaqilin
8507136b58
feat(openthread): add cli in openthread sleep example
2024-03-13 14:53:43 +08:00
Jiang Jiang Jian
1a50f0863b
Merge branch 'bugfix/fix_modbus_tcp_slave_examples_use_events_v51' into 'release/v5.1'
...
fix(examples/modbus): fix modbus slave examples may process event flags incorrectly (Backport v5.1)
See merge request espressif/esp-idf!28248
2024-03-13 10:56:26 +08:00
Alex Lisitsyn
123f8e6714
fix(examples/modbus): fix modbus slave examples may process event flags incorrectly (Backport v5.1)
2024-03-13 10:56:26 +08:00
Marius Vikhammer
1794471b57
Merge branch 'docs/remove_ulp_deep_sleep_example_v5.1' into 'release/v5.1'
...
docs(deep_sleep): removed mentions of ULP in deep sleep example readme (v5.1)
See merge request espressif/esp-idf!29575
2024-03-13 09:26:01 +08:00
Adam Múdry
7a235d5bae
feat: LittleFS bump version to 1.14.2
2024-03-12 20:58:14 +08:00
Adam Múdry
61b5121c38
feat: LittleFS bump version to 1.13.0
2024-03-12 20:58:14 +08:00
sonika.rathi
0bec1976b1
feat(example/storage/littlefs): add LittleFS demo example
2024-03-12 20:58:14 +08:00
muhaidong
becd279fd7
fix(example): fixed app partion is too small for binary size
2024-03-12 19:01:09 +08:00
muhaidong
b7e382e0a5
fix(wifi): fix smart config bssid set issue
2024-03-12 19:01:09 +08:00
Marius Vikhammer
af31783225
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:15 +08:00
Shu Chen
fcd6cfdde5
Merge branch 'backport5.1/openthread_example_configurations' into 'release/v5.1'
...
fix(openthread): configurations for openthread examples(backport 5.1)
See merge request espressif/esp-idf!29533
2024-03-12 11:18:40 +08:00
Jiang Jiang Jian
e524ab1ede
Merge branch 'bugfix/fix_task_wdt_in_mplen_clear_v5.1' into 'release/v5.1'
...
fix(wifi):fix issues that in mplen clear and esp_wifi_set_mode(Backport v5.1)
See merge request espressif/esp-idf!29530
2024-03-12 10:56:54 +08:00
Raghu Saxena
01cd47c663
fix(bt/example): Use correct struct type
2024-03-11 18:03:26 +08:00
Jiang Jiang Jian
4febc6ef70
Merge branch 'bugfix/fix_esp_wifi_scan_start_memory_leakage_issue_v5.1' into 'release/v5.1'
...
fix(wifi): fix esp_wifi_scan_start memory leakage issue(Backport v5.1)
See merge request espressif/esp-idf!29476
2024-03-11 15:27:54 +08:00
Xu Si Yu
1b5ada37a8
fix(openthread): configurations for openthread examples
2024-03-11 14:09:38 +08:00