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
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
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
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
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
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
Rahul Tank
8abb343778
docs(nimble): Added chip information in ble_enc_adv README file
2024-05-15 15:32:55 +05:30
nilesh.kale
e6c6121b38
feat(mbedtls): updated mbedtls version from 3.5.2 to 3.6.0
...
This MR updated MbedTLS version to latest version 3.6.0.
2024-05-15 11:57:14 +05:30
Rahul Tank
8cf7043e28
Merge branch 'bugfix/disable_mbedtls_options_v5.1' into 'release/v5.1'
...
fix(nimble): Deselect MBEDTLS_ECP_RESTARTABLE when mbedTLS is used (v5.1)
See merge request espressif/esp-idf!30620
2024-05-15 14:17:56 +08:00
Rahul Tank
d72ba104ca
fix(nimble): Create separate API to only extract cb info
2024-05-15 11:06:10 +05:30
Marius Vikhammer
3f5c4d0db6
Merge branch 'fix/log_buffer_v5.1' into 'release/v5.1'
...
fix(log): Fixed incorrect argument type in hexdump log functions (v5.1)
See merge request espressif/esp-idf!29777
2024-05-15 09:07:51 +08:00
Rahul Tank
81918dde2a
Merge branch 'bugfix/free_controlle_memory_in_init_fail_v5.1' into 'release/v5.1'
...
fix(nimble): Free controller memory if init fails (v5.1)
See merge request espressif/esp-idf!30751
2024-05-14 20:13:48 +08:00
Li Shuai
18a45fa98f
fix: add ESP_ERR_NOT_ALLOWED error code to esp_err.h
2024-05-14 19:34:37 +08:00
Li Shuai
159e58dc27
fix: modify some typos to ensure CI pipeline run pass
2024-05-14 19:34:37 +08:00
xiaqilin
28b017c383
change(ieee802154): add sleep deinit API
2024-05-14 19:34:37 +08:00
Li Shuai
9586dba801
change(esp_hw_support): use power down peripheral in light sleep option to determine TOP to off
2024-05-14 19:34:37 +08:00
Li Shuai
0dea30c2f2
change(esp_hw_support): add adc retention module and it is dependencies on the clock modem
2024-05-14 19:34:37 +08:00
Li Shuai
c9b1618a3e
change(esp_hw_support): dump sleep retention context to io stream
2024-05-14 19:34:37 +08:00
Li Shuai
7cc3c78447
change(ieee802154): use new sleep retention api to implement ieee802154 mac retention
2024-05-14 19:34:37 +08:00
Li Shuai
2f7a2e0965
change(bt): use new retention api to implement BT mac and bb retention
2024-05-14 19:34:37 +08:00
Li Shuai
08a05ec562
change(esp_hw_support): use new retention api to implement gdma retention
2024-05-14 19:34:37 +08:00
Li Shuai
b7b90fc394
change(wifi): use new retention api to implement wifi mac and bb retention
2024-05-14 19:34:32 +08:00
Li Shuai
0cb0890145
change(esp_hw_support): modify system and modem clock to support modem domain power down
2024-05-14 17:50:59 +08:00
Li Shuai
031f56e294
change(esp_hw_support): some system peripherals to use a retention module number
2024-05-14 17:50:59 +08:00
Li Shuai
83cb32cd70
feat(esp_hw_support): implement of sleep retention module initialize and dependency management
2024-05-14 17:50:59 +08:00
Li Shuai
38b3341863
change(esp_hw_support): modify the style of module argument from bitmap to number
2024-05-14 17:50:59 +08:00
Li Shuai
7d738cae1c
change(esp_hw_support): rename interface name of get modules bitmap to get created modules
2024-05-14 17:50:59 +08:00
Li Shuai
44644845f3
change(esp_hw_support): rename sleep retention module to created module
2024-05-14 17:50:59 +08:00
Alexey Gerenkov
a2215bd122
Merge branch 'fix/gcov_fault_v5.1' into 'release/v5.1'
...
fix(gcov): fix exceptions on gcov task_tick_hook (v5.1)
See merge request espressif/esp-idf!30026
2024-05-14 17:45:03 +08:00
Jin Cheng
16794dc48f
fix(bt/controller): Parse out the correct packet types from Host parameters
...
- For HCI command HCI_Enhanced_Setup_Synchronous_Connection
2024-05-14 11:54:25 +08:00
xuxiao
07edad1af5
fix(wifi): fix some wifi bugs (Backport v5.1)
2024-05-14 11:33:42 +08:00
Jiang Jiang Jian
5423b20c4a
Merge branch 'bugfix/fix_mesh_packet_tx_issue_v5.1' into 'release/v5.1'
...
fix(wifi): fix the tx issue when mesh packet lifetime remain equal to zero (v5.1)
See merge request espressif/esp-idf!30791
2024-05-14 11:01:11 +08:00
gongyantao
090a7755cc
fix(bt/ble): fix some issues in bluetooth controller
...
1: fix assert 1024 issue when bt tx and wifi coexist on esp32
2: fix ble scan backoff
3: parse out the correct packet types from host parameters for
hci command hci_enhanced_setup_synchronous_connection
2024-05-14 10:04:42 +08:00
Marius Vikhammer
03f7927325
Merge branch 'bugfix/coredump_switch_stack_v5.1' into 'release/v5.1'
...
fix(espcoredump): Reconfigure the stack guard when using custom coredump stack (backport v5.1)
See merge request espressif/esp-idf!29527
2024-05-13 20:53:37 +08:00