Mahavir Jain
|
68c894bba6
|
Merge branch 'feature/update_cjson_version_to_1.7.18_v5.1' into 'release/v5.1'
feat(cjson): update submodule to v1.7.18 (v5.1)
See merge request espressif/esp-idf!31016
|
2024-05-23 15:10:14 +08:00 |
luoxu
|
f401e2960a
|
fix(ble_mesh): Create service after service register success
|
2024-05-23 14:30:03 +08:00 |
Jiang Jiang Jian
|
836dba4fa7
|
Merge branch 'bugfix/loadprohibited_after_bt_deinit_v5.1' into 'release/v5.1'
Fixed some coexist issues
See merge request espressif/esp-idf!31005
|
2024-05-23 11:36:24 +08:00 |
chenjianhua
|
6678996170
|
feat(bt/bluedroid): support BLE set privacy mode
|
2024-05-22 19:25:50 +08:00 |
zhanghaipeng
|
b1bbc8e486
|
fix(ble/bluedroid): Optimized BLE SPP example for improved compatibility
|
2024-05-22 19:25:11 +08:00 |
zhanghaipeng
|
af59333eb5
|
feat(ble/bluedroid): Support BLE add device to resolving list
|
2024-05-22 19:23:24 +08:00 |
zhanghaipeng
|
c075708e0b
|
feat(ble/bluedroid): Support set resolvable provate address timeout by api
|
2024-05-22 19:21:31 +08:00 |
zhanghaipeng
|
c488cc4b6a
|
fix(ble/bluedroid): Fixed BLE GATT max length of an attribute value
|
2024-05-22 18:03:47 +08:00 |
zhanghaipeng
|
6427524d9b
|
fix(ble/bluedroid): Optimize BLE documentation comments to comply with Doxygen syntax
|
2024-05-22 18:03:41 +08:00 |
zhanghaipeng
|
6f64b2d99c
|
fix(ble/bluedroid): Optimize the BLE documentation
|
2024-05-22 18:03:34 +08:00 |
luoxu
|
25b6f0c92f
|
bugfix(ble_mesh): Close BLEQABR23-798
|
2024-05-22 16:59:03 +08:00 |
Fu Hanxi
|
9228c6f5dd
|
ci: move log dir from pytest_embedded_log to pytest-embedded
|
2024-05-22 16:58:53 +08:00 |
Fu Hanxi
|
32c0b6c3f1
|
ci: apply new fix in pytest-embedded 1.10
|
2024-05-22 16:58:53 +08:00 |
Fu Hanxi
|
f39f8d4a3f
|
ci: update mypy check for python 3.12, check under python 3.7 rules
|
2024-05-22 16:58:53 +08:00 |
Jiang Jiang Jian
|
47418a88b9
|
Merge branch 'bugfix/esp32c6eco1_coex_ble_deinit_wifi_bcn_timeout_v5.1' into 'release/v5.1'
backport v5.1: fix the issue where deinit ble in a coexist scenario causes the wifi mac tsf counter to stop
See merge request espressif/esp-idf!30983
|
2024-05-22 16:18:17 +08:00 |
nilesh.kale
|
3d2260d292
|
feat(cjson): update submodule to v1.7.18
Changelog: https://github.com/DaveGamble/cJSON/releases/tag/v1.7.18
|
2024-05-22 13:34:54 +05:30 |
Rahul Tank
|
29dcca6c7c
|
fix(nimble): start advertising if disconnect due to 0x3E in slave
|
2024-05-22 12:58:27 +05:30 |
Marius Vikhammer
|
f63329ccd1
|
Merge branch 'fix/brownout_crash_v5.1' into 'release/v5.1'
fix(brownout): fixed brownout isr crashing if cache disabled (v5.1)
See merge request espressif/esp-idf!30833
|
2024-05-22 12:49:42 +08:00 |
baohongde
|
6668aa0388
|
fix(coex): Fixed some coexist issues
- Fixed crash issue in coexist callback
- Fixed coexist scheme status update issue
|
2024-05-22 11:50:50 +08:00 |
chenjianhua
|
f8af3d8e0d
|
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(a771b7c)
- Fixed assert when starting advertising due to preemption
- Fixed RPA generation after each reboot
- Fixed RPA renew timer start and stop
|
2024-05-22 11:50:50 +08:00 |
Marius Vikhammer
|
4f82fc267a
|
Merge branch 'feature/console_add_sbom_file_v5.1' into 'release/v5.1'
feat(system/console): Added argtable3 SBOM manifest file for SPDX file generation for console component (v5.1)
See merge request espressif/esp-idf!30945
|
2024-05-22 11:16:02 +08:00 |
Jiang Jiang Jian
|
9a76c7f4c2
|
Merge branch 'bugfix/fix_esp32_cant_tx_after_tx_timeout_v5.1' into 'release/v5.1'
fix(wifi): fix esp32 unrecoverable m f issue
See merge request espressif/esp-idf!30970
|
2024-05-22 10:47:04 +08:00 |
Marius Vikhammer
|
39074c031e
|
fix(brownout): fixed brownout isr crashing if cache disabled
If a brownout ISR was triggered while cache was disabled the system would panic.
This was due to a print accessing a string stored in flash
|
2024-05-22 10:19:10 +08:00 |
Alexey Gerenkov
|
0a68361c35
|
Merge branch 'coredump_sanity_check_v5.1' into 'release/v5.1'
fix(coredump): increase sanity check before get summary (v5.1)
See merge request espressif/esp-idf!30529
|
2024-05-21 22:14:09 +08:00 |
Aditya Patwardhan
|
3982d5552b
|
Merge branch 'bugfix/fix_resetting_redirect_counter_v5.1' into 'release/v5.1'
fix: reset redirect counter for using same handler (v5.1)
See merge request espressif/esp-idf!30937
|
2024-05-21 17:22:15 +08:00 |
Roland Dobai
|
980a568961
|
Merge branch 'ci/use_github_on_macos_runners' into 'release/v5.1'
ci: use github repo for mac runners
See merge request espressif/esp-idf!30949
|
2024-05-21 17:19:25 +08:00 |
Li Shuai
|
fc40fafe8d
|
fix(wifi): fix the issue where deinit ble in a coexist scenario causes the wifi mac tsf counter to stop
|
2024-05-21 16:52:39 +08:00 |
Jiang Jiang Jian
|
91df5f03e9
|
Merge branch 'doc/add_description_for_pd_top_gpio_configuration_v5.1' into 'release/v5.1'
docs(esp_pm): Adding notes on configuring GPIOs when using PD_TOP sleep (v5.1)
See merge request espressif/esp-idf!30797
|
2024-05-21 12:04:46 +08:00 |
Fu Hanxi
|
a1a2799767
|
ci: make fast_template_app optional
|
2024-05-21 05:54:47 +02:00 |
Island
|
d4ed2ec56b
|
Merge branch 'bugfix/fixed_issues_on_esp32c6_and_esp32h2_v5.1' into 'release/v5.1'
fixed some ble issues on esp32c6 and esp32h2 (v5.1)
See merge request espressif/esp-idf!30893
|
2024-05-21 11:52:27 +08:00 |
liuning
|
f7b10c4e3c
|
fix(wifi): fix esp32 unrecoverable m f issue
|
2024-05-21 10:27:30 +08:00 |
Fu Hanxi
|
935b35551f
|
ci: use github repo for mac runners
|
2024-05-20 16:13:26 +02:00 |
Marius Vikhammer
|
9c064071ad
|
Merge branch 'fix/prompt-erased-by-backspace-in-dumbmode_v5.1' into 'release/v5.1'
fix(console): bug where backspace erases the prompt in dumb mode (backport v5.1)
See merge request espressif/esp-idf!30349
|
2024-05-20 15:10:51 +08:00 |
Xiaoyu Liu
|
033d5b0344
|
feat(system/console): Added argtable3 SBOM manifest file in console component for SPDX file generation
|
2024-05-20 15:04:45 +08:00 |
Harshit Malpani
|
a7f29df625
|
fix: Add warning to enable LWIP_NETIF_LOOPBACK to use control socket API
Closes https://github.com/espressif/esp-idf/issues/13659
|
2024-05-20 10:46:45 +05:30 |
Harshit Malpani
|
f561153820
|
fix: reset redirect counter for using same handler
Closes https://github.com/espressif/esp-idf/issues/13633
|
2024-05-20 10:46:44 +05:30 |
liqigan
|
970029c2f4
|
fix(bt/bluedroid): Fix HID Device connection failed bug
Closes https://github.com/espressif/esp-idf/issues/13671
|
2024-05-20 10:44:29 +08:00 |
liqigan
|
cf2bd8029d
|
fix(bt/bluedroid): Fix HID Host connection bugs
1. Fix is_orig value inconsistency for HIDH open event
2. Fix the error state for repeat connection of the same device
|
2024-05-20 10:44:29 +08:00 |
Island
|
bd5335f7d3
|
Merge branch 'feat/optimzie_ble_ctrl_memory_v5.1' into 'release/v5.1'
ble: support only legacy adv and slave function on esp32c2 (v5.1)
See merge request espressif/esp-idf!30335
|
2024-05-17 10:31:25 +08:00 |
Jiang Jiang Jian
|
6d228dc010
|
Merge branch 'feat/sleep_retention_depends_power_state_management_v5.1' into 'release/v5.1'
backport v5.1: sleep retention multiple modules initialization and dependency management
See merge request espressif/esp-idf!30374
|
2024-05-17 10:24:18 +08:00 |
Erhan Kurubas
|
d55d2278ee
|
fix(coredump): don't allow mapping of non-encrypted coredump partition
|
2024-05-16 21:28:18 +02:00 |
Erhan Kurubas
|
cf9c2aed41
|
fix(coredump): increase sanity check before get summary
Closes https://github.com/espressif/esp-idf/issues/13594
|
2024-05-16 21:24:40 +02:00 |
zwl
|
4647a47a17
|
ble: fixed some issues on ESP32C6 and ESP32H2
|
2024-05-16 17:46:18 +08:00 |
Rahul Tank
|
0d5d7413cf
|
Merge branch 'feature/get_local_used_addr_v5.1' into 'release/v5.1'
feat(nimble): Added API to get local used address (v5.1)
See merge request espressif/esp-idf!30758
|
2024-05-16 17:39:42 +08:00 |
Jiang Jiang Jian
|
8071b02318
|
Merge branch 'fix/assert_1024_in_rwbt_isr_v5.1' into 'release/v5.1'
fix(bt/ble): fix some issues in bluetooth controller(backport v5.1)
See merge request espressif/esp-idf!30815
|
2024-05-16 16:44:29 +08:00 |
Abhinav Kudnar
|
7a7aeff0c9
|
feat(nimble): Added API to get local used address
|
2024-05-16 09:50:04 +05:30 |
Rahul Tank
|
a86e6ea6e9
|
Merge branch 'doc/update_readme_enc_adv_v5.1' into 'release/v5.1'
docs(nimble): Added chip information in enc_adv example README file (v5.1)
See merge request espressif/esp-idf!30775
|
2024-05-16 12:12:02 +08:00 |
Rahul Tank
|
82b9984816
|
Merge branch 'bugix/avoid_reset_extract_cb_v5.1' into 'release/v5.1'
fix(nimble): Avoid slave instance reset inside extract_cb (v5.1)
See merge request espressif/esp-idf!30489
|
2024-05-16 12:01:57 +08:00 |
Aditya Patwardhan
|
66f4c0b435
|
Merge branch 'feature/update_mbedtls_to_3.6.0_v5.1' into 'release/v5.1'
feat(mbedtls): updated mbedtls version from 3.5.2 to 3.6.0 (v5.1)
See merge request espressif/esp-idf!30670
|
2024-05-15 20:18:24 +08:00 |
Rahul Tank
|
8abb343778
|
docs(nimble): Added chip information in ble_enc_adv README file
|
2024-05-15 15:32:55 +05:30 |