454782bb6b
change(version): Update version to 5.1.5
2024-10-25 09:02:00 +02:00
f12cfcbcdb
Merge branch 'fix/fix_esp32c2eco4_country_auto_issue' into 'release/v5.1'
...
fix(wifi): fix esp32c2 eco4 set conutry policy auto issue v51
See merge request espressif/esp-idf!34329
2024-10-24 15:16:23 +08:00
0afc589f3a
fix(wifi): fix esp32c2 eco4 set conutry policy auto issue
2024-10-23 19:21:51 +08:00
cac882e133
Merge branch 'bugfix/usb_serial_jtag_simplify_v5.1' into 'release/v5.1'
...
usb-serial-jtag driver simplification (backport v5.1)
See merge request espressif/esp-idf!33909
2024-10-23 19:20:44 +08:00
75e38687f3
Merge branch 'ci/replace_internal_clang-tidy-runner_v5.1' into 'release/v5.1'
...
ci: replace internal clang-tidy runner with the pypi project (v5.1)
See merge request espressif/esp-idf!34361
2024-10-23 14:44:07 +08:00
aee4baa4a2
ci: replace internal clang-tidy runner with the pypi project
2024-10-22 10:30:09 +02:00
5b43155723
fix(usb_serial_jtag): Fix issue that use u32_reg read/write cannot be used to modify fifo regs
2024-10-18 16:07:00 +08:00
f8f3427aee
refactor(usb-serial-jtag): usb-serial-jtag driver simplification to fix rom print coexistence
2024-10-18 16:07:00 +08:00
71ff7408a2
Merge branch 'bugfix/backport_supplicant_fixes_v5.1' into 'release/v5.1'
...
fix(wifi): Backport some fixes(v5.1)
See merge request espressif/esp-idf!33977
2024-10-18 11:18:10 +08:00
1e2aad9efd
Merge branch 'fix/fix_wifi_bugs_10_15_v5.1' into 'release/v5.1'
...
fix(wifi): fix can not tx in low rssi during iperf test (backport v5.1)
See merge request espressif/esp-idf!34233
2024-10-18 02:24:24 +08:00
01bb4f97d4
Merge branch 'bugfix/fix_funcs_overriding_on_esp32c3_eco7_v5.1' into 'release/v5.1'
...
fix(bt/controller): Fixed BLE functions overriding on ESP32-C3 ECO7 (v5.1)
See merge request espressif/esp-idf!34198
2024-10-17 19:53:54 +08:00
d787f5b325
fix(wifi): fix can not tx in low rssi during iperf test (backport v5.1)
2024-10-17 17:44:07 +08:00
110cd62787
fix(bt/controller): Fixed BLE functions overriding on ESP32-C3 ECO7
...
(cherry picked from commit 020f7a6297
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-10-15 13:33:26 +08:00
6938abf90c
fix(esp_wifi): Prevent memory overflow in WPS
2024-10-09 16:07:56 +05:30
60552ecfa1
fix(esp_wifi): Mask some error conditions in WPS
...
Mask some error conditions in WPS to increase the probability of
WPS success.
2024-10-09 16:07:56 +05:30
7810b9f4ff
fix(esp_wifi): Disable WPS timers once WPS succeed
2024-10-09 16:07:56 +05:30
beb46af390
fix(esp_wifi): Allow connection with WPA mode in WPS
2024-10-09 16:07:44 +05:30
632e0c2a9f
Merge branch 'fix/coredump_sha_build_error_v5.1' into 'release/v5.1'
...
fix(esp-coredump): fix build error when mbedtls hardware sha disabled (v5.1)
See merge request espressif/esp-idf!33945
2024-10-08 12:59:41 +08:00
7b395bd8ae
Merge branch 'bugfix/null_assign_variable_v5.1' into 'release/v5.1'
...
fix(wifi_prov): Use calloc instead of malloc to zero initialize variable (v5.1)
See merge request espressif/esp-idf!33968
2024-10-08 12:25:43 +08:00
0c50d91e96
Merge branch 'feature/update_mbedtls_version_to_3.6.1_v5.1' into 'release/v5.1'
...
feat(mbedtls): updated mbedtls version to 3.6.1(v5.1)
See merge request espressif/esp-idf!33915
2024-10-08 12:25:12 +08:00
8baaec05be
fix(esp_wifi): Deinit WPS registrar during hostapd deinit
2024-10-07 10:42:39 +05:30
a6006f5a56
fix(esp_wifi): Added prints in btm roam for error condition
2024-10-07 10:42:32 +05:30
18209f91e7
fix(wifi_prov): Use calloc instead of malloc to zero initialize variable
2024-10-04 11:48:53 +05:30
0e6dca576d
test(esp-coredump): add test for the soft sha config
2024-10-01 10:18:25 +02:00
7a3f74f0d4
fix(esp-coredump): fix build error when mbedtls hardware sha disabled
2024-10-01 10:07:40 +02:00
6dff5b8f5b
Merge branch 'fix/fix_free_eb_twice_issue_v51' into 'release/v5.1'
...
fix(wifi): fix ampdu to normal cause free buffer twice issue(Backport v5.1)
See merge request espressif/esp-idf!33896
2024-09-30 17:46:53 +08:00
77213ac824
Merge branch 'feat/add_mode_chg_parem_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): Report sniff interval to application layer(v5.1)
See merge request espressif/esp-idf!33867
2024-09-30 14:20:14 +08:00
571d282b96
Merge branch 'fix/ecdsa_verify_check_hash_len_v5.1' into 'release/v5.1'
...
Wrap some mbedtls' ECDSA verification related APIs (v5.1)
See merge request espressif/esp-idf!33785
2024-09-30 14:19:09 +08:00
91ec13f858
fix(wifi): fix ampdu to normal cause free buffer twice issue
2024-09-30 13:11:04 +08:00
6571b71612
feat(mbedtls): updated mbedtls version to 3.6.1
2024-09-29 22:48:33 +05:30
b64505ce8c
Merge branch 'bugfix/fix_esp32c2_rom_eco1_mbedtls_issues_v5.1' into 'release/v5.1'
...
fix(esp_rom): Fixed esp32c2 rom eco1 mbedtls issues (v5.1)
See merge request espressif/esp-idf!33897
2024-09-29 18:37:58 +08:00
9972ff5af8
Merge branch 'feature/ftm_calibration_esp32c6_v5.1' into 'release/v5.1'
...
feat(ftm): Update ftm calibration values for esp32c6 (Backport v5.1)
See merge request espressif/esp-idf!33868
2024-09-29 13:58:43 +08:00
1c8daa88c9
Merge branch 'fix/fix_bss_color_issues_v51' into 'release/v5.1'
...
fix(wifi): fixed the issue where the BSS color was not included when sending...
See merge request espressif/esp-idf!33877
2024-09-29 10:18:13 +08:00
a3a0a2f6c2
feat(ftm): Add ftm calibration values for esp32c6
2024-09-27 17:36:15 +05:30
c3ae4a3206
fix(esp_rom): Fixed esp32c2 rom eco1 mbedtls issues
2024-09-27 19:25:34 +08:00
a59658a072
fix(wifi): fixed the issue where the BSS color was not included when sending packets at HE rates (v5.1)
2024-09-27 15:45:20 +08:00
1b19449dc0
feat(bt/bluedroid): Report sniff interval to application layer
2024-09-27 14:16:16 +08:00
59274ae0d6
Merge branch 'bugfix/set_sae_pmk_len_v5.1' into 'release/v5.1'
...
fix(esp_wifi): Set PMK len after SAE exchange
See merge request espressif/esp-idf!33853
2024-09-27 13:48:35 +08:00
4acdc6c830
fix(esp_wifi): Set PMK after SAE exchange
2024-09-27 12:27:32 +08:00
0ddb785147
Merge branch 'fix/fix_some_wifi_bugs_0924_v5.1' into 'release/v5.1'
...
fix(wifi): fix itwt crash issues causes by creat multiple itwt connect (v5.1)
See merge request espressif/esp-idf!33811
2024-09-27 11:38:35 +08:00
f878b4e27e
Merge branch 'bugfix/fix_c2eco4_ble_init_error' into 'release/v5.1'
...
fix(ble): Fixed BLE initialization issue on ESP32-C2 eco4
See merge request espressif/esp-idf!33798
2024-09-27 10:42:01 +08:00
3d65cb7286
Merge branch 'bugfix/fixed_c5_ble_cache_error_240919_v5.1' into 'release/v5.1'
...
Bugfix/fixed c5 ble cache error 240919 (v5.1)
See merge request espressif/esp-idf!33759
2024-09-25 17:04:41 +08:00
d348a8152d
fix(wifi): fix itwt crash issues causes by creat multiple itwt connect
2024-09-25 14:13:44 +08:00
311d8d28d5
fix(ble): Fixed BLE initialization issue on ESP32-C2 eco4
2024-09-25 11:38:13 +08:00
d8f805c87b
Merge branch 'bugfix/fix_clang_compilation_issue_v5.1' into 'release/v5.1'
...
fix(nimble): Fix clang compilation issue (v5.1)
See merge request espressif/esp-idf!33766
2024-09-25 00:20:19 +08:00
77c69f281c
Merge branch 'bugfix/fix_blufi_deinit_fail_v5.1' into 'release/v5.1'
...
fix(nimble): Fixed deinit sequence in blufi (v5.1)
See merge request espressif/esp-idf!33770
2024-09-25 00:10:12 +08:00
9ebd2ed8fe
feat(mbedtls): Wrap mbedtls_ecdsa_read_signature to use ECDSA hardware when possible
2024-09-24 16:51:30 +05:30
f648fca1b9
fix(mbedtls/port): Check signature hash length before using ECDSA hardware
2024-09-24 16:51:20 +05:30
a693c960d6
Merge branch 'bugfix/fix_ble_scan_assert_1728_v5.1' into 'release/v5.1'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(e9ae856) (v5.1)
See merge request espressif/esp-idf!33720
2024-09-24 16:10:25 +08:00
d0bc721a78
fix(nimble): Fixed deinit sequence in blufi
2024-09-24 12:21:24 +05:30
8e0739ccd5
fix(nimble): Fix clang compilation issue
2024-09-24 12:15:59 +05:30
adf8d464fc
Merge branch 'feat/send_data_len_afer_conn_v5.1' into 'release/v5.1'
...
feat(nimble): Set data length after connection (v5.1)
See merge request espressif/esp-idf!33696
2024-09-24 14:28:51 +08:00
8b2abcc839
Merge branch 'fix/add_countermeasure_for_ecdsa_peripheral_issue_v5.1' into 'release/v5.1'
...
feat(hal): Add countermeasure for ECDSA generate signature (v5.1)
See merge request espressif/esp-idf!33748
2024-09-24 12:13:29 +08:00
23cdac7ab3
fix(ble): unified ble memory allocation method
...
(cherry picked from commit 8e4cc79a27
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-09-24 12:03:21 +08:00
9949fb3d2b
feat(hal): Add countermeasure for ECDSA generate signature
...
The ECDSA peripheral before ECO5 of esp32h2 does not perform the ECDSA
sign operation in constant time. This allows an attacker to read the
power signature of the ECDSA sign operation and then calculate the
ECDSA key stored inside the eFuse. The commit adds a countermeasure
for this attack. In this case the real ECDSA sign operation is
masked under dummy ECDSA sign operations to hide its real power
signature
2024-09-23 19:32:27 +05:30
e711935672
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(63eb54d)
...
- Fixed issue where RPA is not updated after BLE RPA timeout
2024-09-23 13:32:15 +08:00
54b10d1ae1
test(bt/bluedroid): Support to disable BLE address resolution
2024-09-23 13:32:04 +08:00
a0c57c0b6f
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(e9ae856)
...
- Fixed BLE scan assert in lld_scan.c 1728
(cherry picked from commit 32c7694f56
)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-09-23 11:13:20 +08:00
a13ab34101
Merge branch 'refactor/rtc_init_before_mspi_tuning_v5.1' into 'release/v5.1'
...
fix(startup): move rtc initialization before MSPI timing tuning to improve stability (v5.1)
See merge request espressif/esp-idf!32555
2024-09-21 15:01:16 +08:00
ea9f369f45
Merge branch 'feat/support_esp32c2_eco4_wifi_v51' into 'release/v5.1'
...
Feat/support esp32c2 eco4 wifi v51
See merge request espressif/esp-idf!33706
2024-09-21 14:43:53 +08:00
6983207dd1
Merge branch 'bugfix/check_bootloader_size_with_sign_v5.1' into 'release/v5.1'
...
fix(esptool_py): Check the size of the bootloader + signature block (v5.1)
See merge request espressif/esp-idf!33592
2024-09-21 14:42:48 +08:00
768104dd5f
Merge branch 'fix/assert_fail_in_xtaskdeletewithcaps_v5.1' into 'release/v5.1'
...
Fixed occational assert failure in vTaskDeleteWithCaps() (v5.1)
See merge request espressif/esp-idf!33687
2024-09-21 14:40:41 +08:00
70b29ec9cf
feat(wifi): update support esp32c2eco4 wifi lib
2024-09-21 10:28:53 +08:00
7caee46b77
fix(wifi): fix esp32c2 eco4 ld
2024-09-20 20:33:51 +08:00
4758622331
feat(wifi): support esp32c2 eco4 wifi bringup
2024-09-20 20:32:42 +08:00
464d5d55a3
Merge branch 'ble_dev/esp32c2eco4_chip_20240903_v5.1' into 'release/v5.1'
...
change(ble): update c2 eco4 ld file (v5.1)
See merge request espressif/esp-idf!33667
2024-09-20 19:35:08 +08:00
22754918e0
fix(freertos): Fixed assert failure in vTaskDeleteWithCaps
...
This commit fixes an assert failure in vTaskDeleteWithCaps() when
multiple un-pinned tasks are created with stack in the external memory
and such tasks delete themselves.
Closes https://github.com/espressif/esp-idf/issues/14222
2024-09-20 10:28:29 +02:00
288fd05b0e
test(freertos): Added a test for vTaskDeleteWithCaps when stack is in ext RAM
...
This commit adds a stress tests for creating multiple tasks with
xTaskCreateWithCaps such that the stack is allocated in external SPIRAM.
Then the tasks self-delete. This is done iteratively as stress test.
2024-09-20 10:28:29 +02:00
36b9357ef7
Merge branch 'bugfix/fix_sdp_bugs_v5.1' into 'release/v5.1'
...
Bugfix/fix sdp bugs[backport 5.1]
See merge request espressif/esp-idf!33604
2024-09-20 14:13:42 +08:00
538302a22f
Merge branch 'fix/fix_clock_retention_link_context_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): add clock retention contents for esp32c6 & esp32h2 (v5.1)
See merge request espressif/esp-idf!33606
2024-09-20 14:12:30 +08:00
cd464116d5
Merge branch 'feature/add_api_to_get_last_status_code_logged_during_ota_v5.1' into 'release/v5.1'
...
feat(esp_https_ota): added API to get last status code logged from http resonse (v5.1)
See merge request espressif/esp-idf!33611
2024-09-20 14:04:48 +08:00
df98b8396e
Merge branch 'fix/fix_some_wifi_bugs_0902_v5.1' into 'release/v5.1'
...
fix(wifi): fix some wifi bugs(Backport v5.1)
See merge request espressif/esp-idf!33647
2024-09-20 13:53:14 +08:00
be1ba2eff8
Merge branch 'backport/openthread_related_feature_v51' into 'release/v5.1'
...
Backport/openthread related feature v51(Backport v5.1)
See merge request espressif/esp-idf!33408
2024-09-20 13:50:35 +08:00
67d4d2c5d3
Merge branch 'fix/mmu_multicore_app_bl_v5.1' into 'release/v5.1'
...
fix(MMU): fixed mmap deadlock when using multicore app with unicore bootloader (v5.1)
See merge request espressif/esp-idf!32898
2024-09-20 13:41:17 +08:00
207eccfc8f
Merge branch 'fix/ringbuf_receives_item_not_yet_sent_v5.1' into 'release/v5.1'
...
fix(esp_ringbuf): Fixed a bug where in a no-split buffer received items prematurely (v5.1)
See merge request espressif/esp-idf!33651
2024-09-20 13:39:12 +08:00
e902170873
Merge branch 'bugfix/fix_usb_dp_pullup_disable_v5.1' into 'release/v5.1'
...
GPIO: correct pio_ll_pullup_dis when USB DP (backport v5.1)
See merge request espressif/esp-idf!32496
2024-09-20 13:36:22 +08:00
a28a3a460d
Merge branch 'fix/spi_hd_seg_fix_iwdt_timeout_v5.1' into 'release/v5.1'
...
fix(spi_slave_hd): fix seg mode potential iwdt timeout when multi task call (v5.1)
See merge request espressif/esp-idf!31844
2024-09-20 13:34:59 +08:00
f7fb8a6dc6
change(ble): update c2 eco4 ld file
...
(cherry picked from commit 25189b190f
)
Co-authored-by: Shen Weilong <shenweilong@espressif.com >
2024-09-20 12:53:27 +08:00
69aa96eb3c
Merge branch 'feat/support_esp32c2_eco4_rom_systimer_hal_v5.1' into 'release/v5.1'
...
feat(esp_rom): support esp32c2 rev2.0(ECO4) rom systimer hal (backport v5.1)
See merge request espressif/esp-idf!33613
2024-09-20 12:06:52 +08:00
3d3ae683da
Merge branch 'feat/bringup_esp32c2_rom_mbedtls_to_formal_feature_v5.1' into 'release/v5.1'
...
feat(mbedtls): bringup rom mbedtls feature to formal (backport v5.1)
See merge request espressif/esp-idf!33646
2024-09-20 12:06:32 +08:00
0e1492b06d
Merge branch 'bugfix/fix_some_bugs_in_avrcp_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fixed some bugs in AVRCP (Backport v5.1)
See merge request espressif/esp-idf!33580
2024-09-20 11:41:06 +08:00
2136defda4
Merge branch 'bugfix/support_cert_test_v5.1' into 'release/v5.1'
...
fix(phy): Add cert_test support for ESP32, ESP32-C2, ESP32-C6, ESP32-H2 and ESP32-S2(Backport v5.1)
See merge request espressif/esp-idf!33622
2024-09-20 11:39:36 +08:00
697a621545
Merge branch 'feat/support_blecrt_242_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fixed access fault when reading BLE controller information fails (v5.1)
See merge request espressif/esp-idf!33632
2024-09-20 10:34:02 +08:00
d73f3d68fc
fix(wifi): fix some wifi bugs
2024-09-20 10:28:32 +08:00
2e7caef119
feat(nimble): Set data length after connection
2024-09-19 20:24:29 +05:30
1fb7afab01
fix(esp_ringbuf): Fixed a bug where in a no-split buffer received items prematurely
...
This commit fixes a bug in the no-split buffer which could receive an
item prematurely if the space on the buffer is acquired until the buffer
is full. The commit also adds a unit test for this scenario.
Closes https://github.com/espressif/esp-idf/issues/14568
2024-09-19 16:06:00 +02:00
71bac64a08
Merge branch 'bugfix/fixed_c6_crash_c2_crash_issue_v5.1' into 'release/v5.1'
...
Bugfix/fixed c6 crash c2 crash issue (v5.1)
See merge request espressif/esp-idf!33597
2024-09-19 20:21:06 +08:00
dbe47c367e
Merge branch 'bugfix/fix_ble_max_tx_power_on_esp32c3_v5.1' into 'release/v5.1'
...
fix(bt/controller): Change the max TX power to +20dBm on ESP32-C3 and ESP32-S3 (v5.1)
See merge request espressif/esp-idf!33615
2024-09-19 19:59:54 +08:00
ce64b50f77
Merge branch 'bugfix/pm-165_v5.1' into 'release/v5.1'
...
backport v5.1: fix the issue of station fail to connect to softap caused by abnormal rf flag signal
See merge request espressif/esp-idf!33626
2024-09-19 16:47:30 +08:00
d4e558f654
feat(mbedtls): bringup rom mbedtls feature to formal
2024-09-19 16:45:01 +08:00
e2822c3a1f
fix(phy): update cert_test docs
2024-09-19 16:20:06 +08:00
9ead83c4ee
feat(openthread): update extension commands component for examples
2024-09-19 16:07:03 +08:00
be263857eb
Merge branch 'fix/added_a_change_to_print_address_of_advertising_instance_v5.1' into 'release/v5.1'
...
fix(nimble): Added a change to print address of an advertising instance (v5.1)
See merge request espressif/esp-idf!33563
2024-09-19 14:32:15 +08:00
807acee34c
fix(bt/bluedroid): Fixed access fault when reading BLE controller information fails
...
(cherry picked from commit e4e23087ee
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-09-19 09:12:26 +08:00
c2e8a6e9b2
feat(bt/bluedroid): Add BLE connection id param for ESP_GATTS_RESPONSE_EVT
...
(cherry picked from commit e4a372ab76
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-09-19 09:12:24 +08:00
9bd938d39a
fix(esp_wifi): fix the issue of station fail to connect to softap caused by abnormal rf flag signal
2024-09-18 22:18:33 +08:00
86b0c1b6eb
feat(esp_rom): support esp32c2 rev2.0(ECO4) rom systimer hal
2024-09-18 21:02:13 +08:00
b5fe76b7dc
feat(esp_rom): add esp32c2.rom.eco4.ld
2024-09-18 21:02:04 +08:00
1e10eba6e5
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Jiang Jiang Jian <jack@espressif.com >
2024-09-18 20:15:23 +08:00
ea85edc469
fix(phy): esp32s2 and esph2 support rf cert_test
2024-09-18 19:54:08 +08:00
cd1a50a952
ci(mmu): add unicore test
2024-09-18 19:31:33 +08:00
7d4d6ae5fd
fix(MMU): fixed mmap deadlock when using multicore app with unicore bootloader
...
Closes https://github.com/espressif/esp-idf/issues/11617
2024-09-18 19:31:33 +08:00
dbed93dce8
fix(startup): move rtc initialization before MSPI timing tuning to improve stability
2024-09-18 19:30:22 +08:00
8992e1cec8
fix(phy): fix esp32 build fail issue
...
Closes https://github.com/espressif/esp-idf/issues/11972
2024-09-18 19:17:02 +08:00
7a8655d763
fix(spi_slave_hd): fix seg mode potential iwdt timeout when multi task call
2024-09-18 18:01:12 +08:00
5d7e2a6fde
fix(phy): All chip support cert_test
2024-09-18 18:00:46 +08:00
c846ee7917
fix(bt/controller): Change the max TX power to +20dBm on ESP32-C3 and ESP32-S3
...
(cherry picked from commit fe43c8f1b5
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-09-18 17:34:20 +08:00
6de1125cbf
feat(esp_https_ota): added API to get last status code logged from http resonse
...
Closes https://github.com/espressif/esp-idf/issues/14302
2024-09-18 14:58:38 +05:30
7890498092
fix(ble): fixed occasional crash issue in multi-connect scenarios on ESP32-C6
2024-09-18 17:03:37 +08:00
710baa1fe3
fix(esp_hw_support): add clock retention contents
2024-09-18 16:57:46 +08:00
0b2bf46463
fix(bt/bluedroid): Fixed not deep copy service_name and user1_ptr in RAW SDP search event
2024-09-18 16:42:22 +08:00
3ee6b9e051
change(bt/bluedroid): Limited SDP service discovery operation
2024-09-18 16:42:07 +08:00
340cc81c02
change(bt/bluedroid): Release record data after SDP record created
2024-09-18 16:41:57 +08:00
0678e23215
fix(ble): fixed memory leak issue when using uart hci
...
(cherry picked from commit 4d2c44f511
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-09-18 15:57:45 +08:00
906b24dcac
fix(ble): fixed occasional assertion issue when enabling logging on ESP32-C2
...
(cherry picked from commit 0ef9ecb715
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-09-18 15:57:43 +08:00
96e6cebe8c
fix(ble): fixed occasional acl data packet loss issue when using UHCI on ESP32-H2
...
(cherry picked from commit c929a01931
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-09-18 15:57:41 +08:00
f59e219457
Merge branch 'bugfix/warn_rc32k_use_v5.1' into 'release/v5.1'
...
fix(clk): warn the users to avoid using RC32K clock (v5.1)
See merge request espressif/esp-idf!33503
2024-09-18 15:37:09 +08:00
afaee632ea
Merge branch 'feature/tools_fix_arm64_arm32_detection_v5.1' into 'release/v5.1'
...
fix(idf_tools): Fix platform detection - arm64 hardware but it's running in arm32 environment (v5.1)
See merge request espressif/esp-idf!33396
2024-09-18 15:32:46 +08:00
bf484ad78d
fix(examples): Increases partition table offset for SBV2+FE test
2024-09-18 09:58:49 +03:00
5b08c93852
fix(esptool_py): Check the size of the bootloader + signature block
2024-09-18 09:58:48 +03:00
7ff192c979
Merge branch 'bugfix/forbid_uart_suspend_auto_lightsleep_v5.1' into 'release/v5.1'
...
uart: Fixed issue that TX be blocked by auto-lightsleep (v5.1)
See merge request espressif/esp-idf!31109
2024-09-18 13:53:46 +08:00
61bc4b9684
ci: update mypy check for python 3.8
2024-09-18 11:11:26 +07:00
35ff605f35
fix(bt/bluedroid): Fixed some bugs in AVRCP
2024-09-18 11:26:34 +08:00
165172072c
Merge branch 'fix/fix_wifi_rssi_to_snr_issue_v51' into 'release/v5.1'
...
fix(wifi): fix wifi rssi to snr issue v51
See merge request espressif/esp-idf!33541
2024-09-18 11:10:37 +08:00
e682fb89e0
Merge branch 'change/improve_some_wifi_releated_introduction_v51' into 'release/v5.1'
...
change(wifi):improve some wifi releated introduction
See merge request espressif/esp-idf!33540
2024-09-18 10:53:21 +08:00
4057760b86
Merge branch 'fix/sysview_example_tests_v5.1' into 'release/v5.1'
...
test(sysview): fix gdb no response error in sysview_heap_log tests (v5.1)
See merge request espressif/esp-idf!33459
2024-09-17 23:01:20 +08:00
cf106f07d1
fix(nimble): Added a change to print address of an advertising instance
2024-09-17 12:19:03 +05:30
5ed5ed7be7
Merge branch 'bugfix/add_dummy_cb_during_deinit_v5.1' into 'release/v5.1'
...
fix(nimble): De-register host cb in stack deinit (v5.1)
See merge request espressif/esp-idf!33375
2024-09-16 23:44:50 +08:00
f449357a70
Merge branch 'feat/update_tools_in_tools_json_v5.1' into 'release/v5.1'
...
feat(tools): Update tools: cmake, ninja, ccache (v5.1)
See merge request espressif/esp-idf!33532
2024-09-16 19:42:05 +08:00
f6b08fb2e9
fix(nimble): De-register host cb in stack deinit
2024-09-16 14:22:47 +05:30
6436187c8e
Merge branch 'bugfix/fix_missing_per_adv_sync_est_evt_v5.1' into 'release/v5.1'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(c66a703) (Backport v5.1)
See merge request espressif/esp-idf!33451
2024-09-14 16:34:54 +08:00
ce6fe53c69
fix(wifi): fix wifi rssi to snr issue v51
2024-09-14 15:30:34 +08:00
27efe05cad
change(wifi):improve some wifi releated introduction
2024-09-14 15:04:32 +08:00
abbfb9d073
feat(tools): Exclude modified folders by rebuild
2024-09-13 16:56:46 +02:00
1c00a61ca3
feat(tools): Update tools: cmake, ninja, ccache
...
cmake v3.24.0 -> v3.30.2
ninja v1.11.1 -> v1.12.1
ccache v4.8 -> v4.10.2
Closes https://github.com/espressif/esp-idf/pull/14376
2024-09-13 16:56:46 +02:00
386bdf6011
Merge branch 'feat/support_esp32c2_eco4_rom_mbedtls_v3.6.0_lts_v5.1' into 'release/v5.1'
...
feat(mbedtls): support esp32c2 eco4 rom mbedtls v3.6.0 lts v5.1 (backport v5.1)
See merge request espressif/esp-idf!33423
2024-09-13 20:32:31 +08:00
d8018d6a96
Merge branch 'bugfix/fixed_multi_conn_example_crash_issue_5.1' into 'release/v5.1'
...
fix(ble): fiexed the crash issue of examples/bluetooth/nimble/ble_multi_conn
See merge request espressif/esp-idf!33494
2024-09-13 19:18:02 +08:00
de8a8b5c43
Merge branch 'bugfix/ftm_apsta_bw_issue_v5.1' into 'release/v5.1'
...
fix(esp_wifi): Fix FTM issues in AP-STA mode (Backport v5.1)
See merge request espressif/esp-idf!33483
2024-09-13 12:04:38 +08:00
a4bc0becb0
fix(clk): warn the users to avoid using RC32K clock
2024-09-13 12:03:03 +08:00
74eb0cd4a8
fix(soc): fixed uart_periph.h not including reg.h issue
...
This will cause rom/uart.h can't compile.
2024-09-12 21:26:13 +08:00
990fb3c2e8
feat(uart_test): add test case for uart tx blocked by auto-suspend
2024-09-12 21:26:13 +08:00
4a8f1d30ce
fix(uart): Fixed issue that TX be blocked by auto-lightsleep
2024-09-12 21:26:13 +08:00
99ff4745e2
fix(ble): fiexed the crash issue of examples/bluetooth/nimble/ble_multi_conn
2024-09-12 20:58:00 +08:00
a93ae1141d
fix(esp_wifi): Fix FTM issues in AP-STA mode
...
Add AP-STA mode support in FTM example
Update wifi libs with below changes -
- Use ex-AP's bandwidth in FTM request when connected
- Allow Bandwidth downgrade in FTM negotiation
- Use separate calibration when Initiator performs 20MHz FTM
while in-AP is in 40MHz
2024-09-12 10:47:22 +05:30
33fbade6b8
Merge branch 'bugfix/fix_s3c3_wrong_ext32k_config_bug_v5.1' into 'release/v5.1'
...
fix(ext_32k): fix the external 32K issue on C3&S3 (v5.1)
See merge request espressif/esp-idf!33155
2024-09-12 10:51:54 +08:00
e187f3e65b
Merge branch 'bugfix/psram_fallback_in_wifi_osi_v5.1' into 'release/v5.1'
...
fix(wifi): Add PSRAM failure fallback in WiFi Queue API's (Backport v5.1)
See merge request espressif/esp-idf!33351
2024-09-12 10:50:28 +08:00
f209311613
Merge branch 'fix/clang_linker_fix_for_linux_target_v5.1' into 'release/v5.1'
...
fix(cmake): Fixed linker not supporting -warn_commons for linux target on MacOS (v5.1)
See merge request espressif/esp-idf!33054
2024-09-12 10:50:05 +08:00
3db2c6fbe4
Merge branch 'docs/add_nimble_get_started_v5.1' into 'release/v5.1'
...
feat(ble/example): Added NimBLE Get started examples (v5.1)
See merge request espressif/esp-idf!33030
2024-09-12 10:49:48 +08:00
fa8cd334b7
Merge branch 'fix/vtaskdeletewithcaps_leaks_memory_v5.1' into 'release/v5.1'
...
fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps() (v5.1)
See merge request espressif/esp-idf!32401
2024-09-12 10:49:19 +08:00
6d438a9ea6
Merge branch 'docs/sync_psram_noinit_and_bss_description_v5.1' into 'release/v5.1'
...
docs(psram): sync psram noinit description (v5.1)
See merge request espressif/esp-idf!33464
2024-09-12 10:00:56 +08:00
e2f05a1187
Merge branch 'feat/parlio_tx_support_psram_buffer_v5.1' into 'release/v5.1'
...
fix(parlio_tx): fixed errors in the first transfer (v5.1)
See merge request espressif/esp-idf!33359
2024-09-12 09:43:19 +08:00
4d2c27dd39
Merge branch 'bugfix/ulp_riscv_reg_ops_header_inclusion_v5.1' into 'release/v5.1'
...
fix(ulp_riscv): Fixed the header inclusion dependency for ulp_riscv_register_ops.h (v5.1)
See merge request espressif/esp-idf!33452
2024-09-12 08:55:23 +08:00
036cd854b9
docs(psram): sync psram noinit description
2024-09-11 20:17:55 +08:00
8a4e0b6b2a
test(sysview): fix gdb no response error in sysview_heap_log tests
2024-09-11 13:43:16 +03:00
3088bebc23
fix(ulp_riscv): Fixed the header inclusion dependency for ulp_riscv_register_ops.h
...
There are redefinition compilation warnings for the register operation
macros when a ULP program was compiled which included soc.h before
ulp_riscv_register_ops.h. This commit fixes the issues by delegating the
exclusion macro to the CMakeLists.txt file.
Closes: https://github.com/espressif/esp-idf/issues/12116
Closes: https://github.com/espressif/esp-idf/issues/14438
2024-09-11 11:25:31 +02:00
42ccb8fc26
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(c66a703)
...
- Fixed missing sync established event after canceling sync
2024-09-11 17:15:42 +08:00
e03dce674c
fix(ble): Increased the length of addr_str in ble_get_started nimble examples
2024-09-11 17:14:22 +08:00
df9abfe9f9
fix(ble): Added ble_get_started examples to build-test-rules.yml
2024-09-11 17:14:22 +08:00
a8b85dd01c
fix(ble): Removed unsupported sdkconfig
2024-09-11 17:14:22 +08:00
89db2b75dc
fix(ble): Removed the C5 support for examples in ble_get_started
2024-09-11 17:14:22 +08:00
d4b4f5c146
docs(ble): Replace advertising interval hex value with BLE_GAP_ADV_ITVL_MS
2024-09-11 17:14:22 +08:00
17ea84eef6
docs(ble): Improved as Weilong and Shenhang requested
2024-09-11 17:14:22 +08:00
77f9b38039
docs(ble): Added BLE Get Started
2024-09-11 17:14:22 +08:00
494cce05a9
Merge branch 'bugfix/exit_sniff_immed_enter_sniff_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fix the protocol stack to exit sniff mode(v5.1)
See merge request espressif/esp-idf!33399
2024-09-11 15:30:44 +08:00
9559f40dc6
Merge branch 'bugfix/bidirectioanl_data_transfer_ble_spp_v5.1' into 'release/v5.1'
...
fix(nimble): Added support for bidirectional data trasfer (v5.1)
See merge request espressif/esp-idf!33414
2024-09-11 14:04:28 +08:00
4a10d24b48
fix(parlio_tx): fix error in first transfer and 1 byte transfer
...
On p4, the clock was configured in the wrong order causing a dropped
count on the first transmission. And gdma eof event fails to trigger
parlio_tx eof event when transmitting single byte.
2024-09-11 09:52:07 +08:00
8af42a08cf
Merge branch 'bugfix/fix_hid_cod_setting_v5.1' into 'release/v5.1'
...
Bugfix/fix hid cod setting[backport 5.1]
See merge request espressif/esp-idf!33339
2024-09-10 18:30:49 +08:00
d87171a2f1
fix(cmake): Fixed linker not supporting -warn_commons for linux target on MacOS
...
This commit updates the ld linker flags to conditionally include the
-warn_commons flag when the linux target is built on MacOS. This is
because, not all versions of ld support the -warn_commons option.
Closes https://github.com/espressif/esp-idf/issues/13185
2024-09-10 14:51:36 +08:00
a6a5ca31cc
fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps()
...
vTaskDeleteWithCaps() leaked memory when a task uses the API to delete
itself. This commit adds a fix to avoid the memory leak.
Closes https://github.com/espressif/esp-idf/issues/14222
2024-09-10 14:48:30 +08:00
acfa4b00a7
fix(bt/bluedroid): Fix the protocol stack to exit sniff mode
...
- Already in result mode but request change indication has not been cleared
2024-09-10 11:42:05 +08:00
ed4220c163
Merge branch 'bugfix/fix_some_ble_bugs_240826_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs 240826 on ESP32C3 (8ce789b) (v5.1)
See merge request espressif/esp-idf!33391
2024-09-10 11:37:48 +08:00
fcc24e57e8
Merge branch 'feat/support_ble_scan_and_init_coex_on_esp32_v5.1' into 'release/v5.1'
...
Support BLE scanning and initiating coexist on ESP32 (v5.1)
See merge request espressif/esp-idf!33387
2024-09-10 11:37:16 +08:00
13c6c90055
Merge branch 'fix/freertos_port_assert_in_isr_bug_v5.1' into 'release/v5.1'
...
fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context (v5.1)
See merge request espressif/esp-idf!32374
2024-09-10 11:06:52 +08:00
cf2c0e1edb
fix(heap): rev2.0 still use tlsf patch code
2024-09-10 11:04:22 +08:00
b98c1db2b5
feat(mbedtls): support rom mbedtls threading layer
2024-09-10 10:38:24 +08:00
3faea4b10c
feat(mbedtls): select MBEDTLS_CMAC_C when MBEDTLS_USE_CRYPTO_ROM_IMPL enabled
2024-09-10 10:38:19 +08:00
e49ee08d8c
feat(mbedtls): support ROM mbedtls v3.6.0 on C2 rev2.0(ECO4)
2024-09-10 10:38:12 +08:00
6976a43ad3
feat(esp_rom): include rom.mbedtls.eco4.ld with C2 rev2.0(ECO4) select
2024-09-10 10:37:57 +08:00
2ee77ff20f
feat(esp_rom): update esp32c2.rom.mbedtls.eco4.ld
2024-09-10 10:37:47 +08:00
8ad0723c27
feat(esp_hw_support): Support esp32c2 rev2.0 chip
2024-09-10 10:37:34 +08:00
20d3a306eb
fix(nimble): Added support for bidirectional data trasfer
2024-09-09 18:41:27 +05:30
61d6201cf0
feat(openthread): support time sync feature on border router
2024-09-09 20:28:17 +08:00
e325f1fcd1
fix(openthread): fix RCP build to pass time sync and CSL options
...
Closes https://github.com/espressif/esp-idf/pull/14060
2024-09-09 20:28:15 +08:00
72d231e674
feat(lwip): reply the NS without LL opt
2024-09-09 20:17:25 +08:00
b3b321f715
fix(802.15.4): fix oob issue for pending table
2024-09-09 20:15:25 +08:00
3db6cccffe
feat(802.15.4): support large scale pending table size
2024-09-09 20:15:11 +08:00
ceea71d009
feat(lwip): add a config to set the size of ND6 table cache
2024-09-09 20:15:00 +08:00
9c0c0ce994
feat(esp_netif): add an API to get all preferred ip6 addresses
2024-09-09 20:14:25 +08:00
99775566c5
Merge branch 'bugfix/sae_gcmp_conn_failure_v5.1' into 'release/v5.1'
...
Fix SAE connection failure when GCMP cipher is used (Backport v5.1)
See merge request espressif/esp-idf!33232
2024-09-09 14:35:48 +08:00
2456dc6a8e
fix(idf_tools): fix delimiter when the updater parsing, ' *' or ' '
2024-09-09 13:01:00 +07:00
49773c662a
fix(idf_tools): Fix platform detection for arm64 machine but arm32 environment
2024-09-09 13:00:46 +07:00
867ed4d319
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(8ce789b)
...
- Fixed BLE vendor HCI set scan perfer address command
- Support BLE vendor HCI get controller compile version command
- Fixed BLE util buffer free after controller reset
- Fixed assert when connection already exist and be connected again
2024-09-09 11:35:29 +08:00
51aa349204
feat(bt): Update esp32 bt-lib(bc393dd)
...
- Fixed BLE vendor HCI set scan perfer address command
- Support BLE vendor HCI get controller compile version command
- Support BLE scanning and initiating coexist
2024-09-09 11:30:46 +08:00
4bd5b51627
Merge branch 'docs/optimized_ble_gattc_multi_connect_example_v5.1' into 'release/v5.1'
...
docs(ble/bluedroid): Optimize BLE example documentation for getting characteristic (v5.1)
See merge request espressif/esp-idf!33196
2024-09-09 10:34:51 +08:00
c769ca3d41
Merge branch 'docs/remove_user_guide_for_esp32_pico_kit_related_migration_v5.1' into 'release/v5.1'
...
docs: remove user guide for esp32-pico-kit related docs after migration (v5.1)
See merge request espressif/esp-idf!32783
2024-09-06 18:38:57 +08:00
571f5caf41
Merge branch 'bugfix/make_cccd_flags_configurable_v5.1' into 'release/v5.1'
...
fix(nimble): Make CCCD flags configurable (v5.1)
See merge request espressif/esp-idf!33315
2024-09-06 14:05:44 +08:00
a0f864456c
fix(ble/bluedroid): Optimize BLE function 'esp_ble_resolve_adv_data_by_type'
2024-09-06 10:14:42 +08:00
1dbaced1ca
docs(ble/bluedroid): Optimize BLE example documentation for getting characteristic
2024-09-06 10:14:42 +08:00
a3eb74cdb7
fix(bt/bluedroid): Resolve warning: unused variable 'pp'
2024-09-06 10:14:42 +08:00
e23ccc987c
fix(wifi): Add PSRAM failure fallback in WiFi Queue API's
2024-09-05 18:11:26 +05:30
35eaff1d2a
Merge branch 'bugfix/eth_plus_wifi_doc_v5.1' into 'release/v5.1'
...
docs(esp_eth): added warning to not use ESP32 as ETH CLK source with WiFi (v5.1)
See merge request espressif/esp-idf!33247
2024-09-05 18:45:05 +08:00
6464747486
fix(esp_hid): Fixed protocol mode mapping bug
...
Closes https://github.com/espressif/esp-idf/issues/14232
2024-09-05 14:25:44 +08:00
7079d50ecd
feat(bt/bluedroid): Added definition of minor class of COD for peripheral major class
...
Closes https://github.com/espressif/esp-idf/issues/13622
2024-09-05 14:25:27 +08:00
cc56879ed4
Merge branch 'support_psram_noinit_segment_on_s3_v5.1' into 'release/v5.1'
...
feat(psram): add psram noinit segment support on s2/s3/p4/c5 and bss segment on c5 (v5.1)
See merge request espressif/esp-idf!33258
2024-09-05 10:45:32 +08:00
d80d9a4499
Merge branch 'docs/remove_output_format_v5.1' into 'release/v5.1'
...
docs(size): remove -DOUTPUT_FORMAT output format option for idf.py size (v5.1)
See merge request espressif/esp-idf!33311
2024-09-04 20:43:39 +08:00
81752a8f5f
fix(nimble): Make CCCD flags configurable
2024-09-04 14:13:19 +05:30
e08cde2c89
docs(size): remove -DOUTPUT_FORMAT output format option for idf.py size
...
Setting OUTPUT_FORMAT through the CMake variable probably never
functioned and seems to be a remnant (possibly a typo in the
documentation) from the time when the -DOUTPUT_JSON=1 CMake variable was
used to specify the JSON output format, prior to the introduction of the
--format option. This removes the note regarding the option to choose
the output format using -DOUTPUT_FORMAT.
Closes https://github.com/espressif/esp-idf/issues/14383
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-09-04 10:09:11 +02:00
bec23c9d81
feat(psram): add psram noinit segment support on S2/S3/P4/C5
...
Closes https://github.com/espressif/esp-idf/issues/14253
2024-09-04 15:08:12 +08:00
6a40c63c28
fix(ext_32k): fix the external 32K issue on C3&S3 (v5.1)
2024-09-04 12:04:31 +08:00
42408045ff
docs: Remove User Guide for ESP32-Pico-Kit related docs after migration
2024-09-02 19:17:04 +08:00
0dbd2aa24c
fix(esp_wifi): Refactor and update wpa_supplicant with upstream
2024-09-02 16:12:32 +05:30
7c7aeb3fc7
docs: Update zh_CN translation for MR32736
2024-09-02 11:44:03 +02:00
ebee641116
docs(esp_eth): added warning to not use ESP32 as ETH CLK source with WiFi
2024-09-02 11:32:08 +02:00
220f9e6c42
Merge branch 'task/add_ldgen_exception_for_freertos_v5.1' into 'release/v5.1'
...
fix(freertos): Added freertos and ringbuf fragments to the exception list of ldgen mapping checks (v5.1)
See merge request espressif/esp-idf!33217
2024-09-02 11:03:07 +08:00
fac6bb6c1c
Merge branch 'bugfix/fixed_assert_on_esp32c2_v5.1' into 'release/v5.1'
...
fix(ble): fixed crash issue during deinit host after deinit controller on ESP32-C2 (v5.1)
See merge request espressif/esp-idf!33207
2024-09-02 10:08:14 +08:00
c86c53dd64
Merge branch 'contrib/github_pr_14286_v5.1' into 'release/v5.1'
...
fix(bt): Add a parameter in the two least significant bits of Class of Device (backport v5.1)
See merge request espressif/esp-idf!33166
2024-09-02 09:34:51 +08:00
adcc279a8c
Merge branch 'fix_wrong_ap3204_id_check_v5.1' into 'release/v5.1'
...
fix(psram): fixed ap3204 id check (v5.1)
See merge request espressif/esp-idf!33131
2024-08-31 02:05:31 +08:00
b2b1a3a81b
test(freertos): Added build test for function in flash with -Os optimation
...
This commit adds a build test for when FreeRTOS and esp_ringbuf functions
are placed in flash and the compiler optimizes for code size.
2024-08-30 09:18:52 +02:00
c2be14c80f
fix(freertos): Added freertos fragments to the exception list of ldgen mapping checks
...
This commit adds freertos and esp_ringbuf linker fragment sections
to the exception list of the ldgen mappings checker script.
2024-08-30 09:18:50 +02:00
46cf3b84c6
Merge branch 'fix/hfp_pcm_codec_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fix default codec type on PCM datapath for hfp_hf (backport v5.1)
See merge request espressif/esp-idf!33161
2024-08-30 13:57:19 +08:00
57e5b0655f
Merge branch 'bugfix/fix_wifi_bugs_240828_v5.1' into 'release/v5.1'
...
fix(wifi): fix wifi bugs 240828 (Backport v5.1)
See merge request espressif/esp-idf!33188
2024-08-30 12:05:21 +08:00
1f1fc3baed
fix(ble): fixed crash issue during deinit host after deinit controller on ESP32-C2
2024-08-30 12:03:04 +08:00
5587f635f1
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20240821_v5.1' into 'release/v5.1'
...
feat(tools): update openocd version to v0.12.0-esp32-20240821 (v5.1)
See merge request espressif/esp-idf!33172
2024-08-30 11:22:27 +08:00
4f40bd402c
Merge branch 'bugfix/add_bluedroid_support_for_esp_ip_v5.1' into 'release/v5.1'
...
fix(wifi_prov): Add support for ESP IP controller chips in bluedroid (v5.1)
See merge request espressif/esp-idf!33179
2024-08-30 11:06:36 +08:00
19e4df4012
Merge branch 'ci/run_dangerjs_on_other_runners' into 'release/v5.1'
...
ci: run dangerjs job on specific runner (v5.1)
See merge request espressif/esp-idf!33200
2024-08-30 10:32:24 +08:00
e387abe447
ci: run dangerjs job on specific runner
2024-08-29 20:45:00 +08:00
7f9f4003c2
fix(wifi_prov): Add support for ESP IP controller chips in bluedroid
2024-08-29 15:06:39 +05:30
18273427d4
fix(wifi): fix wifi bugs 240828 v5.1
2024-08-29 14:48:30 +08:00
8235a0dcff
feat(tools): update openocd version to v0.12.0-esp32-20240821
2024-08-28 13:20:40 +03:00
5fa5a1327c
fix(bt/bluedroid): Fix default codec type on PCM datapath for hfp_hf
2024-08-28 17:01:50 +08:00
20990096b2
fix(bt): Add a parameter in the two least significant bits of Class of Device
2024-08-28 16:52:03 +08:00
592e743dad
fix(bt): Enable use of RESERVED bits in COD (GitHub PR)
2024-08-28 16:51:53 +08:00
25668990ad
Merge branch 'debug/fix_deep_sleep_wake_up_by_ble_v5.1' into 'release/v5.1'
...
fix(ble): fix BLE immediately wakeup deep sleep (v5.1)
See merge request espressif/esp-idf!33097
2024-08-28 15:13:27 +08:00
5b4687eeee
Merge branch 'bugfix/fix_wrong_typecast_spp_v5.1' into 'release/v5.1'
...
fix(wifi): Fix wrong typecasting of sta_info while getting SPP Caps (Backport v5.1)
See merge request espressif/esp-idf!33120
2024-08-28 12:58:19 +08:00
cd3c28d077
Merge branch 'bugfix/fix_esp32c6_rxappend_esp32_tbtt_delay_v5.1' into 'release/v5.1'
...
fix(coex): fix esp32 crash issue, fix esp32c6 rx issue
See merge request espressif/esp-idf!33089
2024-08-28 11:43:13 +08:00
af1841131c
Merge branch 'coredump_fixes_v5.1' into 'release/v5.1'
...
Coredump fixes v5.1
See merge request espressif/esp-idf!33085
2024-08-28 11:37:53 +08:00
6ead617708
fix(psram): fixed ap3204 id check
2024-08-28 11:05:44 +08:00
75f4e2c8bb
fix(wifi): Fix wrong typecasting of sta_info while getting SPP Caps
2024-08-27 16:25:01 +05:30
53c865090c
feat(ble): add internal api to change ble slow clock source
2024-08-27 12:48:38 +08:00
6a89c38a7e
fix(ble): remove ble wakeup before entering light sleep
2024-08-27 10:18:16 +08:00
810458ddf9
Merge branch 'bugfix/fixed_c6_c2_issues_master_v5.1' into 'release/v5.1'
...
Bugfix/fixed c6 c2 issues master (v5.1)
See merge request espressif/esp-idf!33066
2024-08-27 10:05:36 +08:00
c83d6bcc9a
fix(ble): fixed ble controller issues on ESP32-H2
2024-08-26 19:43:40 +08:00
8ea9a8a93c
fix(ble): fixed ble controller issues on ESP32-C6
2024-08-26 19:43:12 +08:00
d31558126f
fix(ble): fixed ble controller issues on ESP32-C2
2024-08-26 19:42:40 +08:00
17e522a0a1
fix(coex): fix esp32 crash issue, fix esp32c6 rx issue
2024-08-26 19:14:48 +08:00
df69f27173
Merge branch 'feat/collect_retention_link_definition_v5.1' into 'release/v5.1'
...
change(esp_hw_support): collect retention link priority definition (v5.1)
See merge request espressif/esp-idf!33070
2024-08-26 19:07:52 +08:00
54e470e9e0
fix(coredump): fix buffer overflow inside esp_core_dump_get_summary
...
Closes https://github.com/espressif/esp-idf/issues/13754
2024-08-26 13:13:50 +03:00
e1f1586c07
Merge branch 'bugfix/dpp_auth_failure_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant):Deinit old dpp authentication data after receiving config.(v5.1)
See merge request espressif/esp-idf!32433
2024-08-26 16:08:50 +08:00
264690591d
Merge branch 'fix/netif_ppp_ip6_autoconfig_v5.1' into 'release/v5.1'
...
fix(esp_netif): Fix missing IPv6 autoconfig for PPP netifs (v5.1)
See merge request espressif/esp-idf!32180
2024-08-26 14:54:02 +08:00
386d49f132
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs 240812 (backport v5.1)
See merge request espressif/esp-idf!32794
2024-08-26 14:52:05 +08:00
090d0e2445
Merge branch 'contrib/github_pr_14314_v5.1' into 'release/v5.1'
...
perf(gcm): shrink Shoup table and tune GCM loop (GitHub PR) (v5.1)
See merge request espressif/esp-idf!32998
2024-08-26 14:51:43 +08:00
00a0acfc23
Merge branch 'bugfix/fix_ble_resolve_adv_data_v5.1' into 'release/v5.1'
...
fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data (v5.1)
See merge request espressif/esp-idf!33025
2024-08-26 14:50:45 +08:00
0c79d73164
Merge branch 'docs/delete_user_guide_esp32s2_kaluga_1_kit_v5.1' into 'release/v5.1'
...
docs: Delete ESP32-S2-Kaluga-Kit related user guide files (v5.1)
See merge request espressif/esp-idf!32593
2024-08-26 14:42:08 +08:00
b9c2accce9
Merge branch 'docs/add_ble_feature_status_table_v5.1' into 'release/v5.1'
...
docs(ble): Added BLE feature support status (v5.1)
See merge request espressif/esp-idf!32924
2024-08-26 14:02:48 +08:00
4def81ec23
Merge branch 'bugfix/fix_some_wifi_bugs_240823_v5.1' into 'release/v5.1'
...
fix(wifi): fix some wifi bugs 240821(Backport v5.1)
See merge request espressif/esp-idf!33068
2024-08-26 13:51:44 +08:00
b3a30e28a6
Merge branch 'fix/change_bt_hci_log_to_nimble_nomenclature_v5.1' into 'release/v5.1'
...
fix(nimble): Added BT_HCI_LOG_INCLUDED macro into esp nimble configuration according to nimble nomenclature (v5.1)
See merge request espressif/esp-idf!32956
2024-08-26 11:56:32 +08:00
2a48be3a9d
change(esp_hw_support): collect retention link priority definition
2024-08-26 11:22:30 +08:00
3618f56443
fix(wifi): fix some wifi bugs 240821
...
1. fixed association refused temporarily issue.
2. give some information when password length mismatch authmode threshold.
3. fix reset connection fail issue.
2024-08-24 14:17:02 +08:00
20c2a13767
fix(nimble): Added BT_HCI_LOG_INCLUDED macro according to nimble nomenclature
2024-08-24 11:04:38 +05:30
95647a5bf2
Merge branch 'backport/esp_netif_get_ip6addr_should_be_valid_v51' into 'release/v5.1'
...
fix(esp_netif): netif should return only valid addr(Backportv5.1)
See merge request espressif/esp-idf!32159
2024-08-23 21:01:17 +08:00
1743d22f08
fix(bt/bluedroid): Fixed work queue delete when create thread failed
2024-08-23 16:56:54 +08:00
821977402c
feat(bt/bluedroid): Report HCI error code to app when command fails
2024-08-23 16:56:45 +08:00
5c50fac22a
fix(bt/bluedroid): Fixed BLE create conn cancel when conn already exist
2024-08-23 16:56:45 +08:00
f8ad2871e6
feat(bt/bluedroid): Add print and assert when failed to alloc memory
2024-08-23 16:56:45 +08:00
df432b8508
Merge branch 'bugfix/fix_clkn_lost_after_modem_sleep_v5.1' into 'release/v5.1'
...
fix(bt/controller): Fixed bluetooth disconnect issue after modem sleep on ESP32 (v5.1)
See merge request espressif/esp-idf!33004
2024-08-23 16:07:46 +08:00
9c623a6fb6
fix(esp_netif): netif should return only valid addr
2024-08-23 15:11:50 +08:00
0670fbbe3d
Merge branch 'bugfix/fix_mesh_ie_issue_from_leaf_to_root_v5.1' into 'release/v5.1'
...
fix(wifi/mesh): clear the rootless state in mesh ie when changing from leaf to root (v5.1)
See merge request espressif/esp-idf!32988
2024-08-23 13:49:05 +08:00
763d91a486
Merge branch 'bugfix/blesmp_getlist_bond_fail_v5.1' into 'release/v5.1'
...
fix(nimble): Fixed blesmp getbondlist issue (v5.1)
See merge request espressif/esp-idf!32824
2024-08-23 12:57:06 +08:00
b22e9d00a8
fix(bt/controller): Fixed bluetooth disconnect issue after modem sleep on ESP32
2024-08-23 11:05:10 +08:00
ae9be2f03d
fix(wpa_supplicant):Deinit old dpp authentication data after receiving config.
2024-08-23 10:36:36 +08:00
56e34547c9
Merge branch 'example/ping_invalid_ip6_fix_v5.1' into 'release/v5.1'
...
fix(example): Fixed updating recv addr for invalid packets (v5.1)
See merge request espressif/esp-idf!32991
2024-08-23 10:32:59 +08:00
a70bb11950
feat(ble/controller): Support get BLE controller free heap size
2024-08-23 09:42:25 +08:00
98f034be03
docs(blufi): Optimize documentation for Blufi example
2024-08-23 09:42:25 +08:00
31e68c9d36
fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data
2024-08-23 09:42:24 +08:00
c8f50920b2
fix(nimble): Fixed blesmp getbondlist issue
2024-08-22 21:33:59 +05:30
e026fd1f81
Merge branch 'docs/fix_typo_adc_oneshot_v5.1' into 'release/v5.1'
...
docs: fix a typo in adc_oneshot (v5.1)
See merge request espressif/esp-idf!33008
2024-08-22 19:44:26 +08:00
7552a7df9a
docs(ble): Updated example links in zh_CN ble-mesh-feature-list.rst
2024-08-22 17:04:52 +08:00
7ba5cbf9d9
Merge branch 'bugfix/fix_bleqabr24_1152_v5.1' into 'release/v5.1'
...
Fixed BLE vendor HCI get controller status command on ESP32 (v5.1)
See merge request espressif/esp-idf!32967
2024-08-22 16:57:01 +08:00
f8fe876cdd
Merge branch 'feat/ble_link_estab_event_v5.1' into 'release/v5.1'
...
feat(nimble): BLE_GAP_EVENT_LINK_ESTAB event to ensure link is established (v5.1)
See merge request espressif/esp-idf!32260
2024-08-22 15:30:45 +08:00
d4acd61a8a
Merge branch 'fix/docs_nvs_encryption_update_v5.1' into 'release/v5.1'
...
docs(nvs_encryption): Updated the docs of nvs_encryption (v5.1)
See merge request espressif/esp-idf!32911
2024-08-22 11:38:03 +08:00
b0c5075fb1
docs: fix a typo in adc_oneshot
2024-08-22 10:19:37 +08:00
d784acb1f3
Merge branch 'fix/websocket_first_packet_v5.1' into 'release/v5.1'
...
fix(ws_transport): fix first fragment loosing during websocket connection (release-v5.1)
See merge request espressif/esp-idf!30434
2024-08-21 23:02:38 +08:00
b55fcb7175
Merge branch 'mqtt_update_v5.1' into 'release/v5.1'
...
change(mqtt): Updte esp_mqtt submodule (v5.1)
See merge request espressif/esp-idf!32940
2024-08-21 22:58:35 +08:00
f45c9f14c3
change(mbedtls/port): optimize gcm_mult()
...
1) pre-shift GCM last4 to use 32-bit shift
On 32-bit architectures like Aarch32, RV32, Xtensa,
shifting a 64-bit variable by 32-bits is free,
since it changes the register representing half of the 64-bit var.
Pre-shift the last4 array to take advantage of this.
2) unroll first GCM iteration
The first loop of gcm_mult() is different from
the others. By unrolling it separately from the
others, the other iterations may take advantage
of the zero-overhead loop construct, in addition
to saving a conditional branch in the loop.
2024-08-21 18:26:31 +05:30
4c28f14c8c
fix(esp_netif): Fix missing IPv6 autoconfig for PPP netifs
...
Closes https://github.com/espressif/esp-idf/issues/13713
2024-08-21 20:32:40 +08:00
5d0a95e503
fix(example): Fixed updating recv addr for invalid packets for ping
...
Closes https://github.com/espressif/esp-idf/issues/14197
2024-08-21 20:38:22 +10:00
bb0a498018
fix(wifi/mesh): update the mesh ip_internal_network example
2024-08-21 18:04:00 +08:00
3629e4b92a
fix(wifi/mesh): fixed the dhcp offer send error issue when root restart multiple times
...
Closes https://github.com/espressif/esp-idf/issues/13212
2024-08-21 18:03:50 +08:00
8f4de25ff1
fix(wifi/mesh): clear the rootless state in mesh ie when changing from leaf to root
...
Closes https://github.com/espressif/esp-idf/issues/14063
2024-08-21 18:02:49 +08:00
7d173b6550
docs(nvs_flash): Updated the docs of nvs_flash
...
Updated the documentation by changing subtype from key to
nvs_keys in nvs_flash.rst
2024-08-21 14:50:35 +05:30
06e274fe49
Merge branch 'fix/ble_mesh_gh_pr_13135_v5.1' into 'release/v5.1'
...
fix(ble_mesh): Fix OP_TIME_SET and OP_TIME_STATUS (v5.1)
See merge request espressif/esp-idf!32771
2024-08-21 16:55:07 +08:00
88e0b83a9f
fix(ws_transport): utility functions minor improvments
2024-08-21 15:18:56 +08:00
a97a796e18
fix(ws_transport): fixed server-key
corruption
...
When first fragment is sent over HTTP during websocket
connection, defer buffering of fragment until after the
websocket server-key is validated.
This order is required because the first fragment buffering
overwrites the memory holding the server-key headers.
Fixes 2267d4b
Fixes https://github.com/espressif/esp-protocols/issues/396
PR https://github.com/espressif/esp-idf/pull/13724
2024-08-21 15:18:56 +08:00
373e70dedd
fix(ws_transport): fix first fragment losting during websocket connection
2024-08-21 15:18:56 +08:00
a80e1dc83d
Merge branch 'bugfix/fixed_c2_blufi_issue_when_use_only_4.2_adv_v5.1' into 'release/v5.1'
...
fix(ble): fixed blufi issue on ESP32-C2 (v5.1)
See merge request espressif/esp-idf!32944
2024-08-21 15:18:22 +08:00
6d488f11b3
fix(bt): Update bt lib for ESP32(241c96c)
...
- Fixed BLE vendor HCI get controller status command
2024-08-20 19:31:13 +08:00
981cef41a8
Merge branch 'docs/delete_user_guides_three_esp32_dev_boards_v5.1' into 'release/v5.1'
...
docs: delete user guides of ESP32-DevKitC, ESP-WROVER-KIT and ESP32-PICO-DevKitM-2 (v5.1)
See merge request espressif/esp-idf!32750
2024-08-20 18:37:53 +08:00
071fed2d6f
feat(nimble): BLE_GAP_EVENT_LINK_ESTAB event to ensure link established
2024-08-20 14:56:13 +05:30
4e6e08d483
Merge branch 'feat/allow_connect_during_scan_v5.1' into 'release/v5.1'
...
feat(nimble): Add support to allow connection during scanning (v5.1)
See merge request espressif/esp-idf!32845
2024-08-20 17:20:41 +08:00
d551c5cd6d
docs: delete user guides of ESP32-DevKitC, ESP-WROVER-KIT and ESP32-PICO-DevKitM-2
2024-08-20 14:42:34 +08:00
97dabe74f6
Merge branch 'fix/esp32c5_rng_random_disable_v5.1' into 'release/v5.1'
...
fix(bootloader): update random disable api for ESP32-C5/C6 (v5.1)
See merge request espressif/esp-idf!32763
2024-08-20 11:36:07 +08:00
7c29c5f2b1
Merge branch 'bugfix/provide_random_addr_api_v5.1' into 'release/v5.1'
...
fix(wifi_prov): Added API to set random address (v5.1)
See merge request espressif/esp-idf!32327
2024-08-20 10:35:58 +08:00
bd48565e81
fix(ble): fixed blufi issue on ESP32-C2
2024-08-19 21:48:25 +08:00
f4d629d8f1
change(mqtt): Update esp_mqtt submodule
...
git log --oneline aa6f889fb4f6f743b3a550aa587713aabbdca1fc..cac1552e62b0474c162547b7cce345d7cd1aecfe
Detailed description of the changes:
* fix: clang analyzer unknown pragma warning
- See merge request espressif/esp-mqtt!215
- See commit https://github.com/espressif/esp-mqtt/commit/6bb5a5b
* fix: gcc analyzer unknown pragma warning
- See merge request espressif/esp-mqtt!214
- See commit https://github.com/espressif/esp-mqtt/commit/b527203
* feat: Moves deletion of expired messages to run at all states
- Closes IDFGH-12831
- Closes https://github.com/espressif/esp-mqtt/issues/278
- See commit https://github.com/espressif/esp-mqtt/commit/32dada4
* fix: Handling of state in the outbox for enqueued QoS 0 messages
- Closes IDFGH-12829
- Closes https://github.com/espressif/esp-mqtt/issues/276
- See commit https://github.com/espressif/esp-mqtt/commit/739cb2d
* fix: Instalation of gcovr in host tests was broken
- See merge request espressif/esp-mqtt!211
- See commit https://github.com/espressif/esp-mqtt/commit/6643c49
* Allow to publish using only topic alias on MQTT5
- Closes IDFGH-12735
- Fix: Allow to publish using only topic alias on MQTT5 (espressif/esp-mqtt@0071aca )
* refactor: replaced heap mock with Linux-compatible heap component
- See merge request espressif/esp-mqtt!208
- See commit https://github.com/espressif/esp-mqtt/commit/8b0b43e
* fix: gcc -fanalyzer warnings
- See merge request espressif/esp-mqtt!209
- See commit https://github.com/espressif/esp-mqtt/commit/8bc3bff
* fix: Use catch from component manager
- See merge request espressif/esp-mqtt!210
- See commit https://github.com/espressif/esp-mqtt/commit/53e0cc7
* fix: Fix host test for github ci.
- Closes IDF-8883
- See commit https://github.com/espressif/esp-mqtt/commit/b43d93c
2024-08-19 15:20:55 +02:00
5f9391d751
docs(ble): Updated ble fast provision example link in ble-mesh-faq.rst
2024-08-19 17:20:53 +08:00
84ec5c013d
docs(ble): Updated the support status for NimBLE LE Power Control feature
2024-08-19 11:52:44 +08:00
cc32d8c96c
fix(ble_mesh): Fix OP_TIME_SET and OP_TIME_STATUS
...
When a user app is handling these messages, the tai_utc_delta and
time_zone_offset fields are not correctly populated. Resolve by
properly setting the fields.
Signed-off-by: luoxu <luoxu@espressif.com >
Closes https://github.com/espressif/esp-idf/pull/13135
2024-08-17 06:04:02 +08:00
d38afc77db
Merge branch 'fix/component_manager_load_all_local_components_v5.1' into 'release/v5.1'
...
fix: component manager load all component dirs even set(COMPONENTS ...) (v5.1)
See merge request espressif/esp-idf!32040
2024-08-16 19:39:04 +08:00
7925d3c54d
docs(ble): Updated the feature status of nimble host
2024-08-16 18:07:38 +08:00
7a387c70ca
docs(ble): Updated Title in the bluetooth API reference files
2024-08-16 17:57:13 +08:00
dbefde37a5
docs(ble): Added ble static images
2024-08-16 17:36:48 +08:00
61edc67100
feat(nimble): Add support to allow connection during scanning
2024-08-16 15:05:39 +05:30
60fa6032a8
docs(ble): Added BLE feature support status
2024-08-16 17:35:06 +08:00
ac0c497226
Merge branch 'ci/remove_pacman_tests' into 'release/v5.1'
...
ci: remove idf-component-manager tests in idf
See merge request espressif/esp-idf!32880
2024-08-16 17:05:53 +08:00
446ec3a899
Merge branch 'feature/ipc_noblocking_call_v5.1' into 'release/v5.1'
...
feat(ipc): Adds a new no blocking IPC call (v5.1)
See merge request espressif/esp-idf!28443
2024-08-15 22:29:51 +08:00
0ce01df3c5
test: improve test_dependency_lock test case
2024-08-15 20:42:06 +08:00
195efb38cb
fix: component manager load all component dirs even set(COMPONENTS ...)
2024-08-15 20:42:06 +08:00
7ac07039ea
ci: remove idf-component-manager tests in idf
2024-08-15 14:38:42 +02:00
99395b281d
Merge branch 'bugfix/heap_corrupt_in_bt_mem_release_on_esp32_v5.1' into 'release/v5.1'
...
fix(bt): Fix heap corruption in the call of esp_bt_mem_release on ESP32 (v5.1)
See merge request espressif/esp-idf!32803
2024-08-15 19:56:36 +08:00
f6d8ff4356
Merge branch 'bugfix/avoid_offchan_ftm_retries_v5.1' into 'release/v5.1'
...
fix(wifi): Avoid internal retries for offchannel FTM Requests (Backport v5.1)
See merge request espressif/esp-idf!32869
2024-08-15 16:51:05 +08:00
8a54136147
Merge branch 'test/fix_flaky_sched_time_test_v5.1' into 'release/v5.1'
...
test(freertos): Fixed flaky scheduling time test (v5.1)
See merge request espressif/esp-idf!32850
2024-08-15 10:13:00 +08:00
0626574e68
fix(wifi): Avoid internal retries for offchannel FTM Requests
2024-08-14 18:33:54 +05:30
4b7286d083
fix(bt): Fix heap corruption in the call of esp_bt_mem_release on ESP32
...
Closes https://github.com/espressif/esp-idf/issues/14263
2024-08-14 19:00:15 +08:00
c608177cf9
Merge branch 'docs/optimized_ble_adv_data_type_v5.1' into 'release/v5.1'
...
docs(ble/bluedroid): Optimize BLE example for setting advertising data (v5.1)
See merge request espressif/esp-idf!32757
2024-08-14 15:53:19 +08:00
4a80393066
test(freertos): Fixed flaky scheduling time test
...
This commit updates the scheduling time test to test for median
scheduling time values instead of average values.
2024-08-14 09:33:29 +02:00
670b6c76e2
Merge branch 'bugfix/fix_ble_channel_map_update_v5.1' into 'release/v5.1'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012) (v5.1)
See merge request espressif/esp-idf!32583
2024-08-14 10:50:08 +08:00
a5c6b4dde5
Merge branch 'fix/disable_timer_wakeup_source_with_auto_sleep_off_v5.1' into 'release/v5.1'
...
fix(esp_pm): disable timer wakeup source with auto light-sleep off (v5.1)
See merge request espressif/esp-idf!32620
2024-08-14 10:44:04 +08:00
90a2abd415
Merge branch 'bugfix/fix_newlib_nano_float_printf_issues_v5.1' into 'release/v5.1'
...
fix newlib nano float printf issues (backport v5.1)
See merge request espressif/esp-idf!32514
2024-08-14 10:42:38 +08:00
0ef8d9321d
Merge branch 'bugfix/handle_linked_om_blufi_v5.1' into 'release/v5.1'
...
fix(nimble) Added change to handle linked om data at blufi layer (v5.1)
See merge request espressif/esp-idf!31976
2024-08-14 00:56:24 +08:00
5be911560a
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20240726_v5.1' into 'release/v5.1'
...
feat(tools): update openocd version to v0.12.0-esp32-20240726 (v5.1)
See merge request espressif/esp-idf!32606
2024-08-13 23:34:34 +08:00
9481ed111f
fix(nimble) Added change to handle linked om data at blufi layer
2024-08-13 16:54:42 +05:30
92fcaa346a
ci: fix test_bt_hid path
2024-08-13 11:23:02 +02:00
f653a21793
feat(ble/bluedroid): Support getting BLE address type in bond list
2024-08-13 12:13:08 +08:00
75430acf9d
docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates
2024-08-13 12:13:08 +08:00
824bd4342b
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012)
...
- Fix BLE channel map update when latency is not zero
2024-08-13 12:13:08 +08:00
13527b0e91
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(4e58df9)
...
- Support enhanced BLE TX power setting and getting
2024-08-13 12:13:08 +08:00
eeef1103ec
Merge branch 'fix/change_bt_example_sdkconfig_name_v5.1' into 'release/v5.1'
...
fix(bt): change example sdkconfig name to sdkconfig.ci.test(backport v5.1)
See merge request espressif/esp-idf!32806
2024-08-13 11:37:16 +08:00
badc32ad6e
fix(bt): change example sdkconfig name to sdkconfig.ci.test
2024-08-13 09:54:48 +08:00
059732a311
Merge branch 'feat/print_the_ble_mac_when_init_5.1' into 'release/v5.1'
...
feat(ble): Print out the BT mac when the controller is initialized
See merge request espressif/esp-idf!32732
2024-08-12 20:15:06 +08:00
18f4c90ef5
Merge branch 'bugfix/fix_hidh_integrity_check_bug_v5.1' into 'release/v5.1'
...
fix(esp_hid): Loose the check of input report length to be more compatible[backport 5.1]
See merge request espressif/esp-idf!32722
2024-08-12 19:09:14 +08:00
5b74ce1f9e
Merge branch 'docs/fix_a_typo_v5.1' into 'release/v5.1'
...
docs: Fix a small typo in adc_calibration.rst (v5.1)
See merge request espressif/esp-idf!32717
2024-08-12 18:30:06 +08:00
e1b83bac56
Merge branch 'backport/make_ot_task_queue_non_permanent_blocking_51' into 'release/v5.1'
...
fix(openthread): make ot task queue sending non-permanent blocking(Backport 5.1)
See merge request espressif/esp-idf!32632
2024-08-12 16:04:08 +08:00
3697add29c
Merge branch 'change/exclude_cves_v5.1' into 'release/v5.1'
...
change: exclude CVEs that do not impact ESP-IDF components (v5.1)
See merge request espressif/esp-idf!32661
2024-08-12 12:42:26 +08:00
665585d8a5
fix(rng): avoid clearing PMU_PERIF_I2C_RSTB
in random disable API for C6
...
This configuration bit is required for ADC operation as well and hence
should not be cleared in the RNG API sequence.
Ideally, the ADC driver should take care of initializing this bit but
still the RNG layer change is required because of interleaved API usage
scenario described in following linked issue.
Closes https://github.com/espressif/esp-idf/issues/14124
Closes https://github.com/espressif/esp-idf/issues/14280
2024-08-12 10:09:15 +05:30
a9db5f07bf
docs(ble/bluedroid): Optimize BLE example for setting advertising data
2024-08-12 11:38:02 +08:00
3b2520943d
Merge branch 'bugfix/fixed_c6_h2_vendor_hci_master_v5.1' into 'release/v5.1'
...
Bugfix/fixed c6 h2 vendor hci master (v5.1)
See merge request espressif/esp-idf!32741
2024-08-12 10:49:26 +08:00
09b1844a0a
feat(newlib): add test case for printf float
2024-08-12 09:59:13 +08:00
97c5bc51e6
fix(esp_rom): add new rom caps ESP_ROM_HAS_NEWLIB_NANO_PRINTF_FLOAT_BUG
2024-08-12 09:57:07 +08:00
1bdf3d3bc4
feat(tools): update openocd version to v0.12.0-esp32-20240726
2024-08-11 12:02:59 +02:00
8397aaa29d
fix(bluetooth/controller): fixed get controller status vendor hci command error on ESP32C6
2024-08-10 13:06:45 +08:00
a981024b98
feat(ble): Print out the BT mac when the controller is initialized
2024-08-09 20:55:16 +08:00
c3962392bf
Merge branch 'docs/remove_user_guide_for_esp32_ethernet_migration_v5.1' into 'release/v5.1'
...
docs: remove user guide for esp32-ethernet-kit migration (v5.1)
See merge request espressif/esp-idf!32588
2024-08-09 16:27:59 +08:00
f0add1b1c1
fix(esp_hid): Loose the check of input report length to be more compatible
...
Closes https://github.com/espressif/esp-idf/issues/14259
2024-08-09 15:55:06 +08:00
7e86ed064c
docs: Fix a small typo in adc_calibration.rst
2024-08-09 14:45:44 +08:00
aeffb97301
Merge branch 'contrib/github_pr_14310_v5.1' into 'release/v5.1'
...
fix(gptimer): remove incorrect param from example (GitHub PR) (v5.1)
See merge request espressif/esp-idf!32686
2024-08-09 12:31:59 +08:00
c9c26a6afc
Merge branch 'fix/ble_mesh_github_pr_14140_v5.1' into 'release/v5.1'
...
fix(ble-mesh): don't use dangling pointer in nimble gatt service (v5.1)
See merge request espressif/esp-idf!32615
2024-08-09 10:33:15 +08:00
5fe3559796
Merge branch 'feat/set_data_length_enhancement_v5.1' into 'release/v5.1'
...
feat(nimble): Add extra handling for set data len packet event (v5.1)
See merge request espressif/esp-idf!32624
2024-08-08 21:13:59 +08:00
5af88badfa
feat(nimble): Add extra handling for set data len packet event
2024-08-08 12:03:36 +05:30
3e53dff916
docs(gptimer): remove incorrect param from example
...
Fixes call to `gptimer_start` in one of the examples
which includes extra second parameter `&alarm_config`,
when the function takes only one.
Mreges https://github.com/espressif/esp-idf/pull/14310
2024-08-08 10:05:50 +08:00
d28ecb3345
feat(CI): Add targets into manifest file for esp_flash_stress test
2024-08-07 15:13:17 +03:00
17c3f85a89
feat(ipc): Adds a new no blocking IPC call
2024-08-07 15:13:11 +03:00
6f46db3de8
fix(spi_flash): Fix stuck during flash operation
...
When a task was not pinned to a certain CPU.
2024-08-07 15:00:52 +03:00
03f66399a1
Merge branch 'fix/hfp_pcm_api_set_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape (backport v5.1)
See merge request espressif/esp-idf!32481
2024-08-07 19:06:24 +08:00
a9b0e12787
Merge branch 'fix/incorrect_config_name_v5.1' into 'release/v5.1'
...
Fix encrypt image instead of the partition optimisation not being enabled (v5.1)
See merge request espressif/esp-idf!32641
2024-08-07 19:01:17 +08:00
1fc491ac57
Merge branch 'bugfix/fix_proxy_example_assert_v5.1' into 'release/v5.1'
...
fix(nimble): Fixed assert issue in proximity_sensor example (v5.1)
See merge request espressif/esp-idf!32628
2024-08-07 18:03:46 +08:00
79aa71958c
Merge branch 'feature/ble_example_pytest_v5.1' into 'release/v5.1'
...
add pytest for classic bt example(backport v5.1)
See merge request espressif/esp-idf!32544
2024-08-07 14:19:42 +08:00
efa758c6a3
change: exclude CVEs that do not impact ESP-IDF components
...
cJSON: CVE-2024-31755 - Resolved in cJSON v1.7.18
FreeRTOS: CVE-2024-28115 - Affects only ARMv7-M MPU ports, and ARMv8-M ports
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-08-06 17:25:48 +02:00
7a167f4b9a
fix(bootloader_support): Fix encrypt image instead of the partition feature not being enabled
2024-08-06 13:45:35 +05:30
6892f1a08d
Merge branch 'bugfix/fixed_ble_issues_on_c6_h2_c2_0731_v5.1' into 'release/v5.1'
...
Bugfix/fixed ble issues on c6 h2 c2 0731 (v5.1)
See merge request espressif/esp-idf!32462
2024-08-06 16:01:17 +08:00
760bdd1cfc
fix(openthread): make ot task queue sending non-permanent blocking
2024-08-06 14:10:55 +08:00
2837193ee6
change(ci): remove device name check in bt example
2024-08-06 14:09:43 +08:00
e55c9c36a0
fix(bt): get remote device name from eir data
2024-08-06 14:09:38 +08:00
cda15079a2
feat(bt/example): add ci sdkconfig for bt examples
2024-08-06 14:09:25 +08:00
41bff2fdfa
fix(esp_pm): configure timer wakeup source with auto light-sleep congiguration
2024-08-06 11:06:00 +08:00
c237d010e4
fix(ble-mesh): don't use dangling pointer in nimble gatt service
...
Signed-off-by: luoxu <luoxu@espressif.com >
Merges https://github.com/espressif/esp-idf/pull/14140
2024-08-06 10:43:57 +08:00
5c57dfe949
Merge branch 'bugfix/adjust_tx_power_lvl_boundary_v5.1' into 'release/v5.1'
...
fix(nimble): Modify Advertising Tx power levels (v5.1)
See merge request espressif/esp-idf!32563
2024-08-05 20:38:40 +08:00
9be8ed546e
Merge branch 'fix/fatfs_f_mount_immediately_after_formatting_v5.1' into 'release/v5.1'
...
fix(vfs): FATFS mount immediately after format if mount failed (v5.1)
See merge request espressif/esp-idf!32381
2024-08-05 20:32:32 +08:00
efd8ee03e5
fix(bt/controller): Fixed disconnection issue
...
- Fixed the issue of disconnection caused by updating the channel map in sniff mode
2024-08-05 20:01:56 +08:00
d36f5166fe
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape
2024-08-05 20:01:56 +08:00
71ad2918aa
fix(nimble): Fixed assert issue in proximity_sensor example
2024-08-05 16:57:50 +05:30
1fec545f4e
docs: remove user guide for esp32-ethernet-kit migration
2024-08-05 17:41:43 +08:00
06780211b4
docs: Delete ESP32-S2-Kaluga-Kit related user guide files
2024-08-05 16:10:23 +08:00
a367c5da00
fix(nimble): Modify Advertising Tx power levels
2024-08-05 10:57:48 +05:30
d7bf5a1eac
Merge branch 'bugfix/fix_ble_security_param_v5.1' into 'release/v5.1'
...
fix(ble/bluedroid): Fixed issue with resetting BLE security parameters during initialization (v5.1)
See merge request espressif/esp-idf!32507
2024-08-02 17:31:28 +08:00
69ed92c95c
Merge branch 'bugfix/fix_ble_gattc_app_unregister_v5.1' into 'release/v5.1'
...
Bugfix/fix ble gattc app unregister (v5.1)
See merge request espressif/esp-idf!32440
2024-08-02 17:30:21 +08:00
aba4f87e38
Merge branch 'fix/setuptools_constraint_v5.1' into 'release/v5.1'
...
fix: ensure the constraint file is followed also for setuptools (v5.1)
See merge request espressif/esp-idf!32547
2024-08-02 17:12:37 +08:00
518dc6f412
fix: ensure the constraint file is followed also for setuptools
...
Currently, when the venv is installed or updated, we attempt to
automatically update pip and setuptools within the venv. Unfortunately,
the setuptools package is installed or updated without adhering to the
constraints file, which restricts the setuptools version due to
https://github.com/pypa/setuptools/issues/4480 . Resolve this issue by
applying the constraints file to the installation and update of both pip
and setuptools.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-08-02 09:36:05 +02:00
20b31e6b63
feat(bt):add pytest for classic bt example
2024-08-02 15:24:18 +08:00
f49f9795dc
Merge branch 'bugfix/add_return_value_to_rpa_to_api_v5.1' into 'release/v5.1'
...
fix(nimble): Add return value to RPA Timeout API (v5.1)
See merge request espressif/esp-idf!32477
2024-08-01 20:31:06 +08:00
3a163fe2cf
fix(ble/bluedroid): Fixed issue with resetting BLE security parameters during initialization
2024-08-01 16:18:05 +08:00
f964342507
fix(gpio): correct usb dp gpio pullup disable function v5.1
2024-08-01 11:26:06 +08:00
21ed2cbd6a
Merge branch 'backport/fix_154_next_operation_for_multi_event_v51' into 'release/v5.1'
...
fix(ieee802154): refactor the next operation logic for multiple events(Backport v5.1)
See merge request espressif/esp-idf!32386
2024-08-01 10:59:13 +08:00
9dad9f9704
Merge branch 'backport/openthread_related_bacport_to_5_1' into 'release/v5.1'
...
Backport some openthread related features (Backport v5.1)
See merge request espressif/esp-idf!32249
2024-08-01 10:48:35 +08:00
966988af45
fix(nimble): Add return value to RPA Timeout API
2024-07-31 14:46:33 +05:30
b6b4727c58
Merge branch 'backport/add_ot_ts_lock_check_v51' into 'release/v5.1'
...
feat(openthread): add task switching lock holder check(Backport v5.1)
See merge request espressif/esp-idf!32452
2024-07-31 16:55:49 +08:00
bfed357f37
fix(ieee802154): refacted the next operation logic for multiple events
2024-07-31 16:40:09 +08:00
fde374a78e
fix: fixed directed adv can't be conneted when adv filter is 0x2 on ESP32C2
2024-07-31 14:38:52 +08:00
c8b7ce6f11
fix: fixed occasional wdt issue in multi-connection scenarios on ESP32H2
2024-07-31 14:38:52 +08:00
554ca91716
feat(openthread): add task switching lock holder check
2024-07-31 11:36:26 +08:00
490d5e7211
Merge branch 'feat/save_ble_log_to_flash_0605_v5.1' into 'release/v5.1'
...
ble: save ble log to flash on ESP32C6 (v5.1)
See merge request espressif/esp-idf!32396
2024-07-31 11:29:30 +08:00
1465707c71
Merge branch 'bugfix/fix_beacon_timeout_issue_in_mesh_v5.1' into 'release/v5.1'
...
fix(wifi/mesh): fix the beacon timeout issue in mesh (v5.1)
See merge request espressif/esp-idf!32424
2024-07-31 11:01:23 +08:00
2330510635
fix(ble/bluedroid): Fix incorrect state issue when unregistering BLE GATTC application
2024-07-30 19:12:40 +08:00
2b3df95766
fix(wifi/mesh): fix the beacon timeout issue in mesh
2024-07-30 11:36:16 +08:00
5a26d8ae8e
Merge branch 'feat/support_psram_aps3204l_v5.1' into 'release/v5.1'
...
psram: support APS3204L (v5.1)
See merge request espressif/esp-idf!32392
2024-07-29 17:13:48 +08:00
75b87ea1bc
Merge branch 'bugifx/zero_initilize_variable_v5.1' into 'release/v5.1'
...
fix(nimble): Zero initialize variable to avoid garbage value (v5.1)
See merge request espressif/esp-idf!32368
2024-07-29 13:11:14 +08:00
d26a0ba71f
fix(ble): fixed tx memory leak issue when controller disable
2024-07-29 11:56:23 +08:00
035bb3176d
fix(ble): fixed wdt issue when print key controller info on ESP32-C6 and ESP32-H2
2024-07-29 11:56:23 +08:00
70e5c79476
feat(bluetooth/controller): support switching log output mode on ESP32-C2
2024-07-29 11:56:23 +08:00
10c8b0c3b8
feat(bluetooth/controller): support switching log output mode on ESP32-C6 and ESP32-H2
2024-07-29 11:56:23 +08:00
11f0fd8f8e
feat(bluetooth/controller): storage ble controller log to flash on ESP32C2
2024-07-29 11:56:23 +08:00
cfb5d9d224
feat(bluetooth/controller): storage ble controller log to flash on ESP32C6 and ESP32H2
2024-07-29 11:56:23 +08:00
c330a9ef67
feat(psram): support APS3204L
2024-07-29 11:43:33 +08:00
1d23173715
fix(nimble): Zero initialize variable to avoid garbage value
2024-07-26 21:33:00 +05:30
b57e0a2d49
fix(vfs): FATFS mount immediately after format if mount failed
2024-07-26 17:54:51 +02:00
7b5508b6ff
fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context
...
This commit fixes an issue where in the FreeRTOS port layer would cause
the portASSERT_IF_IN_ISR() assert check to fail even when the system is
not in an interrupt context.
2024-07-26 15:55:49 +02:00
ecdd485305
Merge branch 'bugfix/handle_no_pmkid_case_owe_v5.1' into 'release/v5.1'
...
Recompute keys in OWE incase of PMKID absence or mismatch (Backport v5.1)
See merge request espressif/esp-idf!32335
2024-07-26 19:07:41 +08:00
6457a4b824
Merge branch 'fix/stack_overflow_in_example_spp_initiator_v5.1' into 'release/v5.1'
...
Fix/stack overflow in example spp initiator(backport v5.1)
See merge request espressif/esp-idf!32234
2024-07-26 17:59:18 +08:00
2e08930e9c
Merge branch 'bugfix/fix_ble_cannot_create_conn_v5.1' into 'release/v5.1'
...
fix(ble/bluedroid): Fixed BLE cannot create connection(v5.1)
See merge request espressif/esp-idf!32309
2024-07-26 15:43:36 +08:00
0ca290deb0
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs 240723 (backport v5.1)
See merge request espressif/esp-idf!32301
2024-07-26 14:19:55 +08:00
db09005c83
Merge branch 'bugfix/fix_coex_loadprohibit_issue_v5.1' into 'release/v5.1'
...
fix(coex): Fixed coexist scheme phase index overflow issue (backport v5.1)
See merge request espressif/esp-idf!32294
2024-07-26 11:04:05 +08:00
bea98fdd1e
fix(ble/bluedroid): Fixed BLE cannot create connection
2024-07-26 10:38:10 +08:00
9d3f9e943e
Merge branch 'bugfix/existing_mmap_region_offset_v5.1' into 'release/v5.1'
...
fix(esp_mm): for existing mmap region, consider new offset for virtual addr (v5.1)
See merge request espressif/esp-idf!32114
2024-07-25 17:10:19 +08:00
28b785077b
feat(openthread): support restoring vendor properties of rcp
2024-07-25 15:58:28 +08:00
ffe3ce3ed0
feat(openthread): support changing openthread version information
2024-07-25 15:58:20 +08:00
c743807de8
fix(common_components): unregister event handler if wifi disconnect and stop reconnecting
2024-07-25 15:57:56 +08:00
e6f76a17a1
feat(openthread): update openthread submodule
2024-07-25 15:57:56 +08:00
39d284ba33
fix(esp_wifi): Handle PMKID mismatch or absence in OWE
...
Compute keys incase PMKID does not match or PMKID is absent in association response
2024-07-25 08:33:42 +05:30
79012cb3e2
fix(wifi_prov): Added API to set random address
2024-07-24 20:58:04 +05:30
d41dfab0f6
feat(bt/controller): support mesh duplicate with extend scan
2024-07-23 20:07:43 +08:00
8ea1299395
fix(coex): Update bt lib for ESP32-C3 and ESP32-S3(e4ba7f6)
...
- Fixed coexist LoadProhibited issue
2024-07-23 20:07:38 +08:00
f004ac85e2
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(abd7733)
...
- Fix the issue where RSSI is incorrect when latency is not zero
2024-07-23 20:07:32 +08:00
6ce37484e9
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(66b5cc0)
...
- Fixed vendor hci get controller status command
- Prevent BLE interrupt from being preempted
2024-07-23 20:07:23 +08:00
8acb4bc521
fix(coex): Fixed coexist scheme phase index overflow issue
2024-07-23 17:46:24 +08:00
9069767c9e
Merge branch 'bugfix/11r_disable_sdkconfig_v5.1' into 'release/v5.1'
...
fix(wifi): Ignore 11R, ENT AP when disabled in sdkconfig
See merge request espressif/esp-idf!32241
2024-07-23 15:05:48 +08:00
897a7743de
Merge branch 'fix/lp_i2c_generates_spurious_start_cond_v5.1' into 'release/v5.1'
...
fix(lp-i2c): Fixed the generation of spurious I2C start with lp-i2c (v5.1)
See merge request espressif/esp-idf!32109
2024-07-23 14:40:52 +08:00
fab1411da1
Merge branch 'bugfix/remove_duplicate_fn_dpp_v5.1' into 'release/v5.1'
...
wifi: backport some dpp fixes (v5.1)
See merge request espressif/esp-idf!32262
2024-07-23 10:48:23 +08:00
5211ea3e78
Merge branch 'bugfix/increase_timer_task_depth_v5.1' into 'release/v5.1'
...
fix(nimble): Increase Timer stack size for nimble application (v5.1)
See merge request espressif/esp-idf!32271
2024-07-22 20:10:59 +08:00
320257a60b
fix(nimble): Increase Timer stack size for nimble application
2024-07-22 15:52:10 +05:30
3d84716864
fix(esp_wifi): backport some dpp fixes
2024-07-22 12:02:43 +05:30
864f4713a7
Merge branch 'fix/ble_mesh_24_76_v5.1' into 'release/v5.1'
...
fix(ble_mesh): fixed BLEMESH24-76_v5.1
See merge request espressif/esp-idf!32228
2024-07-22 14:05:29 +08:00
8c91bf7e9f
fix(wifi): Ignore 11R, ENT AP when disabled in sdkconfig
2024-07-19 12:41:59 +05:30
9955258770
feat(bt): add bt address printing for all bt examples
2024-07-19 11:49:01 +08:00
07b1e674ad
fix(bt): fix uTask stack overflow in bt example spp_initiator
2024-07-19 11:47:19 +08:00
cd4714dd01
Merge branch 'bugfix/reset_irk_when_all_unpair_v5.1' into 'release/v5.1'
...
fix(nimble): Fixed BLE security vulnerability when using fixed IRK (v5.1)
See merge request espressif/esp-idf!32158
2024-07-18 22:49:28 +08:00
d65755e8de
Merge branch 'bugfix/fix_mesh_xon_request_timeout_issue_v5.1' into 'release/v5.1'
...
fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot (v5.1)
See merge request espressif/esp-idf!32183
2024-07-18 21:36:19 +08:00
51acf1367b
Merge branch 'feat/support_default_tx_level_for_esp32h2_esp32c6_esp32c2_v5.1' into 'release/v5.1'
...
Feat/support default tx level for esp32h2 esp32c6 esp32c2 v5.1
See merge request espressif/esp-idf!32193
2024-07-18 19:33:50 +08:00
a23a3703b5
Merge branch 'bugfix/rmt_memory_power_up_v5.1' into 'release/v5.1'
...
fix(rmt): power up memory block (v5.1)
See merge request espressif/esp-idf!32173
2024-07-18 15:13:41 +08:00
0095bc4b7f
fix(nimble): Fixed BLE security vulnerability when using fixed IRK
2024-07-18 09:55:33 +05:30
ee421a11ba
fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot
...
Closes https://github.com/espressif/esp-idf/issues/13212
2024-07-18 11:46:23 +08:00
5507b1ee37
fix(ble_mesh): fixed BLEMESH24-76
2024-07-18 11:39:17 +08:00
4cdb166b36
feat(bluetooth/controller): support default tx power configurable on ESP32C2
2024-07-18 10:44:29 +08:00
115af31441
feat(bluetooth/controller): support default tx power configurable on ESP32C6 and ESP32H2
2024-07-18 10:43:07 +08:00
f50aaeac10
Merge branch 'bugfix/wps_bug_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant):Fix for setting wps status fail when connection fails(v5.1)
See merge request espressif/esp-idf!31222
2024-07-17 21:04:41 +08:00
d82f9162df
Merge branch 'feat/optimize_bt_porting_hci_0628_5.1' into 'release/v5.1'
...
feat(bluetooth/controller): adopting new HCI layer code and support UHCI...
See merge request espressif/esp-idf!32132
2024-07-17 19:29:37 +08:00
fde22b2a2a
fix(rmt): power up memory block
2024-07-17 13:53:35 +08:00
03f7fad2fa
fix(wpa_supplicant):Fix for setting wps status fail when connection fails
2024-07-17 11:17:34 +05:30
ef80a09a4d
Merge branch 'bugfix/c5_mpi_ecc_power_mode_v5.1' into 'release/v5.1'
...
fix(hal): correct mpi/ecc peripheral power up sequence for ESP32-C5 (v5.1)
See merge request espressif/esp-idf!31866
2024-07-17 13:03:01 +08:00
6f6d163d30
fix(ble): fixed nimble host only build error
2024-07-16 13:23:41 +08:00
c2bf1ff2b5
feat(bluetooth/controller): update nimble host to adapt hci layer
2024-07-16 13:23:41 +08:00
4ec72b01fb
feat(bluetooth/controller): add default cts and rts macro definition
2024-07-16 13:23:41 +08:00
b7ea3416c3
feat(bluetooth/controller): adopting new HCI layer code and support UHCI function on ESP32-C6 and ESP32-H2
2024-07-16 13:23:41 +08:00
c09892df4a
feat(bluetooth/controller): adopting new HCI layer code on ESP32-C2
2024-07-16 13:23:41 +08:00
d7838290e5
feat(bluetooth/controller): optimize bt hci layer code
2024-07-16 13:23:41 +08:00
875e422021
Merge branch 'bugfix/fix_some_wifi_bugs_240715_v5.1' into 'release/v5.1'
...
fix(wifi): fix some wifi bugs 240715(Backport v5.1)
See merge request espressif/esp-idf!32137
2024-07-16 13:06:41 +08:00
e3dbf6af91
Merge branch 'bugfix/ld_acl_c_3576_v5.1' into 'release/v5.1'
...
fix(bt/controller): Removed an improper assertion in ACL link driver (v5.1)
See merge request espressif/esp-idf!32119
2024-07-16 11:52:32 +08:00
09054d31d8
fix(wifi): fix some wifi bugs 240715
...
1. update api esp_wifi_sta_get_rssi docs
2. fix disable gcmp choose pairwise cipher wrong issue
3. fix sta may join bad signal ap when set by signal
2024-07-15 20:30:48 +08:00
1f74339756
fix(wifi): fix configure gcmp failure issue
2024-07-15 20:04:09 +08:00
cd7eb3621a
fix(wifi): fixed disable gcmp choose pairwise cipher wrong issue
2024-07-15 20:02:35 +08:00
c688060142
fix(doc): update api esp_wifi_sta_get_rssic docs
...
Closes https://github.com/espressif/esp-idf/issues/12685
2024-07-15 19:59:45 +08:00
335faac23f
fix(wifi): annotate a rom function
2024-07-15 19:56:15 +08:00
1b848b6ef0
fix(bt/controller): Removed an improper assertion in ACL link driver.
...
It can be triggered on peripheral SNIFF mode
when RX window is adjusted on ESP32.
2024-07-15 15:29:26 +08:00
deab1da6f2
fix(esp_mm): for existing mmap region, consider new offset for virtual addr
...
While returning virtual address for existing memory mapped region, newly
supplied offset from the physical address was not getting considered.
This was a regression present from ESP-IDF 5.1 release.
Added test case in spi_flash component that fails without this fix.
Closes https://github.com/espressif/esp-idf/issues/13929
2024-07-15 12:42:45 +08:00
0b6f501aef
Merge branch 'docs/optimized_ble_controller_api_references_esp32_v5.1' into 'release/v5.1'
...
docs(ble): Revised the esp32 controller API explanations (v5.1)
See merge request espressif/esp-idf!31927
2024-07-15 10:41:52 +08:00
936f80d8f6
Merge branch 'bugfix/wps_reg_state_handling_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant): Handle case when WPS registrar misses WSC_DONE sent by station (Backport v5.1)
See merge request espressif/esp-idf!32080
2024-07-15 10:40:29 +08:00
d97add7130
Merge branch 'fix/usb_hs_scheduler_backport_v5.1' into 'release/v5.1'
...
fix(usb/host): Fix occasional ISOC scheduler skipping transfers backport to v5.1
See merge request espressif/esp-idf!32085
2024-07-14 21:07:25 +08:00
23bf06b231
fix(lp-i2c): Fixed the generation of spurious I2C start with lp-i2c
...
This commit fixes an issue with LP I2C and RTC I2C where in the
peripherals generated a spurious I2C start condition when initialized.
This caused some sensors to not respond properly to the following read
or write request.
Closes https://github.com/espressif/esp-idf/issues/14043
Closes https://github.com/espressif/esp-idf/issues/11608
2024-07-12 17:29:35 +02:00
dc859c1e67
Merge branch 'feat/add_ble50_instant_v5.1' into 'release/v5.1'
...
Add support for BLE 5.0 instances in related events (v5.1)
See merge request espressif/esp-idf!31992
2024-07-12 14:52:56 +08:00
67de87c6ba
fix(wpa_supplicant): Avoid delaying removal of wps enrollee by 10ms
...
This is no longer needed as eloop timers are now executed in wifi task context.
2024-07-12 12:03:30 +05:30
23470b660e
fix(wpa_supplicant): Handle case when WPS registrar misses WSC_DONE sent by station
...
When registrar somehow misses the WSC_DONE sent by station and station
goes for next connection after sending deauth, make sure that softAP
disables the registrar.
2024-07-12 12:03:06 +05:30
a774e0dfb5
fix(usb/host): Fix occasional ISOC scheduler skipping transfers
2024-07-12 08:18:45 +02:00
d7960deda7
docs(ble): Removed trailing whitespaces
2024-07-12 09:15:05 +08:00
3db28fbb04
docs(ble): Revised the explanation for esp_bt_mem_release and esp_bt_controller_mem_release
2024-07-12 08:54:17 +08:00
cb194de911
Merge branch 'fix_coredump_build_error_v5.1' into 'release/v5.1'
...
fix(coredump): fix array out of the bounds error (v5.1)
See merge request espressif/esp-idf!32016
2024-07-11 21:46:07 +08:00
d049d69ab1
Merge branch 'feature/support_coex_pwr_v5.1' into 'release/v5.1'
...
feature/support coex pwr v5.1
See merge request espressif/esp-idf!32043
2024-07-11 20:45:23 +08:00
4f169e1ecc
Merge branch 'fix/usb_msc_test_backport_v5.1' into 'release/v5.1'
...
fix(usb/test): Update MSC device test for new console backport v5.1
See merge request espressif/esp-idf!32053
2024-07-11 20:20:23 +08:00
30060af790
fix(usb/test): Update MSC device test for new console
2024-07-11 11:09:46 +02:00
9aa89c2718
feat(wifi, coex): update libs to support feature and fix some issue
2024-07-11 11:24:30 +08:00
2c8de044a3
feat(wifi): support coex pwr
2024-07-11 11:24:10 +08:00
230dfcfe64
Merge branch 'bugfix/fix_example_menuconfig_error_v5.1' into 'release/v5.1'
...
fix(nimble): Update menuconfig option to consider 5.0 support (v5.1)
See merge request espressif/esp-idf!32037
2024-07-10 22:24:15 +08:00
1f736fb017
fix(nimble): Update menuconfig option to consider 5.0 support
2024-07-10 17:22:27 +05:30
92584e3bde
Merge branch 'bugfix/split_hci_log_in_nimble_v5.1' into 'release/v5.1'
...
fix(bt/nimble): split hci log in nimble (backport v5.1)
See merge request espressif/esp-idf!32000
2024-07-10 18:38:33 +08:00
0c82c90bca
fix(ble/bluedroid): Fixed BLE set adv param check
2024-07-10 12:24:37 +08:00
c64c930f06
Merge branch 'contrib/github_pr_13945_v5.1' into 'release/v5.1'
...
fix(esp_http_client): Do not allocate client->if_name twice in esp_http_client_init. (GitHub PR) (v5.1)
See merge request espressif/esp-idf!31944
2024-07-10 12:21:54 +08:00
e7b13d719d
docs(ble): Add the parameter name data in esp_vhci_host_send_packet
2024-07-10 10:41:50 +08:00
b9c1258556
fix(coredump): fix array out of the bounds error
...
Closes https://github.com/espressif/esp-idf/issues/14117
2024-07-09 22:10:45 +02:00
3cac5c4fdd
fix(bt/nimble): split hci log in nimble
2024-07-09 16:40:06 +08:00
67e1325377
feat(ble/bluedroid): Support BLE50 instance in related event
2024-07-09 15:38:44 +08:00
3465bb0367
Merge branch 'bugfix/fix_esco_conflict_with_sniff_v5.1' into 'release/v5.1'
...
fix(bt/controller): Fixed some controller bugs (v5.1)
See merge request espressif/esp-idf!31954
2024-07-09 10:42:53 +08:00
1798232ce7
Merge branch 'bugfix/cache2phys_xip_v5.1' into 'release/v5.1'
...
fix(mmap): fixed spi_flash_cache2phys return addr in PSRAM issue (v5.1)
See merge request espressif/esp-idf!31107
2024-07-09 10:37:12 +08:00
9cc4aeef61
Merge branch 'fix/wait_efuse_idle_after_wake_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): wait eFuse controller idle after sleep wakeup (v5.1)
See merge request espressif/esp-idf!31949
2024-07-09 10:34:39 +08:00
bae9a3a29f
Merge branch 'change/add_some_wifi_feature_and_fix_some_bug_v5.1' into 'release/v5.1'
...
feat(wifi): add softap csa&dtim&wait_bcast_data setting v5.1
See merge request espressif/esp-idf!31921
2024-07-08 19:20:56 +08:00
b981e4cdac
fix(bt/controller): Fixed some controller bugs
...
- Fixed fail to establish eSCO when connected to two devices
- Changed some error log level to Debug if the error have a workaround
Closes https://github.com/espressif/esp-idf/issues/12340
2024-07-08 14:26:59 +08:00
8725c9a56e
fix(bt/controller): Fixed not report HCI_Disconnection_Complete event
2024-07-08 14:26:59 +08:00
242d0e70e7
fix(esp_hw_support): wait eFuse controller idle after sleep wakeup
2024-07-08 14:17:28 +08:00
c8b9ad5da0
Merge branch 'fix/blemesh24_61_v5.1' into 'release/v5.1'
...
fix/blemesh24_61 (v5.1)
See merge request espressif/esp-idf!31566
2024-07-08 14:06:32 +08:00
ae9e4888df
Merge branch 'bugfix/revert_extra_print_v5.1' into 'release/v5.1'
...
Revert "fix(nimble): Added debug print to check for skipped adv report" (v5.1)
See merge request espressif/esp-idf!31933
2024-07-08 12:56:09 +08:00
bed13e209c
fix: fixed allocating if_name in client context multiple times
...
Do not allocate client->if_name twice in esp_http_client_init().
Signed-off-by: Harshit Malpani <harshit.malpani@espressif.com >
Closes https://github.com/espressif/esp-idf/pull/13945
2024-07-07 21:21:00 +08:00
e922e49f85
Revert "fix(nimble): Added debug print to check for skipped adv report"
...
This reverts commit 634412e20c
.
2024-07-05 18:09:25 +05:30
565394ba44
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Wang Ning <wangning@espressif.com >
2024-07-05 18:08:13 +08:00
86463b7f27
docs(ble): Add the explanations to controller parameters configurable in menuconfig
2024-07-05 18:08:13 +08:00
b81ddcbed0
Apply 35 suggestion(s) to 1 file(s)
...
Co-authored-by: Wang Ning <wangning@espressif.com >
2024-07-05 18:08:13 +08:00
fde21eab8e
docs(ble): Removed note in esp_bt_controller_config_t
2024-07-05 18:08:13 +08:00
2dcd257dcf
docs(ble): Replaced BT with Bluetooth
2024-07-05 18:08:13 +08:00
e7be8fa4c6
docs(ble): Removed unnecessary explanations
2024-07-05 18:08:13 +08:00
060a7e3abb
docs(ble): Added corresponding values to the controller mode
2024-07-05 18:08:12 +08:00
e742961c9c
docs(ble): Fixed the explanation of TX power type
2024-07-05 18:08:12 +08:00
5f1064ccc4
docs(ble): Added typeof for BLE sleep clock accuracy enum
2024-07-05 18:08:12 +08:00
09a682753f
docs(ble): Added a name for BLE sleep clock accuracy enum
2024-07-05 18:08:12 +08:00
698c38441e
docs(ble): Revised the esp32 controller API explanations
2024-07-05 18:08:12 +08:00
cf2bdb08f4
feat(wifi): add softap csa&dtim&wait_bcast_data setting v5.1
2024-07-05 15:35:31 +08:00
f4b38d00bc
Merge branch 'fix/c6_bootloader_rng_enable_v5.1' into 'release/v5.1'
...
fix(bootloader_support): Fixed pattern in RNG enable function to avoid output on IO0 (v5.1)
See merge request espressif/esp-idf!31907
2024-07-05 12:47:50 +08:00
a5686fbeac
Merge branch 'bugfix/fix_some_wifi_bugs_v5.1' into 'release/v5.1'
...
fix(wifi):fix some wifi bugs(Backport v5.1)
See merge request espressif/esp-idf!31904
2024-07-05 12:06:21 +08:00
aaeb03ad36
Merge branch 'bugfix/fixed_ble_issues_on_esp32c2_esp32c6_v5.1' into 'release/v5.1'
...
Bugfix/fixed ble issues on esp32c2 esp32c6 (v5.1)
See merge request espressif/esp-idf!31861
2024-07-05 10:39:26 +08:00
20a169cfb8
Merge branch 'docs/update_twt_docs_v5.1' into 'release/v5.1'
...
docs(wifi):update TWT docs(Backport v5.1)
See merge request espressif/esp-idf!31899
2024-07-04 19:15:17 +08:00
3a202c65a0
fix(wifi):fix some wifi bugs
2024-07-04 17:57:13 +08:00
1070c75ec7
fix(bootloader_support): Fixed pattern in RNG enable function on C6 to avoid output on IO0
2024-07-04 11:36:58 +02:00
a8c4e7c254
docs(wifi):update TWT docs
2024-07-04 15:00:27 +08:00
86fd1c0ca1
fix(ble_mesh): ensure the operation of adv busy is thread-safe
2024-07-04 12:13:03 +08:00
5e7546269e
feat(ble_mesh): add cas operation for bt_mesh_atomic_val_t
2024-07-04 12:13:03 +08:00
f2a321d843
Merge branch 'contrib/github_pr_14084_v5.1' into 'release/v5.1'
...
remove TLS pointer/deletion callback from correct thread (GitHub PR) (v5.1)
See merge request espressif/esp-idf!31853
2024-07-04 11:29:36 +08:00
b2ea5cf471
Merge branch 'fix/suppress_c++11_invalid_suffix_on_literal_v5.1' into 'release/v5.1'
...
fix: Fix PRI inttypes error due to C++ invalid suffix on literal in SPIFFS (v5.1)
See merge request espressif/esp-idf!31808
2024-07-04 10:34:57 +08:00
c6ef988244
Merge branch 'bugfix/openthread_uart_vfs_register_v5_1' into 'release/v5.1'
...
fix(openthread): register uart vfs devices when they are not registered(v5.1)
See merge request espressif/esp-idf!31792
2024-07-04 10:33:37 +08:00
acb85aee23
fix(mmap): fixed spi_flash_cache2phys return addr in PSRAM issue
...
When SPIRAM_FETCH_INSTRUCTIONS or SPIRAM_RODATA enabled
2024-07-04 10:30:24 +08:00
274a723a75
Merge branch 'feature/add-newlib-sbom_v5.1' into 'release/v5.1'
...
feat(newlib): Add sbom manifest file (v5.1)
See merge request espressif/esp-idf!31830
2024-07-04 10:16:16 +08:00
9d8525f7fd
Merge branch 'fix/usb_isoc_error_status_backport_v5.1' into 'release/v5.1'
...
fix(usb/host): Decode error flags in ISOC transfers backport to v5.1
See merge request espressif/esp-idf!31882
2024-07-04 10:15:56 +08:00
a3de6512a4
Merge branch 'feature/sae_pk_transition_disable_v5.1' into 'release/v5.1'
...
feat(esp_wifi): Add support for SAE-PK, OWE and WPA3 transition disable (Backport v5.1)
See merge request espressif/esp-idf!31378
2024-07-03 19:34:58 +08:00
4f7fb6a4e4
Merge branch 'bugfix/low_buf_count_print_v5.1' into 'release/v5.1'
...
fix(nimble): Added debug print to check for skipped adv report (v5.1)
See merge request espressif/esp-idf!31833
2024-07-03 16:43:30 +08:00
de4010b95a
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
3. refactor: Backport common changes in scan/connect path from 90cc6158
- 90cc6158
adds support for Network Introduction Protocol in DPP
4. Fix issue of supplicant using wrong parameters to configure bss
- Ensure that wpa_supplicant's state machine registers the requirement for rsnxe
before deciding to add rsnxe to a assoc request.
Co-authored-by: default avatarjgujarathi <jash.gujarathi@espressif.com >
2024-07-03 13:07:47 +05:30
b7ec35da41
fix(usb/host): Decode error flags in ISOC transfers
2024-07-03 09:15:57 +02:00
f455c00b20
Merge branch 'docs/delete_userguide_esp32_s2_devkitc_1_v5.1' into 'release/v5.1'
...
docs: Delete user guide esp32-s2-devkitc-1 (v5.1)
See merge request espressif/esp-idf!31620
2024-07-03 15:08:20 +08:00
9ff2f9ab2f
fix(hal): correct the power up sequence for MPI/ECC peripherals in ESP32-C5
2024-07-03 11:50:10 +05:30
9beca6e0ec
Merge branch 'bugfix/fix_phy_cal_data_v5.1' into 'release/v5.1'
...
fix(phy): add phy calibration data check when mode is not none calibration v5.1
See merge request espressif/esp-idf!31817
2024-07-03 13:58:53 +08:00
2059071053
Merge branch 'fix/fix_esp_tls_client_key_parsing_v5.1' into 'release/v5.1'
...
fix(esp_tls): Fixed client key parsing for ECC key (v5.1)
See merge request espressif/esp-idf!31840
2024-07-03 13:58:17 +08:00
4a142be6bb
Merge branch 'docs/format_ap_basic_configuration_tables_v5.1' into 'release/v5.1'
...
docs: format AP basic configuration tables in wifi.rst (v5.1)
See merge request espressif/esp-idf!31856
2024-07-03 13:55:10 +08:00
a06c6877fa
Merge branch 'bugfix/wps_mode_change_v5.1' into 'release/v5.1'
...
fix(esp_wifi): Fix for issue in changing opmode when wps is enabled(v5.1)
See merge request espressif/esp-idf!30779
2024-07-02 22:29:52 +08:00
98f12d1a2d
fix(ble): fixed some ble controller issues on ESP32C6 and ESP32H2
2024-07-02 15:44:32 +08:00
8744e7c8bc
fix(ble): fixed some ble controller issues on ESP32-C2
2024-07-02 15:44:32 +08:00
cbae9c7fb1
docs: format AP basic configuration tables in wifi.rst
2024-07-02 14:59:49 +08:00
8587991313
fix(esp_wifi): Fix for issue in changing opmode when wps is enabled
2024-07-02 11:59:48 +05:30
597331d23c
Merge branch 'lwip/if_indextoname_compolation_fix_v5.1' into 'release/v5.1'
...
fix(lwip): Fixed compilation error referencing undefined POSIX interface API (v5.1)
See merge request espressif/esp-idf!31407
2024-07-02 13:52:57 +08:00
4422beda77
Merge branch 'backport/support_eth_mac_using_esp_read_mac_v51' into 'release/v5.1'
...
feat(eth) configure eth mac using esp_read_mac(Backport v5.1)
See merge request espressif/esp-idf!31091
2024-07-02 13:51:09 +08:00
4e22d115b7
fix(pthread): Remove TLS pointer/deletion callback from correct thread
...
Originally, pthread_internal_local_storage_destructor_callback was only called from pthread_exit
on the thread whose TLS is being destroyed.
In b3755b751e
, pthread_internal_local_storage_destructor_callback
started being called from pthread_join and pthread_detach on a different thread (whichever one
called one of those functions).
But pthread_internal_local_storage_destructor_callback is still calling
vTaskSetThreadLocalStoragePointer and vTaskSetThreadLocalStoragePointerAndDelCallback with a NULL
xTaskToSet argument, which causes those functions to set the TLS pointer and deletion callback
for the current thread, not the thread whose TLS is being destroyed.
This commit makes pthread_internal_local_storage_destructor_callback call
vTaskSetThreadLocalStoragePointer and vTaskSetThreadLocalStoragePointerAndDelCallback
with the handle of the thread whose TLS is being destroyed.
2024-07-02 13:33:20 +08:00
fe617ff0d8
Merge branch 'docs/migrate_esp32c3_devkitc_02_devkitm_1_user_guide_v5.1' into 'release/v5.1'
...
docs: Migrate user guides of ESP32-C3-DevKitM and ESP32-C3-DevKitC to esp-dev-kits (v5.1)
See merge request espressif/esp-idf!31823
2024-07-02 13:20:20 +08:00
6193237a79
docs: Migrate user guides of ESP32-C3-DevKitM and ESP32-C3-DevKitC to esp-dev-kits (v5.1)
2024-07-02 13:20:20 +08:00
98f351292d
Merge branch 'fix/docs_wifi_get_sta_list_v5.1' into 'release/v5.1'
...
fix(docs): tcpip_adapter: Document replacement of tcpip_adapter_get_sta_list (v5.1)
See merge request espressif/esp-idf!31172
2024-07-02 10:45:11 +08:00
8280458c36
Merge branch 'fix/usb-serial-jtag-hangs-on-init_v5.1' into 'release/v5.1'
...
fix(console): USB Serial JTAG freezes when input received before the driver is installed (v5.1)
See merge request espressif/esp-idf!31822
2024-07-02 10:44:47 +08:00
cca7792e90
fix(esp_tls): Fixed client key parsing for ECC key
...
Client key parsing for ECC keys was failing as the
RNG supplied to the key parsing API was uninitialized.
This commit fixes that behaviour
2024-07-02 09:30:39 +08:00
b928bd205e
Merge branch 'fix/esp_tls_use_64_bit_variable_for_time_v5.1' into 'release/v5.1'
...
fix(esp-tls): Use 64 bit variable for time instead of 32 bit (v5.1)
See merge request espressif/esp-idf!30625
2024-07-01 19:15:37 +08:00
8705da6ff3
feat(newlib): Add sbom manifest file
2024-07-01 17:09:14 +07:00
634412e20c
fix(nimble): Added debug print to check for skipped adv report
2024-07-01 15:33:53 +05:30
e73b02198e
fix(esp-tls): Use 64 bit variable for time instead of 32 bit
...
Use appropriate API available on respective platform for obtaining
time
Closes https://github.com/espressif/esp-idf/issues/13593
2024-07-01 14:38:53 +05:30
a46f24c41f
docs: Delete user guide esp32-s2-devkitc-1
2024-07-01 15:45:55 +08:00
8aa0b7fb1a
fix(console): USB Serial JTAG freezes when input received before init
...
When data was sent through USB Serial JTAG before the
driver was installed, the bus was malfunctioning. This
was because the interrupt bit for data reception was cleared
regardless of whether data was received or not. Consequently,
usb_serial_jtag_isr_handler_default was not triggered and the
data was never read causing the bus to malfunction.
This commit is modifying usb_serial_jtag_driver_install to
prevent clearing USB_SERIAL_JTAG_INTR_SERIAL_OUT_RECV_PKT and
USB_SERIAL_JTAG_INTR_SERIAL_IN_EMPTY thus allowing the callback
usb_serial_jtag_isr_handler_default to trigger for possible data
exchanged prior to the call to usb_serial_jtag_driver_install.
This commit also modified the while logic in linenoiseProbe to
discard any data that doesn't match the expected chaaracter sequences
to prevent random input from interfering with evaluating whether the
terminal supports escape sequences or not.
See https://github.com/espressif/esp-idf/issues/13940
2024-07-01 09:37:00 +02:00
79629f4667
fix(phy): add phy calibration data check when mode is not none calibration
2024-07-01 15:22:40 +08:00
ceb24b5161
fix(esp_phy): fix the frequency switching issue in esp32h2/esp32c6 ble/ieee802154 coex
2024-07-01 15:22:30 +08:00
abc703a0dd
Merge branch 'bugfix/fix_ble_connect_fail_report_time_v5.1' into 'release/v5.1'
...
fix(ble/bluedroid): Fixed BLE report event when connection fails (v5.1)
See merge request espressif/esp-idf!31783
2024-07-01 14:20:09 +08:00
2653904d33
Merge branch 'bugfix/mgmt_gcmp_issue_v5.1' into 'release/v5.1'
...
fix(wifi): Fix GCMP encryption for mgmt packets and other bugfixes (Backport v5.1)
See merge request espressif/esp-idf!30481
2024-07-01 11:06:05 +08:00
078aff1033
Merge branch 'bugfix/wpa3_init_crash_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant): Fix wpa3 AP crash because of dangling pointer (v5.1)
See merge request espressif/esp-idf!31542
2024-07-01 10:52:16 +08:00
9653044214
Merge branch 'docs/add_the_description_of_gpio_wakeup_in_lightsleep_when_pd_top_v5.1' into 'release/v5.1'
...
docs(pm): add description for gpio_wakeup (backport v5.1)
See merge request espressif/esp-idf!31739
2024-07-01 10:24:50 +08:00
321ffde711
Merge branch 'fix/incorrect_console_input_decoding_wifi_prov_mgr_v5.1' into 'release/v5.1'
...
fix(tools/esp_prov): Fix incorrect input decoding when using console transport (v5.1)
See merge request espressif/esp-idf!31691
2024-07-01 10:24:13 +08:00
dc164cd29e
Merge branch 'fix/ulp_riscv_i2c_multi_byte_v5.1' into 'release/v5.1'
...
fix(ulp-risc-v): Fixed RTC I2C multi-byte read/write issue for ULP RISC-V (v5.1)
See merge request espressif/esp-idf!31715
2024-07-01 10:23:34 +08:00
8de6307fa1
Merge branch 'docs/delete_user_guide_esp32_s2_devkitm_1_v5.1' into 'release/v5.1'
...
docs: Delete user guide esp32-s2-devkitm-1 (v5.1)
See merge request espressif/esp-idf!31609
2024-07-01 10:22:55 +08:00
d45ec891d2
Merge branch 'docs/update_esp_vfs_notes_v5.1' into 'release/v5.1'
...
docs(vfs): update esp_vfs_register_fd api description (v5.1)
See merge request espressif/esp-idf!30427
2024-07-01 10:21:41 +08:00
61ba825b03
Merge branch 'fix/bump_esp_littlefs_to_v5.1' into 'release/v5.1'
...
fix(storage/littlefs): Bump version to v1.14.4 (core v2.9.1) (v5.1)
See merge request espressif/esp-idf!30358
2024-07-01 10:21:20 +08:00
6b60fc715f
Merge branch 'bugfix/crash_after_bluedroid_deinit_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fixed controller using null pointer after bluedroid deinit(v5.1)
See merge request espressif/esp-idf!30328
2024-07-01 10:20:53 +08:00
135eb2e5da
Merge branch 'fix/heap-trace-on-all-functions_v5.1' into 'release/v5.1'
...
fix(heap): Tracing of all heap_caps API functions (backport v5.1)
See merge request espressif/esp-idf!30235
2024-07-01 10:20:21 +08:00
43c69badc6
fix: PRI inttypes error due to C++ invalid suffix on literal in SPIFFS
2024-06-30 23:32:04 +02:00
c98f32ecb9
Merge branch 'bugfix/set_correct_cb_arg_v5.1' into 'release/v5.1'
...
fix(nimble): Pass the correct cb arg during reconnection attempt (v5.1)
See merge request espressif/esp-idf!31719
2024-06-28 21:00:58 +08:00
967eda03d0
fix(esp_wifi): Correct action frame type in send_mgmt_frame API
2024-06-28 16:25:18 +05:30
9d637316a9
fix(wifi): Add bugfix to avoid RSNXE and KDE mismatch during 4-way-handshake
2024-06-28 16:25:18 +05:30
c5e1603e6d
fix(wifi): Fix encryption/decryption issue for mgmt packets
...
* Fix issues related to mgmt packets encryption in GCMP
* Fix issue of wrong decryption of mgmt packets when PMF is enabled
* Fix softAP bug in handling of SAE Reauthentication
* Fix send mgmt err when eapol process
* Fix data len not correct in he actions
2024-06-28 16:24:54 +05:30
879e7903ef
fix(openthread): register uart vfs devices when they are not registered
2024-06-28 15:52:40 +08:00
6f08290f3d
fix(ble/bluedroid): Fixed BLE report event when connection fails
2024-06-28 12:00:45 +08:00
3a7997dba5
Merge branch 'bugfix/ft_scanning_failure_v51' into 'release/v5.1'
...
Fix scanning and connecting to FT APs(v5.1)
See merge request espressif/esp-idf!31185
2024-06-28 11:24:49 +08:00
31b2cd7b8e
fix(esp_wifi): Fix scanning and connecting to FT APs
...
- Ensure that scanning and connecting to FT capable APs in FT mode works
as expected.
- Send unicast probe requests if bssid is known during scan
- Allows for RSNXE IE to be processed as a variable length upto
255 bytes, changing the earlier max of 20.
2024-06-27 15:41:17 +05:30
3530c0c7c8
Merge branch 'bugfix/fixed_hci_uart_error_on_esp32c6_esp32h2_v5.1' into 'release/v5.1'
...
feat(bluetooth/controller): Fixed the issue of unresponsiveness when using hci... (v5.1)
See merge request espressif/esp-idf!31752
2024-06-27 17:19:29 +08:00
4efd577c19
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs 240620 (backport v5.1)
See merge request espressif/esp-idf!31654
2024-06-26 20:33:14 +08:00
ea6d8e64c9
feat(bluetooth/controller): Fixed the issue of unresponsiveness when using hci uart mode on ESP32-C6 and ESP32-H2
2024-06-26 17:32:57 +08:00
d587205bbf
docs(pm): add description for gpio_wakeup
2024-06-26 14:12:33 +08:00
a2993ab3a6
fix(tools/esp_prov): Fix incorrect input decoding when using console transport
...
- Closes https://github.com/espressif/esp-idf/issues/14013
2024-06-26 11:28:47 +05:30
a14d4ea8a4
fix(wpa_supplicant): Fix wpa3 AP crash because of dangling pointer
2024-06-26 10:45:28 +08:00
c1f50a8eae
Merge branch 'bugfix/station_ic_pmf_state_v5.1' into 'release/v5.1'
...
fix(wifi): Disable IC_PMF variable properly when station disconnects and always clear keys in tx_cb (Backport v5.1)
See merge request espressif/esp-idf!31633
2024-06-26 10:44:18 +08:00
55cfe6ee21
Merge branch 'bugfix/l2cap_use_wrong_handle_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fixed the issue of using the wrong handle to handle the BTA_JV_L2CAP_READ_EVT event(v5.1)
See merge request espressif/esp-idf!31280
2024-06-26 10:41:21 +08:00
e649fcf81c
Merge branch 'feature/esp32c6_pu8m_in_sleep_support_v5.1' into 'release/v5.1'
...
feat(sleep): support 8m force pu in sleep for esp32c6 & esp32h2 (v5.1)
See merge request espressif/esp-idf!31001
2024-06-26 10:40:32 +08:00
6f1ff29851
Merge branch 'fix/add_integrity_check_when_select_temporary_key_v5.1' into 'release/v5.1'
...
fix(bt): add integrity check when temporary link key selected(backport v5.1)
See merge request espressif/esp-idf!31700
2024-06-26 10:37:53 +08:00
42447ccf12
fix(heap): Tracing of all heap_caps API
...
This commit fixes the missing tracing on all
heap_caps_xx_prefer and heap_caps_xx_aligned
functions.
2024-06-25 11:59:24 +02:00
a2db5d852e
fix(wifi): Fix station PMF issue
...
Fix issue of station PMF not getting reset when disconnecing from PMF connection
2024-06-25 14:13:21 +05:30
14e01c031f
Merge branch 'fix/fsync-call-propagation-to-secondary-console_v5.1' into 'release/v5.1'
...
fix(console): Fsync not propagated to secondary output (backport v5.1)
See merge request espressif/esp-idf!30263
2024-06-25 16:07:38 +08:00
cf072a4fe3
Merge branch 'feat/optimize_bt_porting_layer_0619_v5.1' into 'release/v5.1'
...
Feat/optimize bt porting layer 0619 (v5.1)
See merge request espressif/esp-idf!31674
2024-06-25 14:18:32 +08:00
a0262a2aa6
Merge branch 'fix/lcd_build_error_in_cpp_v5.1' into 'release/v5.1'
...
fix(lcd): build errors with deprecated lcd types in cpp (v5.1)
See merge request espressif/esp-idf!31678
2024-06-25 12:39:10 +08:00
187be854ea
Merge branch 'fix/trigger_system_reset_in_brownout_isr_v5.1' into 'release/v5.1'
...
change(esp_system): trigger digital system reset in brownout isr (v5.1)
See merge request espressif/esp-idf!31685
2024-06-25 11:50:13 +08:00
0edef52a67
fix(nimble): Pass the correct cb arg during reconnection attempt
2024-06-25 08:32:14 +05:30
0a0327dce8
fix(ulp-risc-v): Fixed RTC I2C multi-byte read/write issue for ULP RISC-V
...
This commit fixes an issue where multi-byte reads and writes over the
RTC I2C peripheral got stuck on the esp32s2 and esp32s3.
Closes https://github.com/espressif/esp-idf/issues/12235
2024-06-24 17:11:02 +02:00
3730b0a9af
feat(bt/bluedroid): Add definition for the reason of BLE authentication failure
2024-06-24 17:59:01 +08:00
5eed961113
fix(bt/bluedroid): Fixed BLE security vulnerability when using fixed IRK
2024-06-24 17:59:01 +08:00
1f57c2b91a
fix(bt): Overwrite a function in esp32c3 eco7 rom
2024-06-24 17:59:01 +08:00
40b9ec3860
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(0738a61)
...
- Fixed BT BB interrupt allocation
- Refactor the prefix of assert print
- Fixed HCI LE set privacy mode command handle
2024-06-24 17:59:01 +08:00
ae29703fb4
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(eca46a0)
...
- Fixed adv data buffer free after restart adv
- Fixed BLE interrupt allocation using esp API
2024-06-24 17:59:01 +08:00
6cd05b082a
fix(bt): add integrity check when temporary link key selected
2024-06-24 17:50:35 +08:00
97de085b35
Merge branch 'bugfix/esp32h2_iomux_retention_v5.1' into 'release/v5.1'
...
fix(gpio): fix IO 21-27 IOMUX registers not being backed up on ESP32H2 (v5.1)
See merge request espressif/esp-idf!31192
2024-06-24 17:33:55 +08:00
accaf2bd51
Merge branch 'bugfix/wpa3_sta_mem_leak_v5.1' into 'release/v5.1'
...
Fix a memory leak that occurs when the SAE connection is interrupted (Backport v5.1)
See merge request espressif/esp-idf!31661
2024-06-24 14:20:05 +08:00
450846057c
fix(lcd): build errors with deprecated lcd types in cpp
...
Closes https://github.com/espressif/esp-idf/issues/14029
2024-06-24 14:06:20 +08:00
8e5e95e452
change(esp_hw_support): update xtal_freq after assume to avoid mass print in DFS
2024-06-24 13:38:47 +08:00
563683f471
change(esp_system): trigger digital system reset in brownout isr
2024-06-24 12:07:30 +08:00
066e04a9a4
fix(ble): added c6 config check for ble light sleep
2024-06-24 11:31:40 +08:00
5fe68c206e
feat(bluetooth/controller): adjust bt/porting code structure and delete redundant code
2024-06-24 11:31:40 +08:00
517064d0b3
Merge branch 'bugfix/free_memory_before_reattempt_v5.1' into 'release/v5.1'
...
fix(nimble): Clear resource before re-starting advertising(v5.1)
See merge request espressif/esp-idf!31627
2024-06-24 10:45:17 +08:00
44ed05a546
Merge branch 'bugfix/wifi-6570_v5.1' into 'release/v5.1'
...
backport v5.1: fix the issue of wifipwr losing its clock during sleep on the esp32c6 eco1
See merge request espressif/esp-idf!31616
2024-06-24 09:58:30 +08:00
233a57d4f5
fix(esp_wifi): Fix a memory leak that occurs when the SAE connection is interrupted
...
1. Free temporary data used by SAE before memsetting the same
2. Drop any received auth response that uses a different algorithm than the one currently in use
2024-06-21 14:47:30 +05:30
bd2b9390ef
Merge branch 'refactor/cpu_interrupt_table_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): refactor and clear reserved interrupts that are unused or not applicable anymore (backport v5.1)
See merge request espressif/esp-idf!31259
2024-06-21 08:59:05 +08:00
d326c1bbf4
Merge branch 'fix/use_rom_crc_check_in_cpu_retention_v5.1' into 'release/v5.1'
...
fix(ci): use esp_rom_crc32_le in cpu retention frame check (v5.1)
See merge request espressif/esp-idf!31591
2024-06-20 13:51:26 +08:00
b482d04fb6
fix(nimble): Clear resource before re-starting advertising
2024-06-20 11:02:46 +05:30
c9e33d0e8d
docs: Delete user guide esp32-s2-devkitm-1
2024-06-20 11:49:48 +08:00
344e9ad593
Merge branch 'feat/put_bt_interface_code_to_rom_v5.1' into 'release/v5.1'
...
Feat/put bt interface code to rom (v5.1)
See merge request espressif/esp-idf!31551
2024-06-20 10:38:02 +08:00
56526ffefa
fix(wifi): fix the issue of wifipwr losing its clock during sleep on the esp32c6 eco1
2024-06-19 19:35:27 +08:00
8d4f718534
Merge branch 'contrib/github_pr_14010_v5.1' into 'release/v5.1'
...
fix(ulp): Write pin's output mode to the correct register (GitHub PR) (v5.1)
See merge request espressif/esp-idf!31597
2024-06-19 17:34:38 +08:00
cd7b8f2db1
fix(ulp-risc-v): Set RTC GPIO output mode in the correct register for ULP RISC-V
...
According to the ESP32-S2/S3 TRM, the output pin's mode is set in the RTC_GPIO_PINn_REG
by programming the RTC_GPIO_PINn_PAD_DRIVER bit. The current ULP RISC-V RTCIO driver
however, incorrectly programs the RTC_IO_TOUCH_PADn_REG register field RTC_IO_TOUCH_PADn_DRV.
This commit fixes the bug.
2024-06-19 09:02:23 +02:00
7ecc6ac029
fix(ci): use esp_rom_crc32_le in sleep retention frame check
2024-06-19 14:07:03 +08:00
c00dad83c1
Merge branch 'fix/idf_tools_warning_error_v5.1' into 'release/v5.1'
...
fix(tools): Improve the warning message from idf_tools.py about the Python environment (v5.1)
See merge request espressif/esp-idf!31513
2024-06-18 18:36:26 +08:00
5a2a16f5c3
Merge branch 'feat/use_iterator_for_regdma_link_traverse_function_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): use iterator for regdma_link_stats to save stack consume (v5.1)
See merge request espressif/esp-idf!31546
2024-06-18 10:35:22 +08:00
b63bcef8e0
fix(bt/bluedroid): Fixed crash after bluedroid deinit
...
hci_host_env.downstream_data_ready is set to NULL during bluedroid deinit,
causing the controller to use a null pointer when calling callback.
2024-06-17 19:03:47 +08:00
69729d4639
fix(bt/bluedroid): Fixed deadlock caused by not unlocking
2024-06-17 19:03:05 +08:00
3eb54ad307
fix(bt/bluedroid): Fixed L2CAP using wrong handle
...
- Fixed the issue of using the wrong handle to handle the BTA_JV_L2CAP_READ_EVT event.
- Closes https://github.com/espressif/esp-idf/issues/13847
2024-06-17 19:03:05 +08:00
b01930a5c0
feat(bluetooth/controller): update controller api name on ESP32-C2
2024-06-17 16:43:32 +08:00
7019204f20
feat(bluetooth/controller): update controller api name on ESP32-C6 and ESP32-H2
2024-06-17 16:43:32 +08:00
f5f020f6e7
fix(esp_hw_support): use iterator for regdma_link_stats to save stack consume
...
Closes https://github.com/espressif/esp-idf/issues/13288
2024-06-17 15:59:07 +08:00
58a9d0e27b
Merge branch 'bugfix/fix_no_mem_coex_issue_v5.1' into 'release/v5.1'
...
fix(nimble): Added change to handle extra memory for ext adv reattempt (v5.1)
See merge request espressif/esp-idf!31502
2024-06-14 20:04:19 +08:00
17a19a13be
Merge branch 'contrib/github_pr_13951_v5.1' into 'release/v5.1'
...
Fix stack overflow bug for `examples/bluetooth/esp_hid_device` when using esp32s3 with nimble (GitHub PR) (v5.1)
See merge request espressif/esp-idf!31517
2024-06-14 19:50:04 +08:00
098a804f73
Fix stack overflow bug for examples/bluetooth/esp_hid_device
when using esp32s3 with nimble
...
Related to 60354c39a9
2024-06-14 14:27:41 +05:30
5a51f06a24
fix(tools/idf_tools.py): Improve the warning message about the environment
2024-06-14 10:01:27 +02:00
d5c4973bd3
fix(nimble): Added change to handle extra memory for ext adv reattempt
2024-06-14 12:05:09 +05:30
4e2e2b2c53
fix(lwip): Fixed compilation error referencing undefined POSIX interface API
...
Closes https://github.com/espressif/esp-idf/issues/13577
2024-06-14 13:13:39 +10:00
fe475fe87a
Merge branch 'bugfix/fix_ble_evt_time_v5.1' into 'release/v5.1'
...
fix(ble/controller): Update esp32 bt-lib (1e63e23) (v5.1)
See merge request espressif/esp-idf!31483
2024-06-14 10:43:25 +08:00
b0bece2812
Merge branch 'backport/shortened_uart_read_bytes_blocking_51' into 'release/v5.1'
...
fix(uart): remove unnecessary wait when sending message to ring buffer(backport5.1)
See merge request espressif/esp-idf!31382
2024-06-14 09:36:20 +08:00
18cac360b9
fix(bt/controller): Fixed assert issue caused by DPORT access
2024-06-13 17:36:05 +08:00
ae9a2fde60
fix(ble/controller): Update esp32 bt-lib (1e63e23)
...
- Optimized GATT write and notify throughput on ESP32
- Fixed BLE connect timeout after using DTM on ESP32
- Added ke memory debug tools on ESP32
- Fixed memory leak issue when BLE SCAN and other event coexist on ESP32
2024-06-13 16:41:06 +08:00
e3c4c76b17
Merge branch 'bugfix/fix_ble_pktlen_change_v5.1' into 'release/v5.1'
...
Bugfix/fix ble pktlen change (v5.1)
See merge request espressif/esp-idf!31251
2024-06-13 11:03:41 +08:00
b9707a371c
Merge branch 'refactor/avoid_using_git_v5.1' into 'release/v5.1'
...
fix(tools): Avoiding crashing when Git is not present in system when acquiring IDF version (v5.1)
See merge request espressif/esp-idf!31434
2024-06-12 20:03:56 +08:00
bfb7936851
Merge branch 'bugfix/fix_lp_half_world_access_v5.1' into 'release/v5.1'
...
fix(hal): fix LP timer / PMU LL half word access (v5.1)
See merge request espressif/esp-idf!31388
2024-06-12 17:04:58 +08:00
411ff70468
Merge branch 'bugfix/fix_null_data_issue_in_mesh_v5.1' into 'release/v5.1'
...
fix(wifi): do not send null data when scan start/done for mesh (v5.1)
See merge request espressif/esp-idf!31369
2024-06-12 11:01:44 +08:00
71130318df
fix(tools): Avoid crashing when Git is used to acquire IDF version
...
Closes https://github.com/espressif/esp-idf/issues/13345
2024-06-11 09:39:56 +02:00
4c78de50f4
fix(hal): fix PMU LL half word and byte access
2024-06-07 14:18:24 +08:00
4d6793a44a
fix(hal): fix LP timer LL half word access
2024-06-07 14:18:22 +08:00
38bbc918c4
fix(uart): remove unnecessary wait when sending message to ring buffer
2024-06-07 11:45:40 +08:00
2b1a0cc523
Merge branch 'ci/fix_macos_runner_v5.1' into 'release/v5.1'
...
ci: select correct python version for mac runners (v5.1)
See merge request espressif/esp-idf!31354
2024-06-06 21:09:47 +08:00
4844b20f4c
fix(wifi): do not send null data when scan start/done for mesh
...
Closes https://github.com/espressif/esp-idf/issues/13786
2024-06-06 19:10:28 +08:00
a08c207e7f
Merge branch 'backport/openthread_changes_51' into 'release/v5.1'
...
Backport some openthread related features (Backport v5.1)
See merge request espressif/esp-idf!31065
2024-06-06 16:56:27 +08:00
ff7a97b7f1
feat(openthread): update BR lib
2024-06-06 14:18:57 +08:00
d2f8b753fc
Merge branch 'bugfix/ble_gap_unpair_error_code_v5.1' into 'release/v5.1'
...
fix(nimble): Added return code in ble_gap_unpair error logs (v5.1)
See merge request espressif/esp-idf!31309
2024-06-06 12:54:08 +08:00
7f1a2c3cc1
Merge branch 'fix/assert_in_bt_controller_v5.1' into 'release/v5.1'
...
fix(bt): fix some issues in bluetooth controller(backport v5.1)
See merge request espressif/esp-idf!31323
2024-06-06 12:02:43 +08:00
f10e452e50
ci: ensure macos selected the correct python installed by pyenv
2024-06-05 16:03:02 +02:00
b2eeb41888
Merge branch 'update_mqtt_v5.1' into 'release/v5.1'
...
Update Mqtt client (v5.1)
See merge request espressif/esp-idf!30274
2024-06-05 15:47:37 +08:00
f27797c49a
fix(openthread): remove the empty task for openthread tasklets
2024-06-05 15:30:52 +08:00
ed00f6d94e
fix(802.15.4): fixed ieee802154 will sleep when only pm enabled
2024-06-05 15:27:36 +08:00
e95771bde8
feat(802154): log buffer full
message in debug mode only
2024-06-05 15:20:30 +08:00
ff60eefe0a
fix(802.15.4): fix a risk for receive_at and ignore bit8 for the frame length
2024-06-05 15:20:30 +08:00
5abe7425d9
feat(openthread): update openthread br lib
2024-06-05 15:20:30 +08:00
f87f5a3f22
feat(openthread): remove the range for some configurations
2024-06-05 15:20:30 +08:00
5694eb354f
fix(nimble): Added return code in ble_gap_unpair error logs
2024-06-05 12:10:41 +05:30
76e28986ba
Merge branch 'fix/idfgh-12762_v5.1' into 'release/v5.1'
...
fix(ble_mesh):Fixed a compatibility issue with the provisioner (v5.1)
See merge request espressif/esp-idf!30731
2024-06-05 10:44:02 +08:00
445811d412
Merge branch 'optimize/bt_make_alarm_num_configurable_v5.1' into 'release/v5.1'
...
feat(ble_mesh): Make alarm number configurable (v5.1)
See merge request espressif/esp-idf!30789
2024-06-05 10:43:49 +08:00
2a98fba7fe
fix(bt): fix some issues in bluetooth controller
...
1: fix return incorrect link key with hci command rd_stored_link_key
2: fix the assert triggered during APB TX
3: fix role switch LMP collision bug
2024-06-05 09:11:57 +08:00
b36c954052
Merge branch 'feat/set_get_lpclk_src_v5.1' into 'release/v5.1'
...
feat(ble): Added API to get low power clock source(v5.1)
See merge request espressif/esp-idf!30108
2024-06-04 19:36:22 +08:00
50599a62f5
Merge branch 'bugfix/spp_crash_after_deint_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fixed SPP crash due to the connection not being disconnected before esp_spp_deinit was called(v5.1)
See merge request espressif/esp-idf!30081
2024-06-04 19:34:40 +08:00
d3d5a4ef53
Merge branch 'bugfix/explict_free_adv_data_v5.1' into 'release/v5.1'
...
fix(nimble): Explicitly NULL assign adv data (v5.1)
See merge request espressif/esp-idf!31290
2024-06-04 19:32:19 +08:00
23c712ed13
fix(ble_mesh):Fixed a compatibility issue with the provisioner
...
Closes https://github.com/espressif/esp-idf/issues/13741
2024-06-04 16:50:12 +08:00
410a02acf0
feat(ble_mesh): Make alarm number configurable
2024-06-04 16:36:10 +08:00
5814e2a5d5
change(mqtt): Update esp-mqtt submodule
...
git log --oneline e6afdb4025fe018ae0add44e3c45249ea1974774..aa6f889fb4f6f743b3a550aa587713aabbdca1fc
Detailed description of the changes:
* fix: regard reason codes greater than 0x80 as failures.
- See merge request espressif/esp-mqtt!205
- See commit https://github.com/espressif/esp-mqtt/commit/e7b9aa5
* PR: Return on allocation failure
- See merge request espressif/esp-mqtt!204
- set last_retransmit to now when first connected (espressif/esp-mqtt@c06f154 )
- add return to faile_message, avoid segment fault (espressif/esp-mqtt@37478a9 )
* Minor warning of unused variable
- See merge request espressif/esp-mqtt!203
- fix: Minor warning of unused variable (espressif/esp-mqtt@726e5f2 )
* Cover the case for SOC without MAC address
- See merge request espressif/esp-mqtt!202
- fix: Cover the case for SOC without MAC address (espressif/esp-mqtt@5e3abd4 )
* Make state and size atomic
- See merge request espressif/esp-mqtt!199
- feat: Make state and size atomic (espressif/esp-mqtt@891380b )
* fix: Adjust the log level on few messages to avoid cluthering the logs
- See merge request espressif/esp-mqtt!201
- See commit https://github.com/espressif/esp-mqtt/commit/5c17fc4
* fix: Make automatic client_id soc dependent
- See merge request espressif/esp-mqtt!200
- See commit https://github.com/espressif/esp-mqtt/commit/657a2ae
* Clarify data that users need to take care of lifetime.
- See merge request espressif/esp-mqtt!197
- docs: Clarify data that users need to take care of lifetime. (espressif/esp-mqtt@371f594 )
* Update mqtt_client.h
- See merge request espressif/esp-mqtt!198
- add const char * to esp_mqtt_client_subscribe() generic macros (espressif/esp-mqtt@acdb66d )
* client: Report failure on timeout in mid-message timeout (GitHub PR)
- See merge request espressif/esp-mqtt!165
- Merges https://github.com/espressif/esp-mqtt/pull/232
- client: Report failure on timeout in mid-message timeout (espressif/esp-mqtt@ddde502 )
* fix: Move buffer initialization to set config
- See merge request espressif/esp-mqtt!194
- Closes https://github.com/espressif/esp-mqtt/issues/267
- See commit https://github.com/espressif/esp-mqtt/commit/ea0df31
* Fix check for message creation when processing publish
- See merge request espressif/esp-mqtt!195
- fix: Deliver publish verifies if message was created only for QoS >0
(espressif/esp-mqtt@6780056 )
2024-06-04 15:13:54 +08:00
6ab57bbcc4
fix(nimble): Explicitly NULL assign adv data
2024-06-04 12:16:12 +05:30
a9d29b3281
Merge branch 'feat/add_hci_log_record_for_nimble_v5.1' into 'release/v5.1'
...
feat(bt/nimble): support hci log for nimble (backport v5.1)
See merge request espressif/esp-idf!31213
2024-06-04 14:19:00 +08:00
176f719eb3
Merge branch 'bugfix/nan_datapath_issues_v5.1' into 'release/v5.1'
...
Fix issues in NAN datapath establishment (Backport v5.1)
See merge request espressif/esp-idf!30852
2024-06-04 12:05:58 +08:00
85fd3f397d
Merge branch 'fix/sntp_getreachability_v5.1' into 'release/v5.1'
...
fix(netif): Add missing SNTP get-reachablitiy API (v5.1)
See merge request espressif/esp-idf!30033
2024-06-04 11:37:05 +08:00
0196f081e5
Merge branch 'bugfix/log_wrap_around_cache_generation_counter_v5.1' into 'release/v5.1'
...
fix(log): Fix wrap-around of cache generation counter (v5.1)
See merge request espressif/esp-idf!29939
2024-06-04 11:31:12 +08:00
7b5a5ea50e
Merge branch 'fix/wl_fatfsgen_safe_mode_v5.1' into 'release/v5.1'
...
fix(storage/fatfs): make wl_fatfsgen.py safe mode aware (v5.1)
See merge request espressif/esp-idf!29729
2024-06-04 11:30:50 +08:00
d456fdf322
Merge branch 'bugfix/esp32c2_fixed_some_ble_issues_master_v5.1' into 'release/v5.1'
...
Bugfix/esp32c2 fixed some ble issues master (v5.1)
See merge request espressif/esp-idf!31234
2024-06-04 10:22:07 +08:00
e6a5be3fda
fix(esp_wifi): Fix issues in NAN datapath establishment
...
1. Resolve indefinite waiting while stopping NAN
2. Increase NDP response timeout to 8 DW's
3. Set NAN discovery beacon interval to 100 TU's as per Section 9.2
of Wi-Fi Aware Specification v4.0
2024-06-03 18:23:30 +05:30
7ade2ae6e5
Merge branch 'bugfix/fix_dhcp_pool_issue_on_dhcp_server_v5.1' into 'release/v5.1'
...
fix(lwip): fixed the dhcp pool error on dhcp server (v5.1)
See merge request espressif/esp-idf!31266
2024-06-03 19:47:35 +08:00
de580a0e44
Merge branch 'bugfix/fix_some_wifi_bugs_v5.1' into 'release/v5.1'
...
fix(wifi): fixed sniffer and espnow issue (v5.1)
See merge request espressif/esp-idf!31214
2024-06-03 19:38:07 +08:00
d47e88776e
Merge branch 'feature/usb_host_hub_support_collective_backport_v5.1' into 'release/v5.1'
...
refactor(usb/host): Prerequisite Refactoring For Hub Collective backport (v5.1)
See merge request espressif/esp-idf!29447
2024-06-03 16:10:30 +08:00
5d00019475
fix(lwip): fixed the dhcp pool error on dhcp server
2024-06-03 11:34:15 +08:00
16d957e7aa
fix(esp_hw_support): clear reserved interrupts that are not applicable for each target
2024-06-03 11:09:45 +08:00
1439815d57
refactor(esp_hw_support): changed reserved interrupt functions to be now defined per SoC
2024-06-03 11:05:25 +08:00
e81e61f86f
docs(wifi): update the docmentation for mesh API
2024-06-03 10:50:27 +08:00
64d34d84be
fix(wifi): fixed sniffer and espnow issue
...
1. fix(wifi): fixed sniffer dump fcs error packets fail
Closes https://github.com/espressif/esp-idf/issues/10777
2. fix(wifi): fixed the espnow priv parameter get error
Closes https://github.com/espressif/esp-idf/issues/13693
2024-06-03 10:49:23 +08:00
9eea1706bf
Merge branch 'doc/update_esp32c6_power_statics_5.1' into 'release/v5.1'
...
docs(lowpower): updating low-power statistics in Wi-Fi scenarios (v5.1)
See merge request espressif/esp-idf!31211
2024-06-03 10:38:11 +08:00
8d296506b5
Merge branch 'contrib/github_pr_13022_v5.1' into 'release/v5.1'
...
fix(freertos): Fix broken portable macro portTRY_ENTER_CRITICAL_SAFE() (v5.1)
See merge request espressif/esp-idf!30317
2024-06-03 10:27:00 +08:00
0648347994
feat(ble): Added API to get low power clock source
2024-06-03 10:25:29 +08:00
f209f008f3
Merge branch 'bugfix/esp_timer_test_fail_v5.1' into 'release/v5.1'
...
fix(esp_timer): Force test to go light sleep ignoring ESP_ERR_SLEEP_REJECT (v5.1)
See merge request espressif/esp-idf!29872
2024-06-03 10:24:42 +08:00
5a8f272660
fix(bt/bluedroid): Fix SPP crash after deinit
...
- The disconnection event comes up after spp disable is completed, so a null pointer is used.
2024-06-03 10:24:00 +08:00
67ee7eeaae
Merge branch 'bugfix/pm-108_v5.1' into 'release/v5.1'
...
backport v5.1: fix the issue of tg0 watchdog reset caused by wifi module retention
See merge request espressif/esp-idf!31013
2024-06-03 10:19:41 +08:00
42aa1be457
feat(bt/nimble): support hci log for nimble
2024-06-03 09:48:51 +08:00
9d5f956e87
fix(ble/bluedroid): Optimize BLE stack connect callback name
2024-06-02 19:25:12 +08:00
2f14db087d
fix(ble/bluedroid): Fixed BLE no data length change event
2024-06-02 19:23:56 +08:00
f0b26289d7
docs(usb): Add USBH maintainer notes
2024-06-02 00:29:36 +08:00
29ae4e7a4f
refactor(usb/usbh): Update USBH device creation and enumeration handling
...
This commit updates how the USBH handles device creation and enumeration so that
upper layers (such as the Hub driver) can use the USBH API for enumeration instead
of calling the HCD.
USBH Updates:
USBH now creates unenumerated devices set to address 0 with no device/config
descriptor. A newly created device can be opened and communicated with immediately
(using control transfers). This allows the Hub driver to call the USBH instead of
the HCD. Summary of USBH changes:
- Added new APIs to add/remove a device. Devices are now created as unenumerated
and can be immediately opened and communicated with.
- Added new APIs to enumerate a device (see 'usbh_dev_set_...()' functions). Device
must be locked (see 'usbh_dev_enum_lock()') before enumeration functions can be called.
- Added UID for each device. This allows the particular USBH without needing to
use the device's handle (which implies opening the device).
Hub Driver Updates:
Hub driver now calls the USBH for enumeration. Summary of USBH changes:
- Replace all 'hcd_pipe_...()' calls with 'usbh_dev_...()' calls
- Refactored port event handling to fit with new USBH API
- Updated to use UID to uniquely identify devices without opening them
USB Host Updates:
- Reroute USBH control transfers to clients and hub driver
Note: Backported ESP_ERR_NOT_ALLOWED macro
2024-06-02 00:29:36 +08:00
15121a3ef6
refactor(usb/hub): Update Hub driver port request logic
2024-06-02 00:29:35 +08:00
144463be5c
refactor(usb/hcd): Allow port resets with allocated pipes
...
This commit updates the HCD API to allow port resets to occur even if pipes
are allocated. The pipes cannot be active and the port reset will simply
restore the pipes (by reinitializing their channel registers) following the
reset.
Changes:
- Allow port resets while channels are allocated
- Remove pipe persistance API 'hcd_pipe_set_persist_reset()'
2024-06-02 00:29:35 +08:00
8053174dd4
refactor(usb/usbh): Rename device pool functions and ref_count
...
This commit renames the following APIs and variables in the USBH:
- Rename the prefix of device pool functions from 'usbh_dev_...' to
'usbh_devs_...'.
- Rename 'ref_count' to 'open_count'. This variable tracks the number of times
a device has been opened.
2024-06-02 00:29:34 +08:00
5f0a659e73
refactor(usb/host): Refactor USBH function grouping
...
This commit rearranges the USBH functions into new groupings to provide a
clearer abstraction. This is in preparation for refactoring/removing the Hub
related functions in the USBH API. This commit DOES NOT MAKE ANY BEHAVIORAL
CHANGES to the code.
Functions are now grouped into...
- USBH Processing: Functions dealing with overall USBH processing
- Device Pool: Functions that add/remove/open/close devices from the internal
device pool
- Device: Functions that pertain to setting/getting a particular device
- Endpoints: Functions that pertain to a particular endpoint
- Transfer: Functions that pertain to sending transfers
2024-06-02 00:29:34 +08:00
8479302503
refactor(hcd_dwc): Added mps request from hcd_dwc
2024-06-02 00:29:34 +08:00
0b77a7289c
refactor(usb/host): Simplify USBH and Hub interaction
...
Previously, on a device disconnection, the USBH and Hub would the require the
following 2-way interaction:
- Hub -> usbh_hub_pass_event() -> USBH to indicate a port error
- USBH -> usbh_hub_req_cb_t -> Hub to request port recovery after the device
has been freed.
The 2-way interaction has been simplified:
- USBH now nofities upper layers of devices being freed via the
USBH_EVENT_DEV_FREE event
- Hub now handles port recovery only after a device has been freed
2024-06-02 00:29:33 +08:00
cfa48efc6a
refactor(usb_host): Renamed hub_driver_state to root_port_state
2024-06-02 00:29:33 +08:00
4270a4edce
feat(usb/host): Add missing sync types from USB specification
2024-06-02 00:29:33 +08:00
54d984644a
feat(usb_host): Added KConfig parameter for External HUB support enable
2024-06-02 00:29:32 +08:00
01761f4c99
refactor(usb_host): Added chapter11 header, refactor chapter9 header
2024-06-02 00:29:32 +08:00
78515b3fef
refactor(usb): Remove USBH control transfer callback
...
This commit merges the USBH control transfer callback into the USBH event
callback. This simplifies the code as the USBH now uses a single callback.
2024-06-02 00:29:32 +08:00
42076af4c4
refactor(usb): Update USBH event callback arguments
...
This commit does the following:
- Updates the USBH event callback arguments to now pass a usbh_event_data_t
which can contain different data for each event
- Updated event names
2024-06-02 00:29:31 +08:00
3f9ab2d6a6
Merge branch 'bugfix/free_reattempt_adv_data_v5.1' into 'release/v5.1'
...
fix(nimble): Added change to free memory in case of failure (v5.1)
See merge request espressif/esp-idf!31166
2024-06-01 18:59:49 +08:00
8318a2ad44
Merge branch 'feature/usb_new_phy_driver_collective_backport_v5.1' into 'release/v5.1'
...
refactor(usb/host): PHY driver preqrequisite refacotring collective backport (v5.1)
See merge request espressif/esp-idf!29791
2024-05-31 22:30:32 +08:00
f590e07eb1
ble: fixed ble some issues on esp32c6 and esp32h2
2024-05-31 17:13:44 +08:00
ffc8485670
ble: fixed ble some issues on esp32c2
2024-05-31 17:13:44 +08:00
3b5c0b7d73
fix(nimble): Added change to free memory in case of failure
2024-05-31 12:09:32 +05:30
08aef5cd64
Merge branch 'bugfix/wps_scan_log_flood_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant): Suppress RSN IE print to Verbose level (Backport v5.1)
See merge request espressif/esp-idf!31157
2024-05-31 13:47:41 +08:00
6535d0745b
Merge branch 'bugfix/ftm_fix_wrong_compensation_v5.1' into 'release/v5.1'
...
Fix issue in selecting FTM compensation with external AP (Backport v5.1)
See merge request espressif/esp-idf!30740
2024-05-31 13:37:05 +08:00
a7a612c9fc
Merge branch 'bugfix/bleqabr24-549_v5.1' into 'release/v5.1'
...
fix(ble_mesh): fix issues in mesh deinit_v5.1
See merge request espressif/esp-idf!30542
2024-05-31 11:13:53 +08:00
36756bfd22
docs(lowpower): updating low-power statistics in Wi-Fi scenarios
2024-05-31 10:28:36 +08:00
cd5f3bf146
fix(ble_mesh): fix issues in mesh deinit
2024-05-30 20:40:55 +08:00
cfe861582c
Merge branch 'bugfix/stop_tg_wdt_in_xpd_xtal_lightsleep_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): stop tg wdt in xpd xtal lightsleep (v5.1)
See merge request espressif/esp-idf!31140
2024-05-30 20:00:24 +08:00
3e82811fec
fix(esp_wifi): Fix issue in selecting FTM compensation with external AP
2024-05-30 19:42:24 +08:00
493b757a53
fix(wifi): fixed the issue of tg0 watchdog reset caused by wifi module retention
2024-05-30 17:20:03 +08:00
78ea2c19e7
fix(gpio): fix IO 21-27 IOMUX registers not being backed up on ESP32H2
2024-05-30 15:08:09 +08:00
f0c6358839
fix(docs): tcpip_adapter: Document replacement of tcpip_adapter_get_sta_list
2024-05-29 13:45:53 +02:00
cea1893729
fix(esp_netif): Prevent running esp_netif_sntp_init() multiple times
...
Closes https://github.com/espressif/esp-idf/issues/12854
2024-05-29 17:22:29 +08:00
2f87894e58
fix(netif): Add missing SNTP get-reachablitiy API
2024-05-29 17:22:29 +08:00
ebe0b3f40c
Merge branch 'feature/ble_resolve_adv_data_v5.1' into 'release/v5.1'
...
feat(nimble): Added API to get resolve ADV data (v5.1)
See merge request espressif/esp-idf!30952
2024-05-29 13:51:39 +08:00
1614f9e3b5
fix(wpa_supplicant): Suppress RSN IE print to Verbose level
2024-05-29 11:09:57 +05:30
725381290e
fix(esp_hw_support/sleep): stop TG0/TG1 watchdog if XTAL not power down in lightsleep
2024-05-28 19:39:19 +08:00
bd1017132e
change(esp_hw_support/sleep): improve esp32c3 systimer stall bug workaround
2024-05-28 19:38:04 +08:00
59e2674bf6
Merge branch 'fix/pytest_session_dir_v5.1' into 'release/v5.1'
...
ci: apply new fix in pytest-embedded 1.10 (v5.1)
See merge request espressif/esp-idf!30678
2024-05-28 17:02:23 +08:00
f2b11841fc
Merge branch 'bugfix/mldv6_report_memory_leak_v5.1' into 'release/v5.1'
...
fix(esp_netif): Fix mldv6 report memory leak in esp_netif(v5.1)
See merge request espressif/esp-idf!31062
2024-05-28 15:58:22 +08:00
7046477541
Merge branch 'bugfix/fix_hid_connection_failed_bug_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fix HID connection bugs[backport 5.1]
See merge request espressif/esp-idf!30590
2024-05-28 15:19:35 +08:00
89eb191f7f
Merge branch 'bugfix/eth_l2_test_conn_wait_tmo_v5.1' into 'release/v5.1'
...
ci(esp_eth): increased L2 test wait for connection timeout (v5.1)
See merge request espressif/esp-idf!29882
2024-05-27 18:25:37 +08:00
0c9478fb65
Merge branch 'bugfix/dm9051_phy_axs_wait_v5.1' into 'release/v5.1'
...
fix(esp_eth): made access to PHY registers for DM9051 more robust (v5.1)
See merge request espressif/esp-idf!30280
2024-05-27 18:24:55 +08:00
489e460479
Merge branch 'contrib/github_pr_13560_v5.1' into 'release/v5.1'
...
esp_eth: DP83848: correct link detection to use BMSR (GitHub PR) (v5.1)
See merge request espressif/esp-idf!30452
2024-05-27 18:24:35 +08:00
d7c75b92d1
Merge branch 'bugfix/check_c3_efuse_error_on_ram_app_condition_v5.1' into 'release/v5.1'
...
bugfix(cpu_start): check c3 efuse error log on ram app condition (v5.1)
See merge request espressif/esp-idf!31046
2024-05-27 15:43:21 +08:00
aeb1221652
feat(eth) configure eth mac using esp_read_mac
...
* Closes https://github.com/espressif/esp-idf/issues/13808
2024-05-27 15:30:26 +08:00
2daa497ba0
Merge branch 'feat/add_api_to_set_privacy_mode_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): support BLE set privacy mode (v5.1)
See merge request espressif/esp-idf!31027
2024-05-27 14:56:15 +08:00
9bcbd2fb51
fix(esp_netif): Fix mldv6 report memory leak in esp_netif
2024-05-24 15:29:53 +08:00
8df917bde9
feat(nimble): Added API to get resolve ADV data
2024-05-24 11:56:21 +05:30
e603747a5a
Merge branch 'bugfix/BLEQABR23-798_v5.1' into 'release/v5.1'
...
bugfix(ble_mesh): Close BLEQABR23-798 (v5.1)
See merge request espressif/esp-idf!30646
2024-05-24 14:10:18 +08:00
262264e4e2
Merge branch 'fix/ble_mesh_gatts_bugfix_v5.1' into 'release/v5.1'
...
BLE Mesh Gatts bugfix (v5.1)
See merge request espressif/esp-idf!30874
2024-05-24 14:09:56 +08:00
8354a8f3bf
Merge branch 'fix/gdbgui_version_check_v5.1' into 'release/v5.1'
...
fix(tools): Use GDGBUI arguments based on its version (v5.1)
See merge request espressif/esp-idf!31039
2024-05-23 22:51:55 +08:00
ab18946708
fix(tools): Use GDGBUI arguments based on its version
...
Closes https://github.com/espressif/esp-idf/issues/13665
2024-05-23 14:45:41 +02:00
de42be85db
Merge branch 'bugfix/restart_advertising_if_slave_23e_v5.1' into 'release/v5.1'
...
fix(nimble): start advertising if disconnect due to 0x3E in slave (v5.1)
See merge request espressif/esp-idf!31034
2024-05-23 20:26:21 +08:00
bb51330aa6
bugfix(cpu_start): check c3 efuse error log on ram app condition
...
Prior to this commit, esp_efuse_check_errors() is only called when it's
2nd stage btld app.
This commit moves this error check so under all conditions (including
ram app, pure ram app) will check this efuse error
2024-05-23 15:56:08 +08:00
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
f401e2960a
fix(ble_mesh): Create service after service register success
2024-05-23 14:30:03 +08:00
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
6678996170
feat(bt/bluedroid): support BLE set privacy mode
2024-05-22 19:25:50 +08:00
b1bbc8e486
fix(ble/bluedroid): Optimized BLE SPP example for improved compatibility
2024-05-22 19:25:11 +08:00
af59333eb5
feat(ble/bluedroid): Support BLE add device to resolving list
2024-05-22 19:23:24 +08:00
c075708e0b
feat(ble/bluedroid): Support set resolvable provate address timeout by api
2024-05-22 19:21:31 +08:00
c488cc4b6a
fix(ble/bluedroid): Fixed BLE GATT max length of an attribute value
2024-05-22 18:03:47 +08:00
6427524d9b
fix(ble/bluedroid): Optimize BLE documentation comments to comply with Doxygen syntax
2024-05-22 18:03:41 +08:00
6f64b2d99c
fix(ble/bluedroid): Optimize the BLE documentation
2024-05-22 18:03:34 +08:00
25b6f0c92f
bugfix(ble_mesh): Close BLEQABR23-798
2024-05-22 16:59:03 +08:00
9228c6f5dd
ci: move log dir from pytest_embedded_log to pytest-embedded
2024-05-22 16:58:53 +08:00
32c0b6c3f1
ci: apply new fix in pytest-embedded 1.10
2024-05-22 16:58:53 +08:00
f39f8d4a3f
ci: update mypy check for python 3.12, check under python 3.7 rules
2024-05-22 16:58:53 +08:00
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
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
29dcca6c7c
fix(nimble): start advertising if disconnect due to 0x3E in slave
2024-05-22 12:58:27 +05:30
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
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
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
d2dd830a47
feat(sleep): support 8m force pu in sleep for esp32c6/esp32h2
2024-05-22 11:35:12 +08:00
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
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
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
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
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
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
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
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
a1a2799767
ci: make fast_template_app optional
2024-05-21 05:54:47 +02:00
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
f7b10c4e3c
fix(wifi): fix esp32 unrecoverable m f issue
2024-05-21 10:27:30 +08:00
935b35551f
ci: use github repo for mac runners
2024-05-20 16:13:26 +02:00
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
033d5b0344
feat(system/console): Added argtable3 SBOM manifest file in console component for SPDX file generation
2024-05-20 15:04:45 +08:00
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
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
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
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
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
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
d55d2278ee
fix(coredump): don't allow mapping of non-encrypted coredump partition
2024-05-16 21:28:18 +02:00
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
4647a47a17
ble: fixed some issues on ESP32C6 and ESP32H2
2024-05-16 17:46:18 +08:00
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
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
7a7aeff0c9
feat(nimble): Added API to get local used address
2024-05-16 09:50:04 +05:30
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
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
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
8abb343778
docs(nimble): Added chip information in ble_enc_adv README file
2024-05-15 15:32:55 +05:30
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
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
d72ba104ca
fix(nimble): Create separate API to only extract cb info
2024-05-15 11:06:10 +05:30
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
a1b0f253a6
Merge branch 'doc/ringbuffer_v5.1' into 'release/v5.1'
...
docs(esp_ringbuf): Corrected example code block (v5.1)
See merge request espressif/esp-idf!30634
2024-05-15 09:07:36 +08:00
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
18a45fa98f
fix: add ESP_ERR_NOT_ALLOWED error code to esp_err.h
2024-05-14 19:34:37 +08:00
159e58dc27
fix: modify some typos to ensure CI pipeline run pass
2024-05-14 19:34:37 +08:00
1be5cb7e9e
fix(example): fixed app partition is too small for binary size
2024-05-14 19:34:37 +08:00
28b017c383
change(ieee802154): add sleep deinit API
2024-05-14 19:34:37 +08:00
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
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
c9b1618a3e
change(esp_hw_support): dump sleep retention context to io stream
2024-05-14 19:34:37 +08:00
7cc3c78447
change(ieee802154): use new sleep retention api to implement ieee802154 mac retention
2024-05-14 19:34:37 +08:00
2f7a2e0965
change(bt): use new retention api to implement BT mac and bb retention
2024-05-14 19:34:37 +08:00
08a05ec562
change(esp_hw_support): use new retention api to implement gdma retention
2024-05-14 19:34:37 +08:00
b7b90fc394
change(wifi): use new retention api to implement wifi mac and bb retention
2024-05-14 19:34:32 +08:00
0cb0890145
change(esp_hw_support): modify system and modem clock to support modem domain power down
2024-05-14 17:50:59 +08:00
031f56e294
change(esp_hw_support): some system peripherals to use a retention module number
2024-05-14 17:50:59 +08:00
83cb32cd70
feat(esp_hw_support): implement of sleep retention module initialize and dependency management
2024-05-14 17:50:59 +08:00
38b3341863
change(esp_hw_support): modify the style of module argument from bitmap to number
2024-05-14 17:50:59 +08:00
7d738cae1c
change(esp_hw_support): rename interface name of get modules bitmap to get created modules
2024-05-14 17:50:59 +08:00
44644845f3
change(esp_hw_support): rename sleep retention module to created module
2024-05-14 17:50:59 +08:00
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
1751ffe936
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20240318_v5.1' into 'release/v5.1'
...
feat(tools): update openocd version to v0.12.0-esp32-20240318 (v5.1)
See merge request espressif/esp-idf!30046
2024-05-14 17:44:07 +08:00
784e95b2d7
Merge branch 'fix/fix_some_esp32c6_wifi_bugs_v5.1' into 'release/v5.1'
...
fix(wifi): fix some wifi bugs (Backport v5.1)
See merge request espressif/esp-idf!30820
2024-05-14 15:18:51 +08:00
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
07edad1af5
fix(wifi): fix some wifi bugs (Backport v5.1)
2024-05-14 11:33:42 +08:00
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
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
ca9c86da77
Merge branch 'set_gdb_remotetimeout_v5.1' into 'release/v5.1'
...
tools(gdbinit): set remote timeout for the gdb connection (v5.1)
See merge request espressif/esp-idf!30806
2024-05-13 23:07:14 +08:00
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
ce2c90fcce
change(gdbinit): set remote timeout for the gdb connection
2024-05-13 13:49:35 +02:00
7e4a26970e
ble: update sdkconfig.defaults.esp32c6 file for blufi example
2024-05-13 17:49:35 +08:00
130b5a03e1
ble: update sdkconfig.defaults.esp32c2 file for blufi example
2024-05-13 17:49:35 +08:00
45b9ccfb1f
ble: optimize bt cmakelists.txt file
2024-05-13 17:49:35 +08:00
5e2679a02f
ble: support only legacy adv and slave function on esp32c2
2024-05-13 17:49:35 +08:00
d41515f948
refactor(hal/usb): Add new USB PHY related HAL API
...
This commit adds/updates the USB PHY related HAL APIs. The following changes
are made:
- Updated 'usb_wrap_hal.h' API
- Added 'usb_serial_jtag_hal.h' API
2024-05-13 17:36:34 +08:00
4f996fc421
feat(hal/usb): Update USB WRAP and USJ LL
...
- Added LL cap macros to distinguish feature differences between the LLs of
different targets:
- '..._LL_EXT_PHY_SUPPORTED' indicates whether the USB WRAP/USJ supports
routing to an external FSLS PHY.
- Added 'usb_wrap_types.h' and 'usb_serial_jtag_types.h' to provide types used
in LLs.
- Fixed some spelling/naming issues as part of code-spell pre-commit
2024-05-13 17:36:34 +08:00
06821a8fe6
refactor(hal/usb): Refactor usb_wrap_ll.h
...
This commit rewrite the 'usb_wrap_ll.h' API as follows:
- All APIs renamed from 'usb_fsls_phy_ll_...()' to 'usb_wrap_ll_...()'
- APIs now match their equivalent counter parts in 'usb_serial_jtag_ll.h'
2024-05-13 17:36:33 +08:00
c776d40df1
refactor(hal/usb): Remove usb_fsls_phy_ll.h
...
For targets that only contain a USJ peripheral (and not a DWC OTG), their
'usb_fsls_phy_ll.h' headers only contain a single function
('usb_fsls_phy_ll_int_jtag_enable()') whose feature is already covered by
functions in 'usb_serial_jtag_ll.h'. Thus, this header is redundant.
This commit does the following:
- Remove 'usb_fsls_phy_ll.h' for targets that only contain a USJ peripheral
- Rename 'usb_fsls_phy_[hal|ll].[h|c]' to `usb_wrap_[hal|ll].[h|c]` for targets
that contain a DWC OTG peripheral. This better reflects the underlying peripheral
that the LL header accesses.
2024-05-13 17:36:33 +08:00
75498cdb7a
refactor(hal/usj): Add USB PHY related functions to USJ LL
2024-05-13 17:36:32 +08:00
57ef28a6c6
docs(gpio): add description for gpio_force_hold_all & gpio_force_unhold_all
...
Closes https://github.com/espressif/esp-idf/issues/13186
2024-05-13 16:24:56 +08:00
9808619d52
Merge branch 'bugfix/fix_gpio_etm_multi_task_v5.1' into 'release/v5.1'
...
fix(gpio_etm): allow one GPIO binds to multiple ETM tasks (v5.1)
See merge request espressif/esp-idf!30457
2024-05-13 15:59:44 +08:00
2e21a74d85
docs(esp_pm): Adding notes on configuring GPIOs when using PD_TOP sleep
...
Closes https://github.com/espressif/esp-idf/issues/13143
2024-05-13 15:58:15 +08:00
9ac8768650
fix(nimble): Free controller memory if init fails
2024-05-13 12:00:16 +05:30
ae1cf0594c
Merge branch 'doc/update_bt_sleep_process_v5.1' into 'release/v5.1'
...
docs: Update the process of Bluetooth entering sleep in the sleep_modes.rst(v5.1)
See merge request espressif/esp-idf!30734
2024-05-13 14:29:06 +08:00
bbd9fe21f3
Merge branch 'backport/support_tls1_3_v5.1' into 'release/v5.1'
...
https_mbedtls: update example to support TLS 1.3 connection
See merge request espressif/esp-idf!30606
2024-05-13 14:11:02 +08:00
cb98558051
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.1' into 'release/v5.1'
...
Fixed some BT and BLE bugs 2404 (backport v5.1)
See merge request espressif/esp-idf!30784
2024-05-13 14:01:24 +08:00
7ad7f84f0f
Merge branch 'bugfix/fix_ble_issues_5.1' into 'release/v5.1'
...
fix(nimble): Bugfix/fix ble issues 5.1
See merge request espressif/esp-idf!30246
2024-05-13 13:55:15 +08:00
10a837db5f
fix(wifi): fix the tx issue when mesh packet lifetime remain equal to zero
2024-05-13 11:31:13 +08:00
a79bd17e39
Merge branch 'bugfix/bt_bss_in_extram_v5.1' into 'release/v5.1'
...
fix(bt): Fix missing linker symbol when ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY enabled(backport v5.1)
See merge request espressif/esp-idf!30636
2024-05-13 11:01:50 +08:00
af5579d3f2
Merge branch 'bugfix/hf_local_param_null_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): allocate memory for control block of HFP Audio Gateway (v5.1)
See merge request espressif/esp-idf!30441
2024-05-13 11:00:04 +08:00
309ec787b9
Merge branch 'doc/update_espnow_example_v5.1' into 'release/v5.1'
...
docs(wifi): change the magic varible from int to uint32_t on the receiving side (v5.1)
See merge request espressif/esp-idf!30308
2024-05-13 10:44:42 +08:00
db65d0b71e
Merge branch 'feature/disable_pmk_caching_v5.1' into 'release/v5.1'
...
feat(esp_wifi): Provide API to disable PMK caching (v5.1)
See merge request espressif/esp-idf!30290
2024-05-13 10:43:22 +08:00
80de3e63a9
Merge branch 'bugfix/fix_ble_appearance_v5.1' into 'release/v5.1'
...
Fixed BLE appearance category ranges (v5.1)
See merge request espressif/esp-idf!30286
2024-05-13 10:43:05 +08:00
a2bbd59755
Merge branch 'support/esp_sleep_enable_ext1_wakeup_io_v5.1' into 'release/v5.1'
...
Support/esp sleep enable ext1 wakeup io(backport v5.1)
See merge request espressif/esp-idf!30164
2024-05-13 10:42:20 +08:00
17e072ea01
Merge branch 'bugfix/add_workaround_for_ble_rtc_hw_issue_backport_v5.1' into 'release/v5.1'
...
fix(ble): add workaround for ble RTC not enabled issue (v5.1)
See merge request espressif/esp-idf!30133
2024-05-13 10:40:36 +08:00
50da12dafc
Merge branch 'feat/set_cpu_freq_after_pm_config_changed_v5.1' into 'release/v5.1'
...
fix(esp_pm): update CPU frequency immediately after updating pm_config (v5.1)
See merge request espressif/esp-idf!30071
2024-05-13 10:39:28 +08:00
eb639cd917
Merge branch 'bugfix/ble_mesh_heartbeat_filter_add_v5.1' into 'release/v5.1'
...
Fix(ble_mesh):fix error condition for heartbeat filter adding node address (v5.1)
See merge request espressif/esp-idf!29987
2024-05-13 10:38:27 +08:00
ffbb69e9d5
Merge branch 'change/add_convt_from_hci_state_to_esp_state_v5.1' into 'release/v5.1'
...
change(bt/bluedroid): Use BTC util to convert HCI status to ESP status (v5.1)
See merge request espressif/esp-idf!29922
2024-05-13 10:37:35 +08:00
3e151e836f
Merge branch 'bugfix/dpp_auth_deinit_crash_v51' into 'release/v5.1'
...
Fix issues with DPP stop listen and DPP auth data deinit (Backport v5.1)
See merge request espressif/esp-idf!29702
2024-05-13 10:37:09 +08:00
7f127429d3
Merge branch 'bugfix/sdp_remove_record_no_evt_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fixed the crash caused by using illegal pointers during SDP deinit(v5.1)
See merge request espressif/esp-idf!29943
2024-05-13 10:18:47 +08:00
5056683c0a
Merge branch 'feature/add_api_to_send_vendor_hci_cmd_v5.1' into 'release/v5.1'
...
Feature/add api to send vendor hci cmd (backport v5.1)
See merge request espressif/esp-idf!30226
2024-05-13 10:16:50 +08:00
a5d0406c74
Merge branch 'bugfix/handle_missing_free_v5.1' into 'release/v5.1'
...
fix(nimble): Handle missing free in application (v5.1)
See merge request espressif/esp-idf!29888
2024-05-12 16:21:56 +08:00
12fd2435ea
fix(nimble): Expose API to set RPA Timeout
2024-05-12 13:50:14 +05:30
bce9b7ad4b
fix(nimble): Removed code for termination upon signed write operation failure
2024-05-12 13:50:14 +05:30
e4083fd321
fix(nimble): Fix compilation issues when CCCD is set to 0
2024-05-12 13:50:14 +05:30
d7bfdee87b
fix(nimble): Fix for Vulnerability CVE_2024_24746
2024-05-12 13:50:14 +05:30
fec0bb07f6
fix(nimble): Add support for data length change evt
2024-05-12 13:50:14 +05:30
28f8c9d228
fix(nimble): Fix the size of num_packets in dtm event
2024-05-12 13:50:14 +05:30
0bda7fb520
fix(nimble): Remove extra code in reattempt connection
2024-05-12 13:50:14 +05:30
d8e072fd8a
fix(nimble): Change reconnection scheme
2024-05-12 13:50:14 +05:30
7ff783db6a
fix(nimble): Handle auto connection flag for extended connect
2024-05-12 13:50:14 +05:30
26eb624879
fix(nimble): Added support for deleting the oldest bonded device across reboot
2024-05-12 13:50:14 +05:30
a51364c76f
fix(nimble): Fix compilation issues and Minor enhancements to esp_hid
2024-05-12 13:50:14 +05:30
0e0ac035dd
fix(nimble): Fixed compilation issues on disabling security
2024-05-12 13:50:14 +05:30
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
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
db06b4ac2a
feat(ble/bluedroid): Support BLE command status debug log
2024-05-11 14:40:24 +08:00
da961e3c75
fix(ble/controller): Update esp32 bt-lib (4012cfb)
...
- Fixed BLE coex assert
- Fixed BLE DTM status and tx count
2024-05-11 14:40:13 +08:00
c3c56b9a75
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(c23ab4c)
...
- Support QA test vendor HCI command and event
2024-05-11 14:38:58 +08:00
08d3e74353
fix(ble/controller): Fixed LoadProhibited after bluetooth deinit
2024-05-11 14:38:53 +08:00
fecd966e5a
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(5274796)
...
- Fixed extended uncoded and coded scan scheduling
- Add config for channel assessment and ping procedure
- Clear random address for extended advertising
- Add periodic advertising list check
- Fixed periodic advertising data setting with zero length
2024-05-11 14:38:47 +08:00
2798e62787
feat(ble/controller): Add coexist schm for BLE
2024-05-11 14:38:40 +08:00
d6df155da2
feat(bt): Update bt lib for ESP32(e314148)
...
- Support QA test vendor HCI command and event
2024-05-11 14:37:13 +08:00
c6414934b0
fix(bt/controller): Update bt lib for ESP32(5838b68)
...
- Fixed BLE scan assert
- Fixed assert(10,0) in lld_pdu
- Add BLE scan backoff in menuconfig
2024-05-11 14:37:06 +08:00
0cdccd57e9
fix(bt/controller): Use embedded assembly to get access to DPORT registers
2024-05-11 14:36:57 +08:00
517a27ed26
Merge branch 'fix/rd_stored_link_key_error_v5.1' into 'release/v5.1'
...
fix(bt): fix some issues in bt controller(backport v5.1)
See merge request espressif/esp-idf!29977
2024-05-11 11:31:39 +08:00
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
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
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
3f35154c0b
Merge branch 'bugfix/uart_bitrate_max_value_c2_v5.1' into 'release/v5.1'
...
fix(uart): correct C2 UART_BITRATE_MAX value (v5.1)
See merge request espressif/esp-idf!30460
2024-05-10 22:58:37 +08:00
81bd6ac6a5
Merge branch 'bugfix/gpio_drive_cap_v5.1' into 'release/v5.1'
...
fix(gpio): add workaround to ensure correct IO drive strength for C3 and S3 (v5.1)
See merge request espressif/esp-idf!30467
2024-05-10 22:58:17 +08:00
3e5ad6fb24
Merge branch 'fix/increase_26mhz_esp32c2_slow_clock_calibration_wdt_threshold_v5.1' into 'release/v5.1'
...
fix(esp_system): increase 26Mhz esp32c2 slow clock calibration timeout watchdog threshold (v5.1)
See merge request espressif/esp-idf!30573
2024-05-10 22:57:54 +08:00
50c01e118b
Merge branch 'doc/auto_suspend_disabled_by_default_v5.1' into 'release/v5.1'
...
doc(flash): fix auto suspend enabled by default issue (v5.1)
See merge request espressif/esp-idf!30254
2024-05-10 22:57:18 +08:00
33b5b78e36
Merge branch 'feature/parlio_tx_nonblock_queue_v5.1' into 'release/v5.1'
...
feat(parlio_tx): support non-blocking transaction queue (v5.1)
See merge request espressif/esp-idf!29722
2024-05-10 22:56:32 +08:00
a2b9a076b7
Merge branch 'bugfix/unsupport_partial_receive_on_esp32_v5.1' into 'release/v5.1'
...
fix(rmt): Fix the RMT RX filter not working correctly on esp32/s2 (v5.1)
See merge request espressif/esp-idf!30078
2024-05-10 22:55:59 +08:00
f981039355
Merge branch 'esp32p4/deterministic_ecdsa_support_v5.1' into 'release/v5.1'
...
Add operation successful check in ECDSA (v5.1)
See merge request espressif/esp-idf!30181
2024-05-10 20:36:15 +08:00
6aa5c43b70
Merge branch 'feature/add_documentation_for_external_flash_encryption_v5.1' into 'release/v5.1'
...
flash_encryption_docs: Add documentation regarding enabling flash encryption externally through espefuse tool (v5.1)
See merge request espressif/esp-idf!30522
2024-05-10 20:35:11 +08:00
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
14b3dff0db
Merge branch 'feature/mbedtls_error_str_config_v5.1' into 'release/v5.1'
...
feat(mbedtls): add kconfig option for MBEDTLS_ERROR_C (v5.1)
See merge request espressif/esp-idf!30105
2024-05-10 20:32:01 +08:00
23d76b5495
Merge branch 'bugfix/nvs_enc_test_v5.1' into 'release/v5.1'
...
fix(tests): correct the flash write length for NVS encrypted test (v5.1)
See merge request espressif/esp-idf!30604
2024-05-10 20:31:51 +08:00
3bf7ff3d48
Merge branch 'docs/external_flash_5.1' into 'release/v5.1'
...
docs(idf_py): Describe the option to configure esptool.py with --extra-args (backport to v5.1)
See merge request espressif/esp-idf!30322
2024-05-10 20:26:18 +08:00
e2d9d68f5a
Merge branch 'refactor/idf_tools_version_v5.1' into 'release/v5.1'
...
refactor(idf_tools): IDF version is acquired only from version or header file (backport v5.1)
See merge request espressif/esp-idf!29742
2024-05-10 20:14:07 +08:00
c8c6a4fdd4
Merge branch 'fix/exit_asyncio_gracefully_v5.1' into 'release/v5.1'
...
fix: exit gracefully when process started via asyncio is terminated (v5.1)
See merge request espressif/esp-idf!30384
2024-05-10 20:13:10 +08:00
c90091490f
Merge branch 'update/release_v5_1_4' into 'release/v5.1'
...
Update version to 5.1.4
See merge request espressif/esp-idf!30736
2024-05-10 13:44:57 +08:00
d7b0a45ddb
versions: Update to v5.1.4
2024-05-09 18:35:18 +08:00
9d8842f3ff
Merge branch 'bugfix/libphy_chips_20240430_v5.1' into 'release/v5.1'
...
Bugfix/libphy chips 20240430 v5.1
See merge request espressif/esp-idf!30578
2024-05-09 12:08:10 +08:00
a62df0920b
docs: Update the process of Bluetooth entering sleep in the sleep_modes.rst
2024-05-09 11:28:36 +08:00
3004af48e6
update c3 s3 c6 libphy fix coex reset and bug
2024-05-08 17:15:09 +08:00
43d48bb23f
docs/Flash encryption: Add encrypted partitions section
2024-05-07 10:41:08 +05:30
63ae667750
fix(nimble): Deselect MBEDTLS_ECP_RESTARTABLE when mbedTLS is used
2024-05-06 15:21:05 +05:30
cc0485e40d
change(bt): Rename linker script file names and symbol names
...
1. rename linker files
2. support memory release in case that ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY is enabled
3. improve the implementation of memory release
2024-05-06 16:39:46 +08:00
d01f09044e
fix(bt): Fix missing linker symbol when ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY enabled
...
1. Closes https://github.com/espressif/esp-idf/issues/10427
2. add two linker script to unify linker script symbols for BT libraries
3. The memory release functions have also been simplified
2024-05-06 16:38:10 +08:00
28d1fc1214
docs(esp_ringbuf): Corrected example code block
...
* Closes https://github.com/espressif/esp-idf/issues/13730
2024-05-06 10:28:32 +02:00
6cad71d638
fix: Update https_mbedtls example to fix TLS v1.2 connection
2024-05-02 16:58:29 +05:30
07f2cbeb0c
fix(esp-tls): Use TLS 1.2 and TLS 1.3 simultaneously
...
This commit fixes the issue with TLS 1.2 connection when TLS 1.3 is
enabled in config.
2024-05-02 16:57:50 +05:30
ff03fd934a
fix(esp-tls): Retry reads if using session tickets with TLS 1.3
...
Fixed the error that occurred while performing OTA upgrades over
TLS 1.3 connection. After handshake is completed, post-handshake message
is received and internal state is changed. While performing mbedtls_ssl_read(),
it checks handshake state and if it is not MBEDTLS_SSL_HANDSHAKE_OVER,
mbedtls_ssl_handshake is called again.
2024-05-02 16:55:34 +05:30
01631ffcb4
https_mbedtls: update example to support TLS 1.3 connection
...
- make server verification mandatory (previously it was optional)
- add PSA crypto init API and handling for session ticket event
- coding style fixes
2024-05-02 16:55:20 +05:30
bc82323e3f
fix(tests): correct the flash write length for NVS encrypted test
...
Write only till the embedded file size in the NVS partition. Earlier
the length was kept as the whole partition size and it could result
in accessing embedded rodata beyond the MMU mapped range.
2024-05-02 16:54:13 +05:30
499b579986
esp_tls: add initial support for TLS 1.3 connection
2024-05-02 16:53:37 +05:30
79c0c6609b
fix(esp_eth): dp83848: correct link detection to use BMSR
...
Reading the link state via PHYSTS was incorrect, as it only reflects the
link state bit from BMSR. BMSR latches link down events, and are not
cleared without being read. (See 802.3-2008 section 2, section 22.2.4.2.13)
This leads to the original DP828xx code only supporting link up, then a
single link down event.
Switch to reading the link state via BMSR, but continuing to read the
negotiation results via PHYSTS and ANLPAR. This is inline with
LAN8720x, RTL8201, KSZ80xx phy drivers, and other opensource drivers for
the DP838xx family of devices.
Tested on a private board with a DP83825i PHY. No publically available
boards using the original DP83848 are known of for testing.
Signed-off-by: Karl Palsson <karl.palsson@marel.com >
2024-04-30 16:09:01 +08:00
9a91fba9f2
feat(esp_wifi): Update FTM PHY Compensation with calibration
2024-04-30 12:11:29 +08:00
6e1659c233
fix(esp_system): increase 26Mhz esp32c2 slow clock calibration timeout watchdog threshold
2024-04-30 11:47:18 +08:00
d06c758489
Merge branch 'bugfix/fix_scan_get_ap_number_issue_v5.1' into 'release/v5.1'
...
fix(wifi): fixed scan get ap number issue(Backport v5.1)
See merge request espressif/esp-idf!30569
2024-04-30 11:42:46 +08:00
26a2f687e7
fix(wifi): fixed scan get ap number issue
2024-04-30 10:53:28 +08:00
26d6e7563d
docs(idf_py): Describe the option to configure esptool.py with --extra-args
2024-04-29 15:20:27 +02:00
24dc97b296
Merge branch 'fix/fix_some_esp32c6_twt_bugs_v5.1' into 'release/v5.1'
...
fix(wifi): fix some esp32c6 wifi bugs (Backport v5.1)
See merge request espressif/esp-idf!30412
2024-04-29 15:02:00 +08:00
8f602988d9
feat(openthread): move iperf dependency into cli extension
2024-04-28 16:45:48 +08:00
ad0de2103b
feat(openthread): support openthread ephemeral key
2024-04-28 16:32:28 +08:00
fdbdf6036f
fix(wifi): fix some esp32c6 wifi bugs (Backport v5.1)
2024-04-28 16:24:49 +08:00
9103290f57
fix(openthread): Fix openthread mtd joiner config
...
* Fix openthread-core-esp32x-mtd-config.h: OPENTHREAD_CONFIG_JOINER_ENABLE macro value
* On ESP32 MTD devices Joiner role functionality was not working even if 'Joiner enable' was checked in SDK config because 0 was defined in OPENTHREAD_CONFIG_JOINER_ENABLE macro. Value modified to 1 to resolve the issue. Tested and working on ESP32 H2 MTD device.
* Closes: https://github.com/espressif/esp-idf/pull/13473
2024-04-28 16:21:48 +08:00
db57aa3ae7
fix(esp_eth): made access to PHY registers for DM9051 more robust
2024-04-25 20:19:07 +08:00
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
c57bfa3737
fix(gpio_etm): allow one GPIO binds to multiple ETM tasks
2024-04-24 17:10:03 +08:00
204de70570
fix(gpio): add workaround to ensure correct IO drive strength for C3 and S3
2024-04-24 16:59:42 +08:00
b00844ca57
fix(uart): correct C2 UART_BITRATE_MAX value
2024-04-24 16:19:51 +08:00
c38a3544ca
fix(bt/bluedroid): allocate memory for control block of HFP Audio Gateway in its initialization when dynamic memory is wnabled
2024-04-24 08:28:15 +08:00
a2cc142a54
docs(vfs): update esp_vfs_register_fd api description
...
Closes https://github.com/espressif/esp-idf/issues/11586
2024-04-23 15:25:12 +02:00
0de3c3b572
fix: exit gracefully when process started via asyncio is terminated
...
Currently when process is started through asyncio Runner and it is termited
e.g. with SIGINT(ctrl+c) a traceback is printed instead of gracefully
exit.
Exception ignored in: <function BaseSubprocessTransport.__del__ at 0x7fe980970900>
Traceback (most recent call last):
File "/usr/lib64/python3.12/asyncio/base_subprocess.py", line 129, in __del__
self.close()
File "/usr/lib64/python3.12/asyncio/base_subprocess.py", line 107, in close
proto.pipe.close()
File "/usr/lib64/python3.12/asyncio/unix_events.py", line 568, in close
self._close(None)
File "/usr/lib64/python3.12/asyncio/unix_events.py", line 592, in _close
self._loop.call_soon(self._call_connection_lost, exc)
File "/usr/lib64/python3.12/asyncio/base_events.py", line 793, in call_soon
self._check_closed()
File "/usr/lib64/python3.12/asyncio/base_events.py", line 540, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
This is caused because asyncio Runner context in asyncio.run is closing the event
loop and if exception is unhandled in coroutine(run_command) the transport is not
closed before the even loop is closed and we get RuntimeError: Event loop is closed
in the transport __del__ function because it's trying to use the closed
even loop.
Let's catch asyncio.CancelledError in case the process we are trying to
read from is terminated, print message, let the asyncio finish and exit
gracefully.
Closes https://github.com/espressif/esp-idf/issues/13418
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-04-22 11:51:32 +02:00
2fd087b246
Merge branch 'fix/ieee802154_include_header_issue_v5.1' into 'release/v5.1'
...
Fix/ieee802154 include header issue (backport v5.1)
See merge request espressif/esp-idf!30331
2024-04-22 15:40:14 +08:00
00e2c89149
feat(openthread): add max csmabackoffs for transmission
2024-04-22 10:31:18 +08:00
1e5858b57a
fix(vfs): add eventfd_select_block test case
2024-04-22 10:31:13 +08:00
3cf5243562
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:55 +02:00
c2aad3d28a
fix(linenoise): Skip 0x00 to 0x1F character in dump mode
...
Skipping through the non printable character assures that
in dumb mode, any special keys will not lead to the cursor
movement.
2024-04-19 07:49:25 +02:00
3766ebbd70
fix(console): bug where backspace erases the prompt in dumb mode
2024-04-19 07:46:32 +02:00
b2cc9800d0
bugfix(ble): workaround to avoid ble rtc not work when power up
2024-04-19 08:44:43 +08:00
f0d0463a93
fix(ieee802154): fix ieee802154 next operation acquire lock in interrupt
2024-04-18 11:34:25 +08:00
4528d2299d
fix(ieee802154): fix ieee802154 include header file issue and unused value issue
2024-04-18 11:33:51 +08:00
c686e23038
Merge branch 'bugfix/fix_lmac_end_frame_exchange_sequence_assert_issue_v5.1' into 'release/v5.1'
...
fix(wifi): fixed lmacEndFrameExchangeSequence assert issue(Backport v5.1)
See merge request espressif/esp-idf!30316
2024-04-18 11:29:08 +08:00
2622be4328
Merge branch 'bugfix/fixed_coex_asset_on_esp32c2_v5.1' into 'release/v5.1'
...
Bugfix/fixed coex asset on esp32c2 v5.1
See merge request espressif/esp-idf!30301
2024-04-18 11:28:45 +08:00
151976a2c2
fix(ble/bluedroid): Fixed set BLE appearance value
2024-04-17 20:40:44 +08:00
b562ceb8c1
fix(freertos): Fix broken portable macro portTRY_ENTER_CRITICAL_SAFE()
...
This commit fixes a bug where the portTRY_ENTER_CRITICAL_SAFE() for the
Xtensa and RISC-V FreeRTOS ports were broken as it did not correctly use
the timeout parameter.
Merges: https://github.com/espressif/esp-idf/pull/13022
2024-04-17 13:42:12 +02:00
c58e1e2ec5
fix(wifi): fixed lmacEndFrameExchangeSequence assert issue
2024-04-17 19:36:03 +08:00
9c79a2333d
docs(wifi): update the docmentation for sniffer API
...
Closes https://github.com/espressif/esp-idf/issues/10740
2024-04-17 16:18:16 +08:00
6f2f5e8bb7
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:18:08 +08:00
f22ac0ff82
ble: fixed an occasional assertion issue in coexistence scenarios on ESP32C2
2024-04-17 14:55:29 +08:00
e4fe67f7c2
ble: fixed the bt cmakelist error when use nimble host only
2024-04-17 14:54:54 +08:00
fb854f0d51
ci(otatool): fix test failure caused due to closing connection incorrectly
2024-04-17 10:16:28 +05:30
a4cda66e30
feat(esp_wifi): Provide API to disable PMK caching
2024-04-17 09:40:37 +05:30
9b142a9f72
doc(flash): fix auto suspend enabled by default issue
2024-04-16 23:02:42 +08:00
045b013796
fix(console): Fsync not propagated to secondary output
...
Calls to fsync need to also be propagated to secondary
output when CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG
is enabled.
Closes https://github.com/espressif/esp-idf/issues/13162
2024-04-16 08:35:44 +02:00
c432c692fa
Merge branch 'bugfix/howsmyssl_cert_update_v5.1' into 'release/v5.1'
...
fix(examples): update root certificate for howsmyssl endpoint (v5.1)
See merge request espressif/esp-idf!30204
2024-04-16 10:58:26 +08:00
4476ff475e
fix(openthread): increase factory app size in ot_br partition table
2024-04-15 20:54:26 +08:00
ccc7edb965
docs(pm): add description for ext1
2024-04-15 20:33:07 +08:00
b8c6179355
change(pm): add ext1 new api
2024-04-15 20:33:02 +08:00
45f5714beb
fix(ble/bluedroid): Fixed adv not restart due to disconnection reason 0x3e
2024-04-13 15:41:49 +08:00
cc2e293d7c
feat(bt/common): Add bluerooth hci layer data stream record
2024-04-13 15:41:15 +08:00
070f6b4c9a
feat(bt/bluedroid): add api to setnd vendor hci command
2024-04-13 12:57:55 +08:00
eefcec929e
fix(ble/bluedroid): fixed bluedroid host DTM API
2024-04-13 11:47:44 +08:00
fc5bd26340
feat(ble/bluedroid): Add APIs for BLE direct test mode on bluedroid host
2024-04-13 11:45:04 +08:00
b5347ef02b
feat(hal/ecdsa): Add HAL API for operation successful check
2024-04-12 11:14:10 +05:30
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
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
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
ac3087ea36
Merge branch 'bugfix/gptimer_alarm_config_in_sram_v5.1' into 'release/v5.1'
...
feat(gptimer): check the alarm config is not in flash (v5.1)
See merge request espressif/esp-idf!30135
2024-04-12 09:08:41 +08:00
592b7a9b80
Merge branch 'bugfix/fix_some_wifi_bugs_240411_v5.1' into 'release/v5.1'
...
fix(wifi): fixed some wifi issue 240411(Backport v5.1)
See merge request espressif/esp-idf!30187
2024-04-12 09:08:14 +08:00
a1f97563cc
fix(ble_mesh): fix error condition for heartbeat filter adding node address
2024-04-11 20:24:43 +08:00
8fc57142a3
update invalid links in the ble mesh example documentation
2024-04-11 20:23:50 +08:00
ea6e8653f6
bugfix(ble_mesh): Avoid provisioner handling messages from nodes that have already left the network.
2024-04-11 20:23:50 +08:00
35d5ea1104
Merge branch 'bugfix/config_sae_compile_error_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant): Compile error when CONFIG_SAE is disabled (v5.1)
See merge request espressif/esp-idf!30178
2024-04-11 16:09:45 +08:00
edbf44b290
fix(wifi): fixed some wifi issue
...
1. sync multi antenna gpio register from IDF
2. fixed multicast address qos frames issue
3. fixed task watchdog got triggered by esp_wifi_stop issue
2024-04-11 15:33:43 +08:00
9abd010153
Merge branch 'fix/heap-calloc-fail-wrong-size_v5.1' into 'release/v5.1'
...
fix(heap): Wrong size propagated in alloc fail callback of heap_caps_calloc() (backport v5.1)
See merge request espressif/esp-idf!30091
2024-04-11 15:19:10 +08:00
6f20668b24
fix(wifi): fix multicast address qos frames issue
2024-04-11 14:54:37 +08:00
32c8c5805d
Merge branch 'bugfix/fix_rtc_cntl_v5.1' into 'release/v5.1'
...
[S3]fix(rtc_cntl_reg.h): fix RTC_CNTL_SLAVE_PD_M
See merge request espressif/esp-idf!30170
2024-04-11 14:12:24 +08:00
3826f2b828
Merge branch 'bugfix/fix_coded_phy_s8_tx_issue_v5.1' into 'release/v5.1'
...
fix(esp_phy): fixed BLE coded phy s8 tx issue in coexistence scenarios (backport v5.1)
See merge request espressif/esp-idf!30173
2024-04-11 13:59:47 +08:00
2ac6e7345f
fix(wpa_supplicant): Compile error when CONFIG_SAE is disabled
...
Closes https://github.com/espressif/esp-idf/issues/13553
2024-04-11 11:18:58 +05:30
468732a4d2
docs: add note about newly added mbedtls config to reduce app size footprint
2024-04-11 11:51:53 +08:00
7b6622b5b6
feat(mbedtls): add kconfig option for MBEDTLS_ERROR_C
...
Disabling this config can reduce footprint for the cases where
mbedtls_strerror() is used and hence the debug strings are getting
pulled into the application image.
2024-04-11 11:51:53 +08:00
661d066872
fix(esp_phy): update phylib for C3, S3, C2 and C6
...
- fixed BLE coded phy s8 tx issue in coexistence scenarios
- fixed ESP32-C3 and ESP32-S3 BLE RX issue
- optimize ESP32-C3 and ESP32-S3 light sleep current
2024-04-10 20:35:34 +08:00
58848946af
[S3]fix(rtc_cntl_reg.h): fix RTC_CNTL_SLAVE_PD_M
2024-04-10 19:51:25 +08:00
a8f833a912
Merge branch 'fix/fix_pmu_power_domain_initialize_order_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): fix pmu power domain initialize order (v5.1)
See merge request espressif/esp-idf!30152
2024-04-10 17:23:55 +08:00
d82b572ecd
Merge branch 'bugfix/i2c_timeout_issue_v5.1' into 'release/v5.1'
...
fix(i2c): fix issues related to timeout and alive interval tick (backport v5.1)
See merge request espressif/esp-idf!29980
2024-04-10 16:44:22 +08:00
ddd2c5b418
fix(esp_hw_support): fix pmu power domain initialize order
2024-04-10 10:07:58 +08:00
4a497e1212
feat(gptimer): check the alarm config is not in flash
...
related to https://github.com/espressif/esp-idf/issues/13543
2024-04-09 17:33:26 +08:00
d1c17f96f6
Merge branch 'fix/pmp_idcache_prot_c6_h2_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): Fix the flash I/DROM region PMP protection (v5.1)
See merge request espressif/esp-idf!30023
2024-04-08 17:52:23 +08:00
2c794ee423
fix(heap): Wrong size propagated in alloc fail callback
...
Propagate `n * size` as the size of the failed allocation
instead of just `size` when heap_caps_calloc() fails since
`n * size` is the actual number of bytes that the heap
component tried to allocate.
2024-04-08 08:42:49 +02:00
491f4af657
fix(rmt): fix the counting clock used by rx filter on esp32/s2
...
is always APB, independent to the channel clock selection
Closes https://github.com/espressif/esp-idf/issues/13510
2024-04-08 11:50:37 +08:00
75a4f0e2b7
feat(tools): update openocd version to v0.12.0-esp32-20240318
2024-04-08 03:34:56 +08:00
67137791cd
fix(bt/bluedorid): Fixed crash caused by using illegal pointer
2024-04-07 19:08:41 +08:00
75c0c89de3
fix(bt/bluedorid): Fixed no event when removing an invalid SDP record
2024-04-07 19:08:41 +08:00
4a754c735d
fix(esp_pm): update CPU frequency immediately after updating pm_config
...
Closes https://github.com/espressif/esp-idf/issues/13492
2024-04-07 14:46:48 +08:00
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
93b2297dc1
fix(usb_serial_jtag): Fix issue that buffer seems not flush when TX buffer is full and flush slow,
...
Closes https://github.com/espressif/esp-idf/issues/12628
2024-04-07 10:46:37 +08:00
28e2ab09ea
fix(driver): Add docs and driver fix for the case where a full EP does not cause the host to pickup the data
2024-04-07 10:46:34 +08:00
46d402d22e
Merge branch 'bugfix/wpa3_ap_ci_crash_v5.1' into 'release/v5.1'
...
fix(esp_wifi): Fix crash when assoc req comes before confirm is processed
See merge request espressif/esp-idf!29950
2024-04-07 10:35:12 +08:00
368b7eb3fc
Merge branch 'fix/add_phy_private_dslp_callback_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): move deepsleep phy callback before PLL disable (v5.1)
See merge request espressif/esp-idf!30014
2024-04-07 10:24:39 +08:00
e9b4e6f00c
fix(gcov): fix exceptions on gcov task_tick_hook
...
Closes https://github.com/espressif/esp-idf/issues/13511
2024-04-03 15:29:36 +04:00
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
a1471a9291
Merge branch 'bugfix/aud-5252_v5.1' into 'release/v5.1'
...
backport v5.1: fix the issue of modem hang caused by incorrect configuration of power and isolate signals
See merge request espressif/esp-idf!30008
2024-04-03 19:03:09 +08:00
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
f839fa089a
fix(esp_hw_support): Fix the flash I/DROM region PMP protection
2024-04-03 15:51:39 +05:30
b0d7c5ac40
fix(esp_hw_support): move deepsleep phy callback before PLL disable
2024-04-03 14:11:18 +08:00
4254953374
fix(esp_hw_support): fixed modem hang caused by incorrect configuration of power and isolate signals
2024-04-03 10:49:31 +08:00
a64d8b12c8
fix(esp_wifi): Fix crash when assoc req comes before confirm is processed
2024-04-03 00:04:14 +05:30
d7c4968d3c
feat(ble): add cca related config in c6, h2 and c2
2024-04-02 19:55:37 +08:00
8e140779e7
change(ble): support ble light sleep using ext 32k xtal on C2
2024-04-02 19:55:36 +08:00
142af33ded
ble: update esp32c2 lib to 7a428d35
2024-04-02 19:25:51 +08:00
056754317c
ble: update esp32h2 and esp32c6 lib to 39c6e050
2024-04-02 19:25:37 +08:00
90cf9c42d7
ble : adjust the log initialization sequence of ESP32C6 and ESP32H2
2024-04-02 19:25:10 +08:00
4c896cbb3a
fix(i2c): fix issues related to timeout and alive interval tick
...
Fixes https://github.com/espressif/esp-idf/issues/4999
Former usage of I2C_CMD_ALIVE_INTERVAL_TICK macro overrode the ticks_to_wait
parameter when the latter was too big
2024-04-02 10:43:00 +08:00
3796715228
fix(bt): fix some issues in bt controller
...
1: fixed the incorrect timeing in reporting HCI_Link_Key_Type_Changed.
2: fixed the incorrect iv value during resuming encryption.
3: fixed the incorrect return with hci command rd_stored_link_key.
2024-04-02 09:37:45 +08:00
d1baafb8c0
Merge branch 'bugfix/fix_call_to_header_event_callback_v5.1' into 'release/v5.1'
...
fix: Fix call to event_handler on on_header state of HTTP Client (v5.1)
See merge request espressif/esp-idf!29955
2024-04-01 20:41:02 +08:00
ce225dfc1a
Revert "fix(esp_http_client): Call event_handler after header value is received"
...
This reverts commit 04ac8e43db
.
Fixes https://github.com/espressif/esp-idf/issues/13497
Fixes https://github.com/espressif/esp-idf/issues/13097
2024-04-01 13:19:57 +05:30
a355214a16
Merge branch 'bugfix/fix_coex_ld_issue_v5.1' into 'release/v5.1'
...
fix(wifi): fix coex ld issue (v5.1)
See merge request espressif/esp-idf!29916
2024-04-01 14:08:58 +08:00
7a598cd561
fix(espcoredump): Reconfigure the stack guard when using custom coredump stack
2024-04-01 10:57:56 +08:00
63d71b1bcd
fix(log): Fix wrap-around of cache generation counter
...
Closes https://github.com/espressif/esp-idf/issues/6516
2024-03-29 17:32:03 +03:00
92a184d482
Merge branch 'bugfix/dpp_example_init_error_v5.1' into 'release/v5.1'
...
fix(wifi/example): Fix dpp example init error (v5.1)
See merge request espressif/esp-idf!29860
2024-03-29 19:47:50 +08:00
6c015fd05e
fix(wifi): fix coex ld issue
2024-03-28 21:19:27 +08:00
a0d6d5c714
fix(nimble): Handle missing free in application
2024-03-28 08:51:07 +05:30
1dc8ace8c7
change(bt/bluedroid): Use BTC util to convert HCI status to ESP status
2024-03-28 10:19:00 +08:00
c4b99b73db
fix(esp_timer): Force to go light sleep ignoring ESP_ERR_SLEEP_REJECT
2024-03-27 19:49:33 +02:00
6fc71b750d
ci(esp_eth): increased L2 test wait for connection timeout
2024-03-27 12:59:55 +01:00
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
27b553eb38
fix(ble): fix ci ble powe save test addresss error
2024-03-25 15:59:32 +08:00
5c2a003f91
refactor(soc): Remove soc/usb_types.h
...
This header has been removed for the following reasons:
- Header is misplaced. 'xxx_types.h' headers should be placed in the 'hal'
component.
- The 'usb_xxx_endpoint_t' should be placed in the 'xxx_struct.h' header.
2024-03-22 15:21:52 +08:00
3073673669
refactor(soc): Rename usb_otg_periph to usb_dwc_periph
...
- Renamed usb_otg_periph.h/c to usb_dwc_periph.h/c to match naming convention
of other DWC OTG related files
- Added compatibility header for usb_otg_periph.h
2024-03-22 15:21:51 +08:00
93e2cbcc77
refactor(soc): Deprecate usb pin mappings
...
usb_pins.h and usb_periph.h/c lists mappings of USB DWC signals to GPIOs used
to connect to external FSLS PHYs. However, those signals can be routed to any
GPIOs via the GPIO matrix. Thus, these mapping are meaningless and have been
deprecated.
2024-03-22 15:21:51 +08:00
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
d23b7a0361
Merge branch 'bugfix/wps_reg_regression_v5.1' into 'release/v5.1'
...
fix(esp_wifi): Fixed regression caused by 02d6704a
when wpa_supplicant debug logs enabled (!29701 )
See merge request espressif/esp-idf!29754
2024-03-22 13:53:44 +08:00
c642c72713
Merge branch 'bugfix/fix_softap_coex_start_issue_v5.1' into 'release/v5.1'
...
fix(wifi): fix softap coex start issue, no wifi request if wifi is not used at idle
See merge request espressif/esp-idf!29771
2024-03-22 10:46:26 +08:00
01548764f6
fix(wifi): fix softap coex start issue, no wifi request if wifi is not used at idle
2024-03-21 19:16:55 +08:00
cb71476ff3
fix(log): Fixed incorrect argument type in hexdump log functions
...
Closes https://github.com/espressif/esp-idf/issues/13347
Thanks @matthew-8925
2024-03-21 15:11:09 +08:00
13fea024e5
refactor(idf_tools): IDF version is acquired only from version or header file
...
Closes https://github.com/espressif/esp-idf/issues/13385
2024-03-20 07:54:39 +01:00
d2b674622c
fix(esp_wifi): Fix regression caused by 02d6704a
when supplicant logs enabled
2024-03-20 11:03:20 +05:30
bd1fb233f7
fix(storage/fatfs): make wl_fatfsgen.py safe mode aware
2024-03-19 09:30:14 +01:00
8bacd5aab3
feat(parlio_tx): support non-blocking transaction queue
2024-03-19 13:15:15 +08:00
9f7eacb089
Merge branch 'fix/ci_flash_counter_v5.1' into 'release/v5.1'
...
fix(spi_flash): Fix spi_flash counter test on CI (backport v5.1)
See merge request espressif/esp-idf!29710
2024-03-19 11:54:42 +08:00
29f78cea74
Merge branch 'feature/refactor_ftm_code_v5.1' into 'release/v5.1'
...
Refactor and improve FTM code (Backport v5.1)
See merge request espressif/esp-idf!29713
2024-03-19 11:39:48 +08:00
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
aead2f3205
Merge branch 'bugfix/wps_crash_issue_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant): Avoid dereferencing a dangling function pointer in WPS (Backport v5.1)
See merge request espressif/esp-idf!29701
2024-03-18 21:23:26 +08:00
9afa5e53c0
fix(spi_flash): Fix spi_flash counter test on CI
2024-03-18 20:23:55 +08:00
4bdbb79b34
Merge branch 'bugfix/add_authmode_wpa_wpa2_wpa3_psk_v5.1' into 'release/v5.1'
...
esp_wifi: Handle case when AP advertises WPA, WPA2 and WPA3 securities simultaneously and other bugfixes (Backport v5.1)
See merge request espressif/esp-idf!29689
2024-03-18 19:49:15 +08:00
f12d65357f
Merge branch 'bugfix/flash_enc_write_ram_v5.1' into 'release/v5.1'
...
fix(spi_flash): Fix that internal RAM has no enough space to put all stuff inside (backport v5.1)
See merge request espressif/esp-idf!29657
2024-03-18 19:41:32 +08:00
4325d5c9c5
fix(bt): fix gcc 13.1.0 warnings
2024-03-18 14:55:22 +05:30
aef69dffb3
fix(wpa_supplicant): Cancel offchannel listen operations before sending dpp fail
...
- Ensure that offchannel listening operations are cancelled before sending dpp
fail events
2024-03-18 14:37:33 +05:30
36f3cbf369
fix(wpa_supplicant): Ensure dpp auth structure is deinited in dpp task context
...
- Ensure that the dpp auth data gets deinited only in DPP task context to ensure
that there are no concurrency issues in usage of DPP auth data.
2024-03-18 14:37:30 +05:30
02d6704a30
fix(wpa_supplicant): Improve execution flow for WPS registrar public APIs
...
Make sure that WPS registrar public APIs do not modify supplicant
data in application task context. Execute API functionlity in eloop
context to prevent protential race conditions.
2024-03-18 12:44:59 +05:30
e1502fb99e
fix(wifi): Avoid dereferencing a dangling function pointer in WPS supplicant
...
Avoid dereferencing a dangling function pointer in 'eap_server_sm_deinit()'.
This issue arises when hostap unregisteres EAP methods before it removes
the server state machine for station.
2024-03-18 12:44:53 +05:30
a02adef4f6
fix(example): fixed app partition is too small for binary size
2024-03-18 14:15:45 +08:00
d9b42232bd
fix(esp_wifi): Improvements in scan and connect path
...
* Improvements in scan and connect path as per specifications along with
minor bugfixes
* When AP advertises all PSK modes (WPA, WPA2 and WPA3), make sure that
station treats it as WPA2_WPA3_PSK mixed mode.
2024-03-18 14:15:45 +08:00
7d16878564
Merge branch 'bugfix/make_coexist_callback_safe_v5.1' into 'release/v5.1'
...
fix(bt/controller): Fixed some bugs in esp32 bt controller (v5.1)
See merge request espressif/esp-idf!29683
2024-03-18 11:30:57 +08:00
819fbf9a68
Merge branch 'bugfix/cve-2023-52160_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant): (PEAP client) Update Phase 2 auth requirements (v5.1)
See merge request espressif/esp-idf!29676
2024-03-17 19:24:44 +08:00
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
8af8f5840c
Merge branch 'bugfix/fix_the_spiram_malloc_issue_in_wifi_mesh_v5.1' into 'release/v5.1'
...
fix(wifi): fixed the spiram malloc issue in wifi mesh (v5.1)
See merge request espressif/esp-idf!29630
2024-03-15 20:11:20 +08:00
c90f4fce9c
fix(bt/controller): Fixed some bugs in esp32 bt controller
...
1. fixed crash issue in coexist callback
2. fixed wrong LMP message send when expect peer device increase tx power to max
2024-03-15 19:08:51 +08:00
88cd813311
feat(openthread): support configuring indicator color of openthread device
2024-03-15 17:38:44 +08:00
7155146f9c
fix(vfs): fix eventfd select
2024-03-15 17:38:28 +08:00
089113c6db
Merge branch 'doc/update_espnow_doc_v5.1' into 'release/v5.1'
...
docs(wifi): Updated the LMK description in ESP-NOW (v5.1)
See merge request espressif/esp-idf!29670
2024-03-15 17:23:56 +08:00
6f9cc06b30
fix(wpa_supplicant): (PEAP client) Update Phase 2 auth requirements
...
The previous PEAP client behavior allowed the server to skip Phase 2
authentication with the expectation that the server was authenticated
during Phase 1 through TLS server certificate validation. Various PEAP
specifications are not exactly clear on what the behavior on this front
is supposed to be and as such, this ended up being more flexible than
the TTLS/FAST/TEAP cases. However, this is not really ideal when
unfortunately common misconfiguration of PEAP is used in deployed
devices where the server trust root (ca_cert) is not configured or the
user has an easy option for allowing this validation step to be skipped.
Change the default PEAP client behavior to be to require Phase 2
authentication to be successfully completed for cases where TLS session
resumption is not used and the client certificate has not been
configured. Those two exceptions are the main cases where a deployed
authentication server might skip Phase 2 and as such, where a more
strict default behavior could result in undesired interoperability
issues. Requiring Phase 2 authentication will end up disabling TLS
session resumption automatically to avoid interoperability issues.
Allow Phase 2 authentication behavior to be configured with a new phase1
configuration parameter option:
'phase2_auth' option can be used to control Phase 2 (i.e., within TLS
tunnel) behavior for PEAP:
* 0 = do not require Phase 2 authentication
* 1 = require Phase 2 authentication when client certificate
(private_key/client_cert) is no used and TLS session resumption was
not used (default)
* 2 = require Phase 2 authentication in all cases
2024-03-15 13:22:10 +05:30
30d070ea72
docs(wifi): Updated the LMK description in ESP-NOW
...
Closes https://github.com/espressif/esp-idf/issues/12976
2024-03-15 15:10:09 +08:00
0bef269ac0
Merge branch 'fix/fix_curses_py312_v5.1' into 'release/v5.1'
...
Fix Access Violation Error on Windows with Python 3.12 (v5.1)
See merge request espressif/esp-idf!29510
2024-03-15 13:45:00 +08:00
b2123cc7ff
Merge branch 'bugfix/sdspi_acmd41_arg_v5.1' into 'release/v5.1'
...
fix(sdmmc): fixes for card initialization (ACMD41) (v5.1)
See merge request espressif/esp-idf!29377
2024-03-15 13:44:39 +08:00
59d686ed3c
Merge branch 'bugfix/fix_maximum_value_of_config_rtc_clk_cal_cycles_bug_v5.1' into 'release/v5.1'
...
ESP All Chip: fixed the maximum value of config RTC_CLK_CAL_SYCLES bug (v5.1)
See merge request espressif/esp-idf!29649
2024-03-15 13:44:18 +08:00
8d3b3dfefa
Merge branch 'bugfix/fix_some_wifi_coexist_issue_v5.1' into 'release/v5.1'
...
fix(coex): fix some wifi coexist issue v5.1
See merge request espressif/esp-idf!29660
2024-03-15 12:27:58 +08:00
9eb22e688c
Merge branch 'bugfix/fix_fastmem_slowmem_lost_data_bug_v5.1' into 'release/v5.1'
...
[C3/S3]Fix sleep fast_mem & slow_mem may lost bug (v5.1)
See merge request espressif/esp-idf!29641
2024-03-15 11:30:44 +08:00
4885b77b47
Merge branch 'bugfix/fix_s3_bbpll_cali_fail_bug_v5.1' into 'release/v5.1'
...
fix: fix s3 bbpll calibration fail bug (v5.1)
See merge request espressif/esp-idf!29645
2024-03-15 11:30:22 +08:00
7f2dfdb38e
fix(wifi): fixed the spiram malloc issue in wifi mesh
...
Closes https://github.com/espressif/esp-idf/issues/13285
2024-03-15 11:12:44 +08:00
583c8665f4
feat(coex): support to scan long time on channel, fix coexist sync issue
2024-03-15 10:49:18 +08:00
c8901276b7
example: add custom partition table for mesh manual networking
2024-03-15 10:49:18 +08:00
dfebf6cbbe
feat(coex): improve Wi-Fi connecting compatibility at coexistence
2024-03-15 10:49:18 +08:00
cb0fd9010b
fix(clk): clear all lpclk source at clk init
2024-03-15 10:49:18 +08:00
3e526ef774
Merge branch 'bugfix/supplicant_disconnect_process_v5.1' into 'release/v5.1'
...
esp_wifi: Fix bug in esp_wifi_deauthenticate_internal() & wpa_supplicant: Add parameter to configure reason code of deauth frame (Backport v5.1)
See merge request espressif/esp-idf!29622
2024-03-14 22:08:25 +08:00
e1eaa7b5d3
Merge branch 'feat/move_ag_cb_malloc_to_btc_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): Moved the memory allocation of HF AG control blocks to BTC module (v5.1)
See merge request espressif/esp-idf!29632
2024-03-14 21:10:26 +08:00
723519cf67
fix(spi_flash): Fix that internal RAM has no enough space to put all stuff inside
2024-03-14 19:40:14 +08:00
5340a56af1
fix(spi_flash): Improve encryption write performance, Closes https://github.com/espressif/esp-idf/issues/12553
2024-03-14 19:38:11 +08:00
85ae8bfd5a
fix(openthread): using atomic variable for buffer count
2024-03-14 17:18:16 +08:00
65b652ad34
feat(openthread): enable RCP uart configuration for BR by default
2024-03-14 17:18:05 +08:00
9f8e6dff24
feat(openthread): add different led color for openthread devices
2024-03-14 17:17:22 +08:00
d50b336afd
fix: fix_maximum_value_of_config_rtc_clk_cal_cycle_bug
2024-03-14 16:12:17 +08:00
3b7a934498
fix: fix s3 bbpll cali fail bug
2024-03-14 15:45:37 +08:00
9680d3fa81
fix: fix sleep fast_mem & slow_mem may lost bug
2024-03-14 15:03:49 +08:00
7be8274b3a
Merge branch 'fix/support_gcm_soft_fallback_for_non_aes_ciphers_v5.1' into 'release/v5.1'
...
fix(mbedtls/gcm): Add support for software fallback for non-AES ciphers in a GCM operation (v5.1)
See merge request espressif/esp-idf!29251
2024-03-14 14:02:11 +08:00
344c5d1fce
fix(wifi): fix bug in 'esp_wifi_deauthenticate_internal' and other improvements
2024-03-14 11:24:27 +05:30
e5059dffec
fix(wpa_supplicant): Add some bugfixes in wpa_supplicant
...
1) Add parameter to configure reason code of deauth frame
2) Add logs to indicate MIC failure 4-Way-Handshake
3) Process RSNXE capabilities only if AP advertises them
2024-03-14 11:23:05 +05:30
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
7c20d54953
fix(sdmmc): extend the maximum number of retries of ACMD41
...
According to the application note in SD Card Physical Specification:
> The host shall set ACMD41 timeout more than 1 second to abort repeat
of issuing ACMD41 when the card does not indicate ready. The timeout
count starts from the first ACMD41 which is set voltage window
in the argument.
Previously, the timeout was exactly one second, and this caused
certain larger-capacity cards to "time out", because they couldn't
finish initialization process in time.
2024-03-14 13:49:23 +08:00
7ff2886c84
fix(sdmmc): use correct argument for ACMD41 in SPI mode
...
ACMD41 argument is different between SD mode and SPI mode.
In SPI mode, the only non-zero bit may be the HCS bit. Unlike the SD
mode, the bits reflecting the host's OCR should be zero.
Previously, we used to set these bits the same way as for the SD mode.
This has caused certain cards to fail initializing, apparently their
controllers have checked the ACMD41 argument more strictly and refused
to finish initialization, resulting in an error such as
sdmmc_common: sdmmc_init_ocr: send_op_cond (1) returned 0x107
(Note that this error may have other causes than the one fixed in
this commit. For example, if the card doesn't have a sufficient and
stable power supply, it may also fail to complete the internal
initialization process, and will never clear the busy flag in R1
response.)
Closes https://github.com/espressif/esp-idf/issues/6686
Closes https://github.com/espressif/esp-idf/issues/10542
2024-03-14 13:49:23 +08:00
5059908d08
Merge branch 'fix/fatfs_sdmmc_triming_v5.1' into 'release/v5.1'
...
fix(storage/fatfs): check whether sdcard supports trimming (v5.1)
See merge request espressif/esp-idf!28336
2024-03-14 13:47:00 +08:00
2d900158ce
Merge branch 'ci/create_esp-dockerfile_MR_after_tools.json_updated_v5.1' into 'release/v5.1'
...
CI: created job and script for creating MR to esp-dockerfiles, added script execution to CI pipeline (v5.1)
See merge request espressif/esp-idf!28130
2024-03-14 13:46:24 +08:00
0fcd6a7c73
feat(bt/bluedroid): Moved the memory allocation of HF AG control blocks to BTC module
2024-03-14 10:53:11 +08:00
8b48f33304
Merge branch 'bugfix/reduce_memory_footprint_of_sae_pk_v5.1' into 'release/v5.1'
...
fix(wifi): Reduce memory footprint for scan when SAE-PK is enabled (v5.1)
See merge request espressif/esp-idf!27654
2024-03-14 10:52:50 +08:00
96888a9ad6
Merge branch 'bugfix/flash_mxic_chip_v5.1' into 'release/v5.1'
...
fix(spi_flash): Fix MXIC chip flash size detected wrong (backport v5.1)
See merge request espressif/esp-idf!29611
2024-03-14 10:46:13 +08:00
374e54ca78
Merge branch 'bugfix/workaround_reset_eof_counter_c3_v5.1' into 'release/v5.1'
...
fix(adc): workaround to fix adc continuous get less results on c3 (v5.1)
See merge request espressif/esp-idf!29137
2024-03-14 10:44:23 +08:00
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
9706e5a274
Merge branch 'bugfix/nvs_lock_initi_and_multipage_blob_v5.1' into 'release/v5.1'
...
Bugfix/nvs Improved handling of BLOB during unreliable power environment and concurrent data access scenarios (v5.1)
See merge request espressif/esp-idf!29321
2024-03-13 23:10:02 +08:00
0c26579d2b
Merge branch 'feature/add_doc_for_p4_v5.1' into 'release/v5.1'
...
docs(nimble): Added gpio configuration table for esp32p4 (v5.1)
See merge request espressif/esp-idf!29600
2024-03-13 20:37:42 +08:00
b884b3788e
Merge branch 'bugfix/update_disabling_hmac_jtag_method_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): update hmac toggle method due to discrepency in ROM code (v5.1)
See merge request espressif/esp-idf!29531
2024-03-13 20:20:52 +08:00
db2a037329
Merge branch 'bugfix/hpm_dc_default_disabled_v5.1' into 'release/v5.1'
...
spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart (v5.1)
See merge request espressif/esp-idf!26656
2024-03-13 19:50:59 +08:00
9bada8c1da
Merge branch 'save_twdt_to_coredump_v5.1' into 'release/v5.1'
...
feat(coredump): save twdt panic output to coredump elf file (v5.1)
See merge request espressif/esp-idf!29509
2024-03-13 19:50:17 +08:00
ed4d8752c1
Update README.md
...
Fix typo
2024-03-13 17:09:31 +05:30
4af88f7458
fix(spi_flash): Fix MXIC chip flash size detected wrong,
...
Closes https://github.com/espressif/esp-idf/issues/12222
2024-03-13 18:51:36 +08:00
663d42f5be
Merge branch 'feat/newlib-add-aligned-alloc_v5.1' into 'release/v5.1'
...
feat(newlib): Add definition of aligned_alloc to heap.c (backport v5.1)
See merge request espressif/esp-idf!29471
2024-03-13 17:52:51 +08:00
a8a178a480
Merge branch 'docs/esp_event_doc_fix_v5.1' into 'release/v5.1'
...
docs(esp_event): Fixed mistake in API docs (v5.1)
See merge request espressif/esp-idf!29564
2024-03-13 17:51:50 +08:00
c045e98092
Merge branch 'contrib/github_pr_12785_v5.1' into 'release/v5.1'
...
Provide ulp_adc_deinit() API to fix ADC1 handle leakage (GitHub PR) (v5.1)
See merge request espressif/esp-idf!28456
2024-03-13 17:31:19 +08:00
d6105439b7
docs(nimble): Added gpio configuration table for esp32p4
2024-03-13 14:02:49 +05:30
8507136b58
feat(openthread): add cli in openthread sleep example
2024-03-13 14:53:43 +08:00
b1586cc041
fix(tcp_transport): Fix coverity report regarding tcp_transport
2024-03-13 11:25:12 +05:30
1d8b484cce
fix(esp_wifi): Reduce memory footprint for scan when SAE-PK is enabled
...
Use bss information cached in wifi library to get RSNXE capabilities
instead of storing bss information again in supplicant and accessing it.
2024-03-13 10:48:07 +05:30
5710425216
Merge branch 'bugfix/reconnect_host_based_v5.1' into 'release/v5.1'
...
fix(nimble): Added ble_host_rpa_enabled flag for address resoultion for esp32 (v5.1)
See merge request espressif/esp-idf!29570
2024-03-13 12:55:07 +08:00
9ceabe7959
Merge branch 'docs/fix_spiram_mistake_v5.1' into 'release/v5.1'
...
docs(heap): Fixed mistake in the heap allocator docs (v5.1)
See merge request espressif/esp-idf!29589
2024-03-13 11:32:06 +08:00
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
123f8e6714
fix(examples/modbus): fix modbus slave examples may process event flags incorrectly (Backport v5.1)
2024-03-13 10:56:26 +08:00
9fe40d424d
Merge branch 'bugfix/ble_update_lib_20240306_v5.1' into 'release/v5.1'
...
update lib on release/v5.1
See merge request espressif/esp-idf!29436
2024-03-13 10:18:33 +08:00
0a0c74ae1b
docs(heap): Fixed mistake in the heap allocator docs
...
Closes https://github.com/espressif/esp-idf/issues/13353
2024-03-13 09:46:54 +08:00
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
c3f335817b
fix(nvs): Fixed Page::findItem performance degradation caused by wrong condition before hash map use
...
The condition enabling use of hash map when page is searched for Item was modified
to correct the bug introduced by commit addressing delete of any BLOB_INDEX Items.
This correction returns the performance of findItem to the state before previous change.
2024-03-12 16:27:36 +01:00
2acac6b848
fix(nvs): Adopted CMakeLists for host test if IDF v5.1
2024-03-12 16:27:36 +01:00
0d3bbed981
fix(nvs): Improved lockig mechanism for initialization phase
2024-03-12 16:27:36 +01:00
a1750801f6
fix(nvs): eraseMultiPageBlob to robustly delete all related BLOB_DATA records and respect VER_ANY
2024-03-12 16:27:36 +01:00
66b2a50066
fix(nvs): corrected findItem to return BLOB_DATA when chunkIndex = CHUNK_ANY
2024-03-12 16:27:36 +01:00
9a9ef9d843
fix(nvs): added check and erase of mismatched BLOB_DATA on init
2024-03-12 16:27:36 +01:00
ee836d236f
fix(nvs): prevent out of bounds write if blob data is inconsistent
2024-03-12 16:27:36 +01:00
86ec111525
fix(nimble): Added ble_host_rpa_enabled flag for address resoultion for esp32
2024-03-12 20:53:43 +05:30
a4916eb8a6
Merge branch 'bugfix/fix_strict_prototype_hid_v5.1' into 'release/v5.1'
...
fix(nimble): Address compilation errors when strict-prototype is enabled (v5.1)
See merge request espressif/esp-idf!29541
2024-03-12 23:00:59 +08:00
3991a987f1
Merge branch 'bugfix/fix_some_wifi_bugs_240311_v5.1' into 'release/v5.1'
...
fix(wifi): fix some wifi issues(Backport v5.1)
See merge request espressif/esp-idf!29565
2024-03-12 22:44:19 +08:00
7a235d5bae
feat: LittleFS bump version to 1.14.2
2024-03-12 20:58:14 +08:00
61b5121c38
feat: LittleFS bump version to 1.13.0
2024-03-12 20:58:14 +08:00
0bec1976b1
feat(example/storage/littlefs): add LittleFS demo example
2024-03-12 20:58:14 +08:00
ec16fa7dd5
fix(wifi): fix some amsdu issue
...
1. fix qos encapsulated eapol issue
2. fix qos eapol eb data length issue
3. eapol arp and dhcp add flag PP_F_PER_PKT_RATE
4. fix lmac_stop_hw_txq issue
5. limit the number of sub amsdu
6. fix recycle cache sub amsdu eb issue
2024-03-12 19:01:09 +08:00
4ae8d2179d
fix(wifi): fix lmac_stop_hw_txq issue
2024-03-12 19:01:09 +08:00
0aadc3ec2a
fix(wifi): fix some wifi issues
...
1. fix qos encapsulated eapol issue
2. fixed dhcp offer and dhcp ack data rates
2024-03-12 19:01:09 +08:00
becd279fd7
fix(example): fixed app partion is too small for binary size
2024-03-12 19:01:09 +08:00
b7e382e0a5
fix(wifi): fix smart config bssid set issue
2024-03-12 19:01:09 +08:00
5d1b6b7b99
feat(coredump): save twdt panic output to coredump elf file
2024-03-12 10:40:29 +01:00
7b04776d13
Merge branch 'fix/bbpll_usb_link_error_backport5.1' into 'release/v5.1'
...
fix(esp_phy): Allow WiFi/USB interference workaround option only on supported targets (backport v5.1)
See merge request espressif/esp-idf!29480
2024-03-12 16:28:51 +08:00
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
77ffead00a
ci(mbedtls/gcm): Added test to verify software fallback for non-AES cipher GCM operations
2024-03-12 13:35:54 +05:30
2c85399da0
fix(mbedtls/gcm): Add support for software fallback for non-AES ciphers in a GCM operation
...
- Even if the config MBEDTLS_HARDWARE_AES is enabled, we now support fallback
to software implementation of GCM operations when non-AES ciphers are used.
2024-03-12 13:35:49 +05:30
46ba89c8be
Merge branch 'feature/export_bat_exit_codes_v5.1' into 'release/v5.1'
...
feat(tools): produce correct err code in install/export .bat scripts (v5.1)
See merge request espressif/esp-idf!29545
2024-03-12 15:12:15 +08:00
8cb2aa4fd3
fix(esp_hw_support): update hmac toggle method due to discrepency in ROM code
...
Need to update the HMAC enable/disable method due to discrepancy in ROM code
across different targets for the ets_hmac_disable() API.
2024-03-12 12:27:39 +05:30
7c82811e70
feat(newlib): Add definition of aligned_alloc to heap.c
...
Add the definition of aligned_alloc to the list of
definitions provided by heap.c.
Note that memalign (strictly equivalent) to aligned_alloc
is already defined in heap.c.
2024-03-12 14:07:53 +08:00
f93025b7f9
Merge branch 'feat/exposed_gap_service_macros_to_menuconfig_v5.1' into 'release/v5.1'
...
feat(nimble): Exposed macros used by GAP service to menuconfig (v5.1)
See merge request espressif/esp-idf!29505
2024-03-12 12:22:23 +08:00
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
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
b0fb3bbe01
Merge branch 'bugfix/fix_some_ble_bugs_240310_v5.1' into 'release/v5.1'
...
Bugfix/fix some ble bugs 240310 v5.1(backport v5.1)
See merge request espressif/esp-idf!29518
2024-03-12 10:56:25 +08:00
635ab30377
Merge branch 'coredump_refactoring_v5.1' into 'release/v5.1'
...
Coredump refactoring (v5.1)
See merge request espressif/esp-idf!29502
2024-03-12 10:54:35 +08:00
8519d3c509
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs 2403 (backport v5.1)
See merge request espressif/esp-idf!29466
2024-03-12 10:54:06 +08:00
d7649cbc4d
change(ulp): added test for ulp adc init/deinit
2024-03-12 10:52:06 +08:00
39a5f73a75
fix(ulp_adc): Provide ulp_adc_deinit() API to fix ADC1 handle leakage
2024-03-12 10:52:06 +08:00
6ab8948502
doc(spi_flash): hide unsupported optional features
2024-03-12 10:48:08 +08:00
194ea85ee8
spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart
2024-03-12 10:48:08 +08:00
311c899bee
docs(esp_event): Fixed mistake in API docs
...
Closes https://github.com/espressif/esp-idf/issues/13346
2024-03-12 10:33:10 +08:00
dc384fcb4d
Merge branch 'bugfix/gap_connect_failed_with_0x0d_v5.1' into 'release/v5.1'
...
fix(nimble): Revise the help section for the Kconfig macro BLE_RPA_TIMEOUT (v5.1)
See merge request espressif/esp-idf!29493
2024-03-11 23:10:55 +08:00
9ddaaca46d
Merge branch 'bugfix/add_esp_timer_get_expiry_time_v5.1' into 'release/v5.1'
...
fix(nimble): Add support for esp_timer_get_expiry_time to nimble porting layer (v5.1)
See merge request espressif/esp-idf!29463
2024-03-11 22:36:26 +08:00
bdfa644d5f
Merge branch 'feature/usb_hs_periodic_scheduler_v5.1' into 'release/v5.1'
...
feat(usb/host): Update ISOC scheduler for HS endpoints (backport 5.1)
See merge request espressif/esp-idf!29398
2024-03-11 21:20:35 +08:00
2f89804e5c
fix(esp_phy): Allow WiFi/USB interference workaround option only on supported targets
...
"Enable USB when phy init" Kconfig option would call esp_phy function
`phy_bbpll_en_usb()` that is not implemented for all targets.
Selecting this option for unsupported target results in linking error.
The necessity of this workaround is now defined soc_caps.h rather than
in the Kconfig.
Closes https://github.com/espressif/esp-idf/issues/12185
2024-03-11 20:21:54 +08:00
e78e9a9558
Merge branch 'bugfix/expose_baud_rate_in_menu_v5.1' into 'release/v5.1'
...
fix(nimble): Exposed the baud rate for hci uart in menuconfig (v5.1)
See merge request espressif/esp-idf!29489
2024-03-11 20:09:45 +08:00
74e3970cfe
feat(nimble): Exposed macros used by GAP service to menuconfig (v5.1)
2024-03-11 17:25:30 +05:30
ab7708bdee
fix(nimble): Address compilation errors when strict-prototype is enabled
2024-03-11 17:22:13 +05:30
cac867d92e
Merge branch 'feat/read_multiple_variable_length_v5.1' into 'release/v5.1'
...
feat(nimble): read multiple variable length characteristics (v5.1)
See merge request espressif/esp-idf!29129
2024-03-11 19:50:03 +08:00
b5425ffa5c
feat(bt/bluedroid): Add ext adv and privacy status check
2024-03-11 18:03:26 +08:00
2fc2876109
fix(bt/bluedroid): Fixed "reprot" typo in esp_ble_gap_ext_adv_reprot_t
2024-03-11 18:03:26 +08:00
01cd47c663
fix(bt/example): Use correct struct type
2024-03-11 18:03:26 +08:00
dc63404d06
fix(bt/blufi): Fixed BluFi module link error(C++ hybrid compilation)
2024-03-11 18:03:26 +08:00
7d197cfd0d
fix(bt/bluedroid): Fixed crash when calculating GATTS database hash
2024-03-11 18:03:26 +08:00
c2528a0eff
fix(bt): Update bt lib for ESP32(5ea2fca)
...
- Fixed HCI command status event sending for disconnect command
- Fixed LE transmitter test command param check
2024-03-11 18:03:26 +08:00
91589676fc
fix(bt/controller): Fixed 3 esp32 bt controller bugs
...
update esp32 bt-lib (952debf4)
1. Increased the length of queue for coexist requestions
2. fix(bt/controller): Cleared BT SNIFF when no connections exists
3. fix(bt/controller): Corrected a typo in coex module
2024-03-11 18:03:26 +08:00
b098010c1e
fix(bt): Update bt lib for ESP32(2de69f3)
...
- Fixed HCI command status event send when LLCP busy
2024-03-11 18:03:26 +08:00
672775bc17
fix(ble/bluedroid): Fixed BLE BLE periodic advertising parameter check
2024-03-11 18:01:27 +08:00
2e34e6c02c
fix(ble/bluedroid): Fixed BLE crash when repeatedly initialize and deinitialize host
2024-03-11 18:01:27 +08:00
7ec19d4268
refactor(espcoredump): simplify uart/flash write flow
2024-03-11 17:12:41 +08:00
210d06e7e4
refactor(espcoredump): replace uart and flash callbacks with aliases
2024-03-11 17:12:41 +08:00
25e69d8f01
refactor(espcoredump): keep checksum context in coredump stack
2024-03-11 17:12:41 +08:00
b3b87e1b47
feat(tools): produce correct err code in export/install .bat scripts
...
Plus unify labels to begin with underscore
2024-03-11 10:02:50 +01:00
78c72ca62b
ble(update):
...
Update h2 lib to d0218de8
Update c6 lib to d0218de8
2024-03-11 15:49:59 +08:00
9b32ce4903
fix(nimble): Add support for esp_timer_get_expiry_time to nimble porting layer
2024-03-11 12:58:27 +05:30
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
1b5ada37a8
fix(openthread): configurations for openthread examples
2024-03-11 14:09:38 +08:00
e9fcccf271
Merge branch 'bugfix/mbo_api_flag_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant):Add MBO config flag for mbo apis(v5.1)
See merge request espressif/esp-idf!28697
2024-03-11 14:04:45 +08:00
0a3407f379
fix(nimble): Revise the help section for the Kconfig macro BLE_RPA_TIMEOUT
2024-03-11 10:22:02 +05:30
13141a060b
Merge branch 'features/uart_host_only_tut_v5.1' into 'release/v5.1'
...
docs(nimble): Improved documentation for uart host only example (v5.1)
See merge request espressif/esp-idf!29491
2024-03-11 12:51:09 +08:00
88605c0ae0
fix(nimble): Exposed the baud rate for hci uart in menuconfig
2024-03-11 10:20:43 +05:30
e5058945ea
feat(nimble): read multiple variable length characteristics (v5.1)
2024-03-11 10:19:31 +05:30
52224d1d32
fix(wifi):fix issues that in mplen clear and esp_wifi_set_mode
2024-03-11 12:18:39 +08:00
02d5b43f4c
feat(example): modify iperf sdkconfig to imporve iperf performance
2024-03-11 12:16:58 +08:00
3a2f9feec3
fix(wifi): fix esp_wifi_scan_start memory leakage issue
...
Closes https://github.com/espressif/esp-idf/issues/10693
2024-03-11 10:49:18 +08:00
181e305b52
Merge branch 'ci/fix_lwip_default_test_app_v5.1' into 'release/v5.1'
...
ci: build default app for lwip test app
See merge request espressif/esp-idf!29506
2024-03-11 10:45:04 +08:00
b5c19506d1
fix(wpa_supplicant):Add MBO config flag for mbo apis
2024-03-11 10:43:49 +08:00
590c650fc0
Merge branch 'fix/pmp_idcache_reg_prot_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): Fix the I/DCACHE region PMP protection (v5.1)
See merge request espressif/esp-idf!29357
2024-03-08 22:50:10 +08:00
c19dfc68d9
fix(menuconfig): Prevent Access violation on Windows with Python 3.12
...
Closes https://github.com/espressif/esp-idf/issues/13232
2024-03-08 14:25:35 +01:00
bddf56e3d0
ci: build default app for lwip test app
2024-03-08 11:06:21 +01:00
50a2d34be6
Merge branch 'feature/ble_mesh_example_light_driver_v5.1' into 'release/v5.1'
...
feat: replace lightdriver, and support more chips in ble mesh examples(backport v5.1)
See merge request espressif/esp-idf!29456
2024-03-08 14:57:51 +08:00
d6f6f8117c
docs(nimble): Improved documentation for uart host only example
2024-03-08 10:32:45 +05:30
2365871f18
feat: replace lightdriver, and support more chips in ble mesh examples
2024-03-07 10:22:00 +08:00
4d26988f72
Merge branch 'revert-2374a0c0' into 'release/v5.1'
...
Revert "Merge branch 'update/littlefs_demo_example_v5.1' into 'release/v5.1'"
See merge request espressif/esp-idf!29445
2024-03-07 04:30:18 +08:00
0cbe0e0e5f
Revert "Merge branch 'update/littlefs_demo_example_v5.1' into 'release/v5.1'"
...
This reverts merge request !28452
2024-03-06 18:34:14 +01:00
10a0dd5322
Merge branch 'enable_flash_elf_sha_tests_v5.1' into 'release/v5.1'
...
Enable SHA256 coredump flash integrity verification for all targets (v5.1)
See merge request espressif/esp-idf!29039
2024-03-06 22:48:52 +08:00
37c5d1a6cf
Merge branch 'feature/ble_mesh_example_light_driver_v5.1' into 'release/v5.1'
...
feat: replace lightdriver, and support more chips in ble mesh examples(backport v5.1)
See merge request espressif/esp-idf!28920
2024-03-06 20:14:48 +08:00
e994071089
feat: replace lightdriver, and support more chips in ble mesh examples
2024-03-06 14:18:53 +08:00
7452f30907
Merge branch 'bugfix/struct_init_order_blemesh_v5.1' into 'release/v5.1'
...
ble_mesh: example: fix the structure init order to meet C++ requirements(backport v5.1)
See merge request espressif/esp-idf!28927
2024-03-06 14:09:50 +08:00
9f1922d59e
Merge branch 'bugfix/heap_task_includes_v5.1' into 'release/v5.1'
...
fix(heap): fixed missing include in esp_heap_task_info.h (v5.1)
See merge request espressif/esp-idf!29117
2024-03-06 10:20:04 +08:00
43956831c2
Merge branch 'bugfix/fix_phy_pll_track_corner_case_backport_51' into 'release/v5.1'
...
fix(phy): fix pll track when enabling and disabling PHY frequently(Backport V5.1)
See merge request espressif/esp-idf!29387
2024-03-05 12:36:37 +08:00
19022e0904
Merge branch 'contrib/github_pr_13025_v5.1' into 'release/v5.1'
...
Missing include for rom/uart.h (GitHub PR) (v5.1)
See merge request espressif/esp-idf!29361
2024-03-05 12:02:36 +08:00
1f1d252e76
Merge branch 'fix/openthread_alarm_timer_overflow_v5.1' into 'release/v5.1'
...
fix(openthread): fix openthread alarm timer calculation remaining_us overflow issue (backport v5.1)
See merge request espressif/esp-idf!29391
2024-03-05 11:10:12 +08:00
1f1d2b0559
Merge branch 'fix/idf_tools_diff_python_dir_v5.1' into 'release/v5.1'
...
fix(tools): Add additional Python environment checks (v5.1)
See merge request espressif/esp-idf!29383
2024-03-05 11:00:43 +08:00
8aa5610689
Merge branch 'bugfix/fix_flash_encryption_rom_c3_v5.1' into 'release/v5.1'
...
fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled (backport v5.1)
See merge request espressif/esp-idf!29351
2024-03-05 11:00:07 +08:00
44fa82c7c3
Merge branch 'feature/support_gdma_retention_v5.1' into 'release/v5.1'
...
feature: support gdma retention in pd_top lightsleep (v5.1)
See merge request espressif/esp-idf!29089
2024-03-05 10:59:30 +08:00
f87ee9c4ec
Merge branch 'bugfix/fix_c6_wakeup_access_flash_v5.1' into 'release/v5.1'
...
fix(hal): fix esp32c6 clock bug workaround access flash in wakeup process (v5.1)
See merge request espressif/esp-idf!29245
2024-03-05 10:58:14 +08:00
3052c5a461
Merge branch 'fix/segger_sysview_build_v5.1' into 'release/v5.1'
...
fix(app_trace): Fix SystemView build (v5.1)
See merge request espressif/esp-idf!24709
2024-03-05 10:52:35 +08:00
603268efe1
Merge branch 'bugfix/update_spp_doc_v5.1' into 'release/v5.1'
...
docs(bt/bluedroid): update API documents of SPP (v5.1)
See merge request espressif/esp-idf!29171
2024-03-05 10:49:24 +08:00
2d2bfc1962
Merge branch 'feat/reduce_usage_of_iram_when_bt_in_single_mode_v5.1' into 'release/v5.1'
...
change(bt/bluedroid): Redirect app functions in controller based on the bluetooth mode(backport v5.1)
See merge request espressif/esp-idf!29305
2024-03-05 10:48:17 +08:00
69c8490537
Merge branch 'bugfix/fix_issues_in_mesh_and_scan_v5.1' into 'release/v5.1'
...
fix issues in wifi and lwip (v5.1)
See merge request espressif/esp-idf!29187
2024-03-05 10:47:59 +08:00
50eea052a3
Merge branch 'contrib/github_pr_13294_v5.1' into 'release/v5.1'
...
Flush rgb lcd PSRAM framebuffers after allocation (GitHub PR) (v5.1)
See merge request espressif/esp-idf!29394
2024-03-05 10:45:40 +08:00
005e6656be
Merge branch 'feature/add_new_pkg_and_flash_psram_efuses_v5.1' into 'release/v5.1'
...
feat(efuse): Add flash&psram efuses for S3 (v5.1)
See merge request espressif/esp-idf!29143
2024-03-05 10:34:18 +08:00
66e6e7c925
Merge branch 'feat/usb_host_set_device_config_v5.1' into 'release/v5.1'
...
USB Host: Add enumeration callback filter (backport v5.1)
See merge request espressif/esp-idf!28548
2024-03-05 09:47:56 +08:00
a8bd637e73
feat(coredump): use SHA ROM functions for all targets except ESP32
...
For ESP32, continue using mbedtls due to a required ROM patch for the SHA implementation.
For other targets, we can now leverage the ROM functions.
2024-03-04 15:21:58 +01:00
e3e112e612
Merge branch 'fix/examples_format_sd_card_disable_v5.1' into 'release/v5.1'
...
fix(examples): Disable formatting SD cards in storage examples by default (v5.1)
See merge request espressif/esp-idf!29004
2024-03-04 20:48:45 +08:00
c1f26cca62
Merge branch 'bugfix/increase_reattempt_conn_count_v5.1' into 'release/v5.1'
...
fix(nimble): Increase range of reattempt connection count (v5.1)
See merge request espressif/esp-idf!29341
2024-03-04 19:44:11 +08:00
2374a0c04e
Merge branch 'update/littlefs_demo_example_v5.1' into 'release/v5.1'
...
LittleFS demo example added (v5.1)
See merge request espressif/esp-idf!28452
2024-03-04 19:42:31 +08:00
0417eec03e
Merge branch 'fix/console_none_build_issues_v5.1' into 'release/v5.1'
...
fix(console): Fix build issues when CONFIG_ESP_CONSOLE_NONE is enabled (v5.1)
See merge request espressif/esp-idf!29339
2024-03-04 18:04:10 +08:00
afc3ee80e1
fix(esp_lcd): Flush rgb lcd PSRAM framebuffers after allocation
...
Flush PSRAM framebuffers after allocation to avoid visual corruption.
Merges https://github.com/espressif/esp-idf/pull/13294
Closes https://github.com/espressif/esp-idf/issues/13293
2024-03-04 17:39:22 +08:00
c64d0be428
feat(usb/host): Update ISOC scheduler for HS endpoints
...
USB-OTG uses 'sched_info' field of HCTSIZ register to schedule transactions
in USB microframes.
2024-03-04 09:59:50 +01:00
6c9a7da5db
fix(openthread): fix openthread alarm timer calculation remaining_us overflow issue
2024-03-04 15:12:15 +08:00
006c058df5
fix(phy): fix pll track when enabling and disabling PHY frequently
2024-03-04 14:49:32 +08:00
975a86bf8a
Merge branch 'bugfix/usb_host_usbh_callback_misses_action_v5.1' into 'release/v5.1'
...
fix(usb): Fix bug where usbh_process() misses an event (v5.1)
See merge request espressif/esp-idf!29365
2024-03-04 11:37:55 +08:00
cbfdec3e6d
Merge branch 'staging/espcoredump_move_strings_flash_v5.1' into 'release/v5.1'
...
change(espcoredump): save RAM space by placing constants in flash (backport v5.1)
See merge request espressif/esp-idf!29191
2024-03-04 11:21:27 +08:00
594c61add4
fix(wifi): fixed scan and mesh deinit issues
...
1. update scan ap number when clear scan ap records
2. wait for child disconnect when mesh deinit
2024-03-04 10:25:04 +08:00
aefc33b2ce
fix(lwip): Fixed debug format, added ci test config
...
Detailed description of the changes:
- lwip_debug: Fixed string format error in ip6 and napt (espressif/esp-lwip@f5c43549 )
- dns: fix init with only ipv4 enabled (espressif/esp-lwip@5aab73d7 )
2024-03-04 10:25:04 +08:00
dc39b40145
feat(lwip): add fall back dns config in menuconfig
2024-03-04 10:25:04 +08:00
4a21a629c6
fix(tools): Add additional Python installation checks
...
Warn if IDF_PYTHON_ENV_PATH set to a suspicious path with
different ESP-IDF version and/or Python version.
Fail if the virtual environment was created for a different ESP-IDF
version.
Closes https://github.com/espressif/esp-idf/issues/13196
2024-03-01 16:01:03 +01:00
d22c95a3a8
Merge branch 'refactor/protocomm_public_hdr_v5.1' into 'release/v5.1'
...
refactor(protocomm): Make the protocomm `proto-c` headers public (v5.1)
See merge request espressif/esp-idf!29359
2024-03-01 21:42:08 +08:00
9ed7c8b426
feat(tools/test_apps): Add violation tests for the flash I/DROM region
...
- For SoCs supporting PMP
2024-03-01 17:57:17 +05:30
67c4eac799
Merge branch 'bugfix/backport_ble_fixes_v5.1' into 'release/v5.1'
...
Bugfix/backport ble fixes v5.1
See merge request espressif/esp-idf!29291
2024-03-01 20:24:41 +08:00
54f22f7c43
feat(docs): added usb host enumeration filter description
...
- CN and EN docs
2024-03-01 10:15:09 +01:00
e87bb08216
feat(us/host): set device cfg during enumeration
...
- user callback funciton to set device configuration
as a part of usb_host_install
- callback provides device descriptor of a device being enumerated
- user can set which cfg descriptor the USB device will be set with
- user can filter device enumeration
- Kconfig menu to enable callback function
- usb_host_lib example demonstration
2024-03-01 10:15:02 +01:00
e8c901b144
docs: update cn trans usb_host.rst
2024-03-01 09:04:20 +01:00
4236416774
feat(docs): added USB Host Stack Configuration description
2024-03-01 09:04:20 +01:00
86aaec48a0
fix(nimble): fixed missing controller disabled guard in esp_nimble_deinit
2024-03-01 12:54:53 +05:30
fbbf6d2708
fix(nimble): Merge hci_common.h file for all chips
2024-03-01 12:54:53 +05:30
e7302b533c
fix(nimble): Corrected acl data handling code in bleprph_host_only
2024-03-01 12:54:53 +05:30
39c27275c8
feat(nimble): Nimble Host only mode over uart
2024-03-01 12:54:53 +05:30
85befcc45d
feat(nimble): client presentation and aggregate format descriptor support
2024-03-01 12:54:53 +05:30
90c029494f
feat(nimble): signed write support
2024-03-01 12:54:53 +05:30
0dbfe37505
feat(nimble): additional AD types for advertisements
2024-03-01 12:54:53 +05:30
5b0c32e37f
feat(nimble): authorization permission on gatt read and write
2024-03-01 12:54:53 +05:30
b62d94b2a4
fix(nimble): allow auto connection and observer role
2024-03-01 12:54:53 +05:30
39624549e8
Merge branch 'ci/new-known_failure_cases_workflow(v5.1)' into 'release/v5.1'
...
ci: change known_failure_cases workflow(v5.1)
See merge request espressif/esp-idf!27966
2024-03-01 15:03:48 +08:00
f21a43b622
fix(uart): add missing include for rom/uart.h
...
Without this include it fails to compile with this error:
```
esp/esp-idf-v5.2/components/esp_rom/include/esp32/rom/uart.h:262:32: error: implicit declaration of function 'UART_STATUS_REG' [-Werror=implicit-function-declaration]
262 | status = READ_PERI_REG(UART_STATUS_REG(uart_no));
```
Merges https://github.com/espressif/esp-idf/pull/13025
2024-03-01 14:36:50 +08:00
bda0a44eaf
refactor(protocomm): Make the protocomm proto-c
headers public
2024-03-01 10:26:42 +05:30
5fcd908d26
refactor(esp_hw_support): Remove redundant PMP entry for ROM region
...
- The ROM text and data sections share the address range
(see SOC_I/DROM_MASK_LOW - SOC_I/DROM_MASK_HIGH).
- Initially, we had two PMP entries for this address range - one marking the
region as RX and the other as R.
- However, the latter entry is redundant as the former locks the PMP settings.
- We can divide the ROM region into text and data sections later when we
define boundaries marking these regions from the ROM.
2024-03-01 10:25:25 +05:30
5173ba1777
fix(esp_hw_support): Fix the I/DCACHE region PMP protection
2024-03-01 10:25:25 +05:30
9df0678421
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:51:31 +08:00
ef698857d1
fix(usb): Fix bug where usbh_process() misses an event
...
This commit fixes a bug where if multiple concurrent USBH API calls trigger
multiple events on the same device, some events will be lost. As a result,
those lost events don't get processed by the subsequent usbh_process() call.
2024-03-01 09:42:57 +08:00
929a8449bd
Merge branch 'feature/usb_host_collective_backport_v5.1' into 'release/v5.1'
...
USB Host: Collective backport to v5.1
See merge request espressif/esp-idf!28096
2024-03-01 09:28:23 +08:00
8fb370f38b
Merge branch 'bugfix/fix_http_client_error_v5.1' into 'release/v5.1'
...
esp_http_client: Fix reset errno to 0 before call esp_transport_read(backport v5.1)
See merge request espressif/esp-idf!28328
2024-02-29 21:57:43 +08:00
00d9861a08
Merge branch 'feature/mmd_access_v5.1' into 'release/v5.1'
...
esp_eth: Add functions to access PHY using MDIO (v5.1)
See merge request espressif/esp-idf!28840
2024-02-29 20:29:57 +08:00
bf23680ac1
Merge branch 'bugfix/eth_link_reset_v5.1' into 'release/v5.1'
...
fix(esp_eth): Fixed Ethernet link reset when Ethernet is stopped (v5.1)
See merge request espressif/esp-idf!29329
2024-02-29 19:25:31 +08:00
d771840189
fix(nimble): Increase range of reattempt connection count
2024-02-29 15:57:46 +05:30
08079631eb
change(console): Add build test for no console output
...
This commit adds a build test to test the scenario where both the primary and
secondary console outputs are disabled by Kconfig.
2024-02-29 17:48:08 +08:00
e82ae7787d
fix(console): Fix build issues when CONFIG_ESP_CONSOLE_NONE is enabled
...
This commit fixes the following build issues when CONFIG_ESP_CONSOLE_NONE is
enabled:
- esp_console_repl.c will have 'defined but unused' warnings on various console
functions.
- esp_console_repl.c does not use "TAG" when CONFIG_ESP_CONSOLE_NONE is
enabled, leading to a "defined by not used" warning.
Closes https://github.com/espressif/esp-idf/issues/12984
2024-02-29 17:48:07 +08:00
b65563f7f7
Merge branch 'bugfix/esp_intr_free_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): Fix esp_intr_free when task has no core affinity (v5.1)
See merge request espressif/esp-idf!29194
2024-02-29 12:44:38 +08:00
fd859d8931
fix(esp_http_client): Add test case in esp_http_client example
...
Add a test case in esp_http_client example to test HTTP_METHOD_HEAD
with async mode
2024-02-29 12:00:58 +08:00
2060f3a645
esp_http_client: Fix reset errno to 0 before call esp_transport_read
...
Closes https://github.com/espressif/esp-idf/issues/9020
2024-02-29 12:00:58 +08:00
ba14fc20d3
Merge branch 'bugfix/fix_adc_reset_issue_on_legacy_v5.1' into 'release/v5.1'
...
fix(adc): fix adc continuous get less results beacuse do not reset apb clk(legacy) (v5.1)
See merge request espressif/esp-idf!28333
2024-02-29 10:25:28 +08:00
c4f114d671
Merge branch 'bugfix/bunch_tsens_v5.1' into 'release/v5.1'
...
fix(temperature_sensor): Fix the value is incorrect if disable and enable again (backport v5.1)
See merge request espressif/esp-idf!28625
2024-02-29 10:24:17 +08:00
226a4d39cf
Merge branch 'bugfix/cannot_jump_range_v5.1' into 'release/v5.1'
...
fix(temperature_sensor): Cannot switch the range smmothly on esp32h2(backport v5.1)
See merge request espressif/esp-idf!29153
2024-02-29 10:20:52 +08:00
e9ab9f3c38
Merge branch 'bugfix/ip101_reset_timing_v5.1' into 'release/v5.1'
...
fix(esp_eth): ip101-specific reset_hw to match reset timings from datasheet (v5.1)
See merge request espressif/esp-idf!29012
2024-02-28 23:11:03 +08:00
746fd01aea
fix(esp_eth): Fixed Ethernet link reset when Ethernet is stopped
2024-02-28 15:49:26 +01:00
2b07dbf875
Merge branch 'bugfix/fix_blufi_deinit_v5.1' into 'release/v5.1'
...
Blufi : Corrected blufi host deinit API (v5.1)
See merge request espressif/esp-idf!29000
2024-02-28 17:51:57 +08:00
48777e7983
Merge branch 'change/usb_host_minor_optimizations_v5.1' into 'release/v5.1'
...
change(usb/host): Remove unecessary features (v5.1)
See merge request espressif/esp-idf!27594
2024-02-28 17:20:18 +08:00
b0107bdbd7
Merge branch 'bugfix/ble_update_lib_20240223_v5.1' into 'release/v5.1'
...
update lib on release/v5.1
See merge request espressif/esp-idf!29209
2024-02-28 16:54:19 +08:00
cc9932c7ef
docs(bt/bluedroid): update API documents of SPP
2024-02-28 16:22:15 +08:00
58606027da
feat(usb/host): Calculate FIFO sizes based on USB configuration
2024-02-28 16:09:53 +08:00
2ba1790ef6
refactor(usb): Deprecate CONFIG_USB_OTG_SUPPORTED, use SOC_USB_OTG_SUPPORTED instead
...
Previously, USB build dependencies used the CONFIG_USB_OTG_SUPPORTED. However,
they could depend on `soc_caps.h` instead.
2024-02-28 16:09:53 +08:00
d837836f84
refactor(hal/usb): Rename usb_fsls_phy API to match header/source names
...
Note: Also fixed some formatting issues in usb_wrap_struct.h
2024-02-28 16:09:52 +08:00
148cc6e75d
refactor(hal/usb): Rename usb_phy files to usb_fsls_phy
...
This commit renames USB PHY related HAL files from "usb_phy_xxx" to
"usb_fsls_phy_xxx" since they are only designed to support Full-Speed/Low-Speed
Serial USB PHYs. This renmaing is done to accommodate future USB PHYs that use
other PHY interfaces (e.g., UTMI, ULPI etc).
2024-02-28 16:09:52 +08:00
f524a59875
refactor(hal/usb): Remove usage of old USB OTG config macros
2024-02-28 16:09:51 +08:00
b32a735bb0
refactor(soc/host): Update USB OTG struct fields
...
This commit updates the "*_struct.h" files for the USB OTG peripheral:
- Added/removed some missing/non-existing register fields
- Added "reserved" place holders for registers that are missing due to IP
configuration.
- Added "usb_dwc_cfg.h" listing the USB OTG IP configuration for each target.
- Updated LL/HAL according to register field updates. Also tidied up the include
directives in those headers.
2024-02-28 16:09:51 +08:00
177eb9f6c6
refactor(hal/usb): Fix USB OTG compilation dependency
...
Update "hal/CMakeLists.txt" so that USB OTG related HAL files depend on
the "SOC_USB_OTG_SUPPORTED" capability.
2024-02-28 16:09:51 +08:00
dc27d5456f
refactor(usb/host): reformat code with astyle
2024-02-28 16:09:50 +08:00
d26320d8a1
fix(usb/host): Correctly parse bInterval field in HighSpeed EP descriptors
...
For LS and FS interrupt endpoint: interval = bInterval
For isochronous and HS interrupt endpoint: interval = 2^(bInterval-1)
2024-02-28 16:09:50 +08:00
388360cc5a
fix(usb/host): Correctly parse MPS fields in HighSpeed EP descriptors
...
Bits [11,12] in HighSpeed periodic endpoints specify
the number of additional transaction opportunities per microframe
2024-02-28 16:09:49 +08:00
7cfe2274d2
Merge branch 'bugfix/fix_ble_max_reconnect_v5.1' into 'release/v5.1'
...
fix(ble/bluedroid): Update maximum BLE reconnection attempts configuration(backport v5.1)
See merge request espressif/esp-idf!29223
2024-02-28 15:41:08 +08:00
73654741c3
Merge branch 'contrib/github_pr_12867_v5.1' into 'release/v5.1'
...
fix(esp32): Removed rogue semicolon in #define in esp_smartconfig.h (GitHub PR) (v5.1)
See merge request espressif/esp-idf!29112
2024-02-28 15:32:04 +08:00
9025e440ae
fix(temperature_sensor): Cannot switch the range smmothly on esp32h2
2024-02-28 12:39:07 +08:00
30095494be
fix(tsens): 300us delay in phy cause extra power consumption
2024-02-28 12:36:04 +08:00
6932e5958b
fix(tsens,adc): Fix issue that disable adc will make temperature sensor crash,
...
Closes https://github.com/espressif/esp-idf/issues/12921
2024-02-28 12:35:59 +08:00
c205bbf90f
fix(temperature_sensor): Fix the value is incorrect if disable and enable again
...
Closes https://github.com/espressif/esp-idf/issues/12864
2024-02-28 12:35:53 +08:00
bbb7c4c756
Merge branch 'feature/usb_hs_support_v5.1' into 'release/v5.1'
...
feat(usb/host): Add High Speed enumeration types (backport v5.1)
See merge request espressif/esp-idf!28059
2024-02-28 11:46:17 +08:00
37e0e8ab53
Merge branch 'bugfix/soft_uart_send_dummy_byte_v5.1' into 'release/v5.1'
...
fix(peripheral_drivers/dedicated_gpio): Remove dummy byte from the emulate_uart_send routine (backport v5.1)
See merge request espressif/esp-idf!28687
2024-02-28 11:43:38 +08:00
92b25c06b3
Merge branch 'bugfix/fix_incorrect_regbase_name_of_i2s_v5.1' into 'release/v5.1'
...
fix(i2s): fixed incorrect reg base name on C3 (v5.1)
See merge request espressif/esp-idf!28630
2024-02-28 11:41:58 +08:00
c48ddea0f6
Merge branch 'contrib/github_pr_13020_v5.1' into 'release/v5.1'
...
fix (esp_lcd): Don't assume panels are 16bit in VSYNC restart logic (GitHub PR) (v5.1)
See merge request espressif/esp-idf!28812
2024-02-28 11:40:46 +08:00
bfd1cfd382
Merge branch 'feature/rmt_encoder_memory_allocator_v5.1' into 'release/v5.1'
...
feat(rmt): added a help function for allocating encoder memory (v5.1)
See merge request espressif/esp-idf!28791
2024-02-28 11:39:58 +08:00
6e44d4ebfc
Merge branch 'bugfix/mcpwm_reset_generator_gpio_v5.1' into 'release/v5.1'
...
fix(mcpwm): reset GPIO used by generator after delete (v5.1)
See merge request espressif/esp-idf!28832
2024-02-28 11:39:02 +08:00
bb66e97518
Merge branch 'feature/bytes_encoder_config_update_v5.1' into 'release/v5.1'
...
feat(rmt): support update bytes encoder configurations at runtime (v5.1)
See merge request espressif/esp-idf!28382
2024-02-28 11:38:29 +08:00
a74edb7bbb
Merge branch 'contrib/github_pr_12963_v5.1' into 'release/v5.1'
...
fix misformatted link (GitHub PR) (v5.1)
See merge request espressif/esp-idf!28755
2024-02-28 11:38:16 +08:00
55c5c8367b
Merge branch 'bugfix/soc_cpu_subsys_region_v5.1' into 'release/v5.1'
...
fix(soc): change debug addr range to CPU subsystem range (v5.1)
See merge request espressif/esp-idf!28672
2024-02-28 11:16:48 +08:00
467780474f
Merge branch 'bugfix/fix_double_free_coc_v5.1' into 'release/v5.1'
...
fix(nimble): Removed double free of packet (v5.1)
See merge request espressif/esp-idf!29032
2024-02-28 11:14:40 +08:00
2e9916bf7c
Merge branch 'feat/support_get_bluedroid_status_v5.1' into 'release/v5.1'
...
Support get status of bluedroid host (backport v5.1)
See merge request espressif/esp-idf!28882
2024-02-28 11:14:10 +08:00
d1ad4b57de
Merge branch 'bugfix/ble_mesh_ble_advtype_v5.1' into 'release/v5.1'
...
ble_mesh: update ble mesh ble adv type(backport v5.1)
See merge request espressif/esp-idf!28917
2024-02-28 11:13:18 +08:00
eca249f41a
Merge branch 'bugfix/ble_mesh_deinit_reinit_v5.1' into 'release/v5.1'
...
feat: ble mesh: improve ble mesh deinit when nimble enable(backport v5.1)
See merge request espressif/esp-idf!28925
2024-02-28 11:12:53 +08:00
0cc6903e15
Merge branch 'feature/spi_eth_no_int_v5.1' into 'release/v5.1'
...
feat(esp_eth): added SPI Ethernet module polling mode (v5.1)
See merge request espressif/esp-idf!29045
2024-02-28 11:11:01 +08:00
ab894a1086
Merge branch 'bugfix/spi_eth_recv_alloc_v5.1' into 'release/v5.1'
...
fix(esp_eth): improved SPI Ethernet _alloc_recv_buf error handling (v5.1)
See merge request espressif/esp-idf!29082
2024-02-28 11:10:38 +08:00
c404e951e3
Merge branch 'docs/rf_coexistence_api_guides_support_esp32c2_v5.1' into 'release/v5.1'
...
Docs: RF coexistence api guides support esp32c2 (v5.1)
See merge request espressif/esp-idf!29214
2024-02-28 11:09:29 +08:00
8b7bd28549
Merge branch 'feat/flash_enc_encrypt_app_image_of_size_image_length_v5.1' into 'release/v5.1'
...
feat(bootloader_support): Encrypt only the app image instead of the whole partition (v5.1)
See merge request espressif/esp-idf!28266
2024-02-28 10:57:45 +08:00
76152c80a2
Merge branch 'c6_auto_dbias_master_hsq_v5.1' into 'release/v5.1'
...
ESP32C6: Active & sleep dbg and dbias get from efuse to fix the voltage (v5.1)
See merge request espressif/esp-idf!28722
2024-02-28 10:49:13 +08:00
2f6c902be8
Merge branch 'ci/enable_ip101_jobs_v5.1' into 'release/v5.1'
...
ci(esp_eth): enabled Ethernet ip101 jobs (v5.1)
See merge request espressif/esp-idf!28611
2024-02-28 10:45:11 +08:00
956797efbd
Merge branch 'feature/gatt_caching_support_v5.1' into 'release/v5.1'
...
feat(nimble): Gatt caching support (v5.1)
See merge request espressif/esp-idf!28512
2024-02-28 10:44:38 +08:00
96f44688aa
Merge branch 'bugfix/fix_wrong_dcache_0_size_issue_on_s2_v5.1' into 'release/v5.1'
...
fix(cache): fix wrong dcache size 0 configuration issue on s2 (v5.1)
See merge request espressif/esp-idf!28288
2024-02-28 10:43:55 +08:00
1553b5b1d1
Merge branch 'feature/case_for_ot_sleepy_ci' into 'release/v5.1'
...
ci(openthread): add a test case for openthread sleepy device
See merge request espressif/esp-idf!28280
2024-02-28 10:41:10 +08:00
88b8f533cd
Merge branch 'bugfix/BLEQABR23-577' into 'release/v5.1'
...
Resolve BLEQABR23-577 "Bugfix/" Prevent the generation of link ID as 0.
See merge request espressif/esp-idf!28185
2024-02-28 10:40:26 +08:00
1b5d4f8d3e
Merge branch 'fix/build_failure_when_hardware_gcm_is_disabled_v5.1' into 'release/v5.1'
...
fix(mbedtls/gcm): Fix build failure when config `MBEDTLS_HARDWARE_GCM` is disabled (v5.1)
See merge request espressif/esp-idf!29068
2024-02-28 10:34:51 +08:00
82a36ee753
change(bt/bluedroid): Redirect app functions in controller based on the bluetooth mode
2024-02-28 09:40:15 +08:00
d8e82c3890
Merge branch 'register_gcov_tick_hook_once_v5.1' into 'release/v5.1'
...
fix(gcov): avoid multiple tick hook registration (v5.1)
See merge request espressif/esp-idf!29273
2024-02-27 22:16:55 +08:00
cfc893f125
Merge branch 'bugfix/fix_coex_lib_circular_dependency_v5.1' into 'release/v5.1'
...
fix(esp_coex): fix circular dependency issue on esp32 (v5.1)
See merge request espressif/esp-idf!29156
2024-02-27 20:01:45 +08:00
f9db462a46
Merge branch 'bugfix/fix_dangling_pointer_in_remove_bond_list_section_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): fix dangling pointer issue when logging removed section (backport v5.1)
See merge request espressif/esp-idf!28962
2024-02-27 20:01:11 +08:00
44da2b9fbd
Merge branch 'bugfix/bootloader_custom_rtc_data_crc_v5.1' into 'release/v5.1'
...
fix(bootloader): add legacy retained memory CRC calculation (backport v5.1)
See merge request espressif/esp-idf!28936
2024-02-27 20:00:55 +08:00
69900de25d
Merge branch 'bugfix/ble_bug_backport_20240205_v5.1' into 'release/v5.1'
...
Bugfix/ble bug backport 20240205 v5.1 (backport v5.1)
See merge request espressif/esp-idf!28900
2024-02-27 20:00:24 +08:00
6481fdf05e
Merge branch 'bugfix/esp32c2_eap_auth_v5.1' into 'release/v5.1'
...
fix(wifi): Added low heap usage Kconfig option for eap enterprise (v5.1)
See merge request espressif/esp-idf!28825
2024-02-27 19:59:52 +08:00
f8a1cf930e
Merge branch 'feature/supplicant_bss_extmem_v5.1' into 'release/v5.1'
...
WiFi: Add support to move supplicant BSS to external memory (v5.1)
See merge request espressif/esp-idf!28744
2024-02-27 19:59:38 +08:00
c8d47c167a
Merge branch 'bugfix/no_wakeup_sleep_v5.1' into 'release/v5.1'
...
fix(ble): Fixed Bluetooth not waking up due to clock drift(v5.1)
See merge request espressif/esp-idf!28721
2024-02-27 19:59:26 +08:00
ffd34ba04a
Merge branch 'bugfix/bod_threshold_v5.1' into 'release/v5.1'
...
fix(bod): Fix BOD threshold value on ESP32H2(backport v5.1)
See merge request espressif/esp-idf!28624
2024-02-27 19:58:51 +08:00
2817a67c94
Merge branch 'ble_dev/added_ble_power_save_pytest_v5.1' into 'release/v5.1'
...
Added pytest case for BLE power save example v5.1
See merge request espressif/esp-idf!28595
2024-02-27 19:58:17 +08:00
69695c23da
Merge branch 'bugfix/spp_disc_connect_btqabr2023_156_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fixed SPP connection failure(v5.1)
See merge request espressif/esp-idf!28536
2024-02-27 19:57:55 +08:00
00db642b52
Merge branch 'bugfix/fix_dtm_tx_count_v5.1' into 'release/v5.1'
...
Update bt lib for ESP32-C3 and ESP32-S3(30b57c45)(backport v5.1)
See merge request espressif/esp-idf!28879
2024-02-27 19:09:08 +08:00
ebbacf49cf
Merge branch 'bugfix/fix_esp_http_client_build_failure_with_wifi_v5.1' into 'release/v5.1'
...
fix: fix esp_http_client_example build failure (v5.1)
See merge request espressif/esp-idf!28761
2024-02-27 18:49:46 +08:00
13e7052bd2
Merge branch 'bugfix/fix_http_auth_without_qop_v5.1' into 'release/v5.1'
...
fix(esp_http_client): Fix http digest auth without qop (v5.1)
See merge request espressif/esp-idf!28758
2024-02-27 18:49:40 +08:00
35713b9e25
Merge branch 'bugfix/encrypted_flash_write_safe_addr_v5.1' into 'release/v5.1'
...
fix(spi_flash): check for safe write address in encrypted flash API (v5.1)
See merge request espressif/esp-idf!29205
2024-02-27 18:27:47 +08:00
a24715d822
feat(bootloader_support): Encrypt only the app image instead of the whole partition
...
Currently, when flash encryption is enabled, the whole partition gets encrypted.
This can be optimised by encrypting only the app image instead of encrypting the whole partition.
Closes https://github.com/espressif/esp-idf/issues/12576
2024-02-27 18:27:04 +08:00
633b63d6fd
fix(bootloader_support): Fix image_length calculation when secure boot v1 is enabled
...
Fixed the value of the image_length field of the image metadata populated by esp_image_verfiy()
to include the size of the signature sector when Secure Boot V1 is enabled.
2024-02-27 18:27:04 +08:00
dcf187ff76
Merge branch 'feature/update_mbedtls_v5.1' into 'release/v5.1'
...
feat(mbedtls): updated mbedtls version from 3.5.0 to 3.5.2 (v5.1)
See merge request espressif/esp-idf!28893
2024-02-27 18:26:27 +08:00
7003f1ef0d
Merge branch 'bugfix/ota_anti_rollback_checks_2_v5.1' into 'release/v5.1'
...
feat(bootloader_support): Read secure_version under sha256 protection (v5.1)
See merge request espressif/esp-idf!29060
2024-02-27 18:26:03 +08:00
fe5ccaf2cb
Merge branch 'feature/conservative_key_revocation_in_secure_boot_v5.1' into 'release/v5.1'
...
feat: Add API to verify the bootloader and application image before revoking... (v5.1)
See merge request espressif/esp-idf!28489
2024-02-27 18:25:32 +08:00
b80a694abe
Merge branch 'bugfix/rtc_i2c_not_in_od_mode_v5.1' into 'release/v5.1'
...
fix(ulp_riscv): Updated RTC I2C to use open-drain IOs (v5.1)
See merge request espressif/esp-idf!28932
2024-02-27 18:16:08 +08:00
507880fa32
change(usb/host): Remove some handler function event flags
...
This commit removes internal event flags in the USB Host Library event handling
functions (i.e., usb_host_lib_handle_events() and usb_host_client_handle_events()).
Previously, these flags were added to reduce the number of times semaphores
were given. However, these flags were removed as the performance gain is
negligible and made the logic more complicated.
For usb_host_client_handle_events(), the following flags were removed:
- Remove 'events_pending' flag. The semaphore is now always given
- Remove 'blocked' flag. The 'handling_events' flag is already sufficient
- Critical sections are now shortened due to simplication of semaphore usage.
For usb_host_lib_handle_events(), the following flags were removed:
- Remove 'process_pending' flag. The semaphore is now always given
- Renamed 'blocked' flag to 'handling_events'
2024-02-27 18:16:00 +08:00
bfc8c3a154
change(usb/host): Remove data buffer headers from URBs
...
This commit removes the ability to reserve a header in the data buffer of an
allocated URB. The header was required for a now defunct implementation of a
synchronous USB Host library API. Thus, headers are no longer required in
URB data buffers.
2024-02-27 18:15:59 +08:00
ece4e4ec6d
fix(esp_wifi): Remove semicolon from SMARTCONFIG_START_CONFIG_DEFAULT
...
Removed rogue semicolon from SMARTCONFIG_START_CONFIG_DEFAULT() macro. This
fixes build issues when this macro is used via C++ brace initialization.
Closes https://github.com/espressif/esp-idf/pull/12867
[Darian Leung: Updated commit message]
Signed-off-by: Darian Leung <darian@espressif.com >
2024-02-27 18:15:04 +08:00
900cf69513
Merge branch 'ci/limit_idf_build_apps_to_1.x' into 'release/v5.1'
...
ci: limit idf-build-apps version to 1.x in pre-commit config file (5.1)
See merge request espressif/esp-idf!28828
2024-02-27 18:10:22 +08:00
6c9b4e1b09
Merge branch 'docs/esp_event_minor_update_v5.1' into 'release/v5.1'
...
fix(docs): Minor update to esp_event.rst for improved user experience (v5.1)
See merge request espressif/esp-idf!29124
2024-02-27 17:55:21 +08:00
f62f2cf3a7
Merge branch 'docs/add_cannonical_url_v5.1' into 'release/v5.1'
...
docs(build): add cannonical stable url to all docs (v5.1)
See merge request espressif/esp-idf!28848
2024-02-27 17:55:08 +08:00
51b461e6b4
Merge branch 'bugfix_lp_i2c_not_in_od_mode_v5.1' into 'release/v5.1'
...
fix(lp_i2c): Fixed an issue where the LP_I2C IO lines were not in open-drain mode (v5.1)
See merge request espressif/esp-idf!28771
2024-02-27 17:51:37 +08:00
51c263bd8f
Merge branch 'bugfix/linenoise_calculates_negative_prompt_len_v5.1' into 'release/v5.1'
...
fix(console): Fixed linenoise prompt length calculation (v5.1)
See merge request espressif/esp-idf!28527
2024-02-27 17:51:08 +08:00
ba155b0ebd
Merge branch 'fix/esp_hw_support_remove_unused_include_dirs_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): Removed nonexistent include directories from cmake (v5.1)
See merge request espressif/esp-idf!27608
2024-02-27 17:50:51 +08:00
acec4e2af2
Merge branch 'fix/gdbgui_py311_v5.1' into 'release/v5.1'
...
Tools: Fix support of gdbgui on Unix with Python 3.11 (v5.1)
See merge request espressif/esp-idf!28314
2024-02-27 17:47:15 +08:00
c2274f9ef3
Merge branch 'bugfix/reset_reasons_v5.1' into 'release/v5.1'
...
Update reset reasons for C6, H2, P4 and C5 (v5.1)
See merge request espressif/esp-idf!29181
2024-02-27 17:47:00 +08:00
47207b68ae
Merge branch 'fix/gdbgui_py311_v5.1' into 'release/v5.1'
...
Tools: Fix support of gdbgui on Unix with Python 3.11 (v5.1)
See merge request espressif/esp-idf!28314
2024-02-27 17:46:48 +08:00
82563d3861
Merge branch 'fix/kconcheck_checks_v5.1' into 'release/v5.1'
...
fix(kconfcheck): Fixed false-positive indent errors and extended limits (backport v5.1)
See merge request espressif/esp-idf!28569
2024-02-27 17:46:13 +08:00
f85280f0ba
Merge branch 'fix/runtool_crcrlf_v5.1' into 'release/v5.1'
...
fix: save RunTool command output with correct line endings (v5.1)
See merge request espressif/esp-idf!28678
2024-02-27 17:45:52 +08:00
b552d069a1
Merge branch 'fix/harden_hints_parsing_v5.1' into 'release/v5.1'
...
fix: harden input parsing in component_requirements hint module (v5.1)
See merge request espressif/esp-idf!28711
2024-02-27 17:45:31 +08:00
68debd061f
Merge branch 'feature/python-reorder-imports-instead-isort_v5.1' into 'release/v5.1'
...
feat: Use python-reorder-imports instead of isort (v5.1)
See merge request espressif/esp-idf!28732
2024-02-27 17:45:15 +08:00
4f2de56e11
Merge branch 'fix/py_dep_check_v5.1' into 'release/v5.1'
...
fix(tools): catch more general errors in python dependency checker (v5.1)
See merge request espressif/esp-idf!29164
2024-02-27 17:44:49 +08:00
66ff0e9455
Merge branch 'feat/bump_up_pre_commit_hook_v5.1' into 'release/v5.1'
...
fix: Bump up pre-commit hooks version (v5.1)
See merge request espressif/esp-idf!29253
2024-02-27 17:43:10 +08:00
c361705ae7
Merge branch 'update/version_5_1_3' into 'release/v5.1'
...
Update version to 5.1.3
See merge request espressif/esp-idf!29236
2024-02-27 12:17:40 +08:00
4f26dcfdff
fix(gcov): avoid multiple tick hook registration
2024-02-26 14:05:03 +01:00
f185ac42e2
fix(esp_hw_support): Fix esp_intr_free when taks has no core affinity
...
Closes https://github.com/espressif/esp-idf/issues/12608
2024-02-26 12:05:32 +02:00
8176a00282
fix(bootloader): add legacy retained memory CRC calculation
...
* Closes https://github.com/espressif/esp-idf/issues/12849
In former versions of ESP-IDF, the user custom memory data in the retained memory
was taken into account during the CRC calculation. This was changed in a later
commit, the custom memory was ignored, therefore this can seen as a breaking change.
This commit gives the possibility to choose between the former (legacy) or
new way of calculating the CRC.
2024-02-26 17:35:57 +08:00
a31bbd11a3
fix: Bump up pre-commit hooks version
2024-02-26 10:34:52 +01:00
54a15b81f9
feat: support cache safe assertion check in sleep process
...
- Add support for cache safe assertion check to ensure that code expected to be in RAM is in IRAM
2024-02-26 17:24:04 +08:00
12dca8d086
fix(hal): fix esp32c6 clock bug workaround access flash in wakeup process
2024-02-26 11:42:38 +08:00
6519b60c47
fix(peripheral_drivers/dedicated_gpio): Remove dummy byte from the emulate_uart_send routine
...
Let the user application decide for when to send the dummy byte instead of
hardcoding it from the assembly routine.
2024-02-26 11:42:03 +08:00
9765dd05d6
fix(heap): fixed missing include in esp_heap_task_info.h
...
Would fail to compile if esp_heap_task_info.h was included without/before freertos includes
2024-02-26 11:26:49 +08:00
e7771c75bd
versions: Update version to 5.1.3
2024-02-26 11:09:16 +08:00
c97f5d79d9
ci: enable hardware crypto module for powersave tests
2024-02-23 18:30:22 +08:00
40a869935b
feat(esp_hw_support): support gdma register context sleep retention
...
Closes https://github.com/espressif/esp-idf/issues/12528
2024-02-23 18:30:17 +08:00
95a2ad919f
bugfix(ble) : fixed some ble issues on ESP32-C2
2024-02-23 18:03:24 +08:00
c863eb27da
docs: update rf coexistenct api guides
...
1. support esp32c2
2. fix inconsistency between CN and EN docs of rf coexistence
3. adjust the visibility of some contents based on soc_caps
2024-02-23 16:29:33 +08:00
89881c7c59
fix(esp_coex): add support_coexistence soc_caps for esp32c2 and esp32h2
2024-02-23 16:26:10 +08:00
12131f4b8a
fix(ble/bluedroid): Update maximum BLE reconnection attempts configuration
2024-02-23 15:51:05 +08:00
82b34e3431
ble(update):
...
Update c2 lib to 79be7ec9
Update h2 lib to c6f7cb08
Update c6 lib to c6f7cb08
2024-02-23 14:07:54 +08:00
f1ced5357f
fix(spi_flash): check for safe write address in encrypted flash API
2024-02-23 12:42:37 +08:00
a17ec488d9
fix(tools): catch more general errors in python dependency checker
2024-02-22 15:51:47 +01:00
e7d5fee856
change(espcoredump): save RAM space by placing constants in flash
...
All the log messages of espcoredump component used to be in DRAM, which would
lower the available RAM space for the user application. Since the cache is always
enabled after an exception, constants can be put in flash.
2024-02-22 18:49:49 +08:00
80378b809e
feat(pmu): set fix voltage to different mode for esp32c6
2024-02-22 15:01:14 +08:00
d9a6158700
fix(system): update reset reasons for C6 and H2
2024-02-22 12:36:09 +08:00
905a0d3d01
fix(esp_coex): fix circular dependency issue on esp32
...
Closes https://github.com/espressif/esp-idf/issues/13113
2024-02-21 19:15:10 +08:00
24f6995fb5
feat(efuse): Add flash&psram efuses for S3
2024-02-21 09:36:49 +02:00
5101e52a36
fix(adc): workaround to fix adc continuous get less results on c3
2024-02-21 13:54:29 +08:00
a66234b6de
fix(esp_hw_support): Removed unused include directories from cmake
...
* Closes https://github.com/espressif/esp-idf/issues/12700
2024-02-21 11:41:11 +08:00
d922d4178f
Merge branch 'bugfix/fix_ble_free_all_crash_issue_5.1' into 'release/v5.1'
...
fix(ble): Fixed the free_all crash on esp32c6 and esp32h2
See merge request espressif/esp-idf!29108
2024-02-20 17:57:42 +08:00
f047237aa5
fix(bootloader_support): check the secure version only for app image
...
Secure version in the image header is only available for the application
image. However, for certain security workflows, bootloader verifies
itself (own image) and hence the secure version check during that must be
avoided.
Regression introduced in recent commit-id: 3305cb4d
Tested that both secure boot and flash-enc workflows work correctly
with the anti-rollback scenario.
2024-02-20 11:16:56 +02:00
57627f5883
fix(docs): Minor update to esp_event.rst for improved user experience
...
This commit adds semicolons in c-code blocks in esp_event.rst for
improved user experience when directly copying and pasting code.
Closes https://github.com/espressif/esp-idf/issues/13156
2024-02-20 08:45:38 +01:00
f05aef3ddf
fix(ble): Fixed the free_all crash on esp32c6 and esp32h2
2024-02-19 20:17:17 +08:00
931eaf7320
Merge branch 'bugfix/ble_update_lib_20240207_v5.1' into 'release/v5.1'
...
update lib on release/v5.1
See merge request espressif/esp-idf!28970
2024-02-19 18:12:41 +08:00
41b67e1031
fix(esp_eth): improved SPI Ethernet _alloc_recv_buf error handling
2024-02-16 16:03:59 +01:00
85e18aa755
fix(mbedtls/gcm): Avoid using GCM hardware when config MBEDTLS_HARDWARE_GCM is disabled
2024-02-16 11:55:02 +05:30
7e4d273e45
fix(mbedtls/gcm): Fix build failure when config MBEDTLS_HARDWARE_GCM is disabled
2024-02-16 11:55:01 +05:30
8d8fd2b765
feat(esp_eth): added SPI Ethernet module polling mode
...
Closes https://github.com/espressif/esp-idf/issues/12682
2024-02-15 14:27:45 +00:00
83ec466b26
fix(ota): additional checks for secure version in anti-rollback case
...
Some additional checks related to secure version of the application in
anti-rollback case have been added to avoid any attempts to boot lower
security version but valid application (e.g., passive partition image).
- Read secure_version under sha256 protection
- First check has been added in the bootloader to ensure correct secure
version after application verification and loading stage. This check
happens before setting up the flash cache mapping and handling over
the final control to application. This check ensures that application
was not swapped (e.g., to lower security version but valid image) just
before the load stage in bootloader.
- Second check has been added in the application startup code to ensure
that currently booting app has higher security version than the one
programmed in the eFuse for anti-rollback scenario. This will ensure
that only the legit application boots-up on the device for
anti-rollback case.
2024-02-15 15:10:28 +02:00
5b9b27ff75
esp_eth: Add functions to access PHY using MDIO
...
Specifically:
- Set/get address
- Read/write data at address with specified MDIO access function
- Read/write both address and data with a single call
2024-02-13 12:47:46 +01:00
0b0648eddb
fix(nimble): Removed double free of packet
2024-02-13 14:40:51 +05:30
7cb91c19cd
fix(esp_eth): ip101-specific reset_hw to match reset timings from datasheet
...
IP101 requires 10ms reset assertion time and 10ms post-reset delay to properly initialize.
2024-02-09 15:04:12 +01:00
910c82b27c
fix(examples): Disable formatting SD cards in storage examples by default
2024-02-08 14:22:45 +01:00
52d36bee61
Blufi : fix blufi deinit
2024-02-08 17:14:00 +05:30
f5a0d5d0bc
ble(update):
...
Update h2 lib to eb112893
Update c6 lib to eb112893
2024-02-07 17:29:32 +08:00
aad082a795
fix(bt/bluedroid): fix dangling pointer issue when logging remove section
2024-02-07 14:58:08 +08:00
34b0450241
ble_mesh: example: fix the structure init order to meet C++ requirements
...
Closes https://github.com/espressif/esp-idf/issues/8110
2024-02-07 13:05:23 +08:00
88fc51f107
ble_mesh: stack: fix the structure init order to meet C++ requirements
2024-02-07 10:21:31 +08:00
746b8bf98f
fix(ulp_riscv): Updated RTC I2C to use open-drain IOs
...
This commit updates the RTC I2C driver in the ULP RISC-V to initialize
all I2C IOs in open-drain mode.
2024-02-06 08:42:12 +01:00
4a2290fce0
feat: ble mesh: improve ble mesh deinit when nimble enable
2024-02-06 14:44:32 +08:00
31ca7c9a8c
ble_mesh: update ble mesh ble adv type
2024-02-06 14:15:53 +08:00
4ae845cd3e
fix(rgb_lcd): relax the check for the data line GPIO
...
There are a bunch of cases you might want some pins not exposed.
Eg.
* Reading say 8 bit data and outputting the top 5 bits, discarding the rest by not mapping those data pins to output pins
* Not using hsync/vsync because sync data is embedded within the data bits for more timing flexibility (eg. interlacing).
* Using the LCD module as a high speed parallel data output bus, with no need for sync/control pins.
Removing this validation makes these cases work.
Merges https://github.com/espressif/esp-idf/pull/13103
2024-02-06 10:35:11 +08:00
add7c68104
feat(ble/controller): Add API to get BLE controller status on ESP32
2024-02-05 16:07:19 +08:00
fd8bfba10a
Fixed xQueueSemaphoreTask assert when deinit host during scan
2024-02-05 16:06:37 +08:00
fee1e43f09
feat(mbedtls): updated mbedtls version from 3.5.0 to 3.5.2
...
This updates the submodule mbedtls to its latest version 3.5.2.
2024-02-05 12:50:43 +05:30
7380f96017
Merge branch 'bugfix/bugfix_for_radio_spinel' into 'release/v5.1'
...
fix(openthread): fix openthread configurations for radio spinle on 5.1
See merge request espressif/esp-idf!28872
2024-02-05 14:15:15 +08:00
eb4fa7234f
Merge branch 'backport/openthread_related_mr_v51' into 'release/v5.1'
...
Backport openthread fix to v5.1
See merge request espressif/esp-idf!28819
2024-02-05 14:15:00 +08:00
4e4f494ca7
feat(bt/bluedroid): Support get status of bluedroid host
2024-02-04 16:50:36 +08:00
cf1008a064
fix(bt/example): Fixed UART HCI when flow control is off on ESP32C3
2024-02-04 16:50:27 +08:00
ad7a2831b2
feat(bt/bluedroid): Make the max number of bond device to be configurable
2024-02-04 16:50:18 +08:00
a95d480780
fix(ble/controller): Fixed tx count in direct test mode on ESP32-C3 and ESP32-S3
...
- Fixed tx count in direct test mode on ESP32-C3 and ESP32-S3
- fixed modem sleep enter failed sometimes
2024-02-04 14:30:19 +08:00
f86a5ffb2a
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(91980c2)
...
- Fixed scheduling when modem sleep wakeup delayed
- Fixed IRQ FIFO overflow when enter critical
- Fixed clock sync timeout for modem sleep
- Fixed directed adv with RPA when privacy disabled
- Fixed instant passed for connection update and PHY update
2024-02-04 14:30:10 +08:00
3c6ee5a957
fix(openthread): fix openthread configurations for radio spinle on 5.1
2024-02-04 11:50:41 +08:00
1e3c43297d
docs(build): add cannonical stable url to all docs
2024-02-02 10:36:33 +08:00
8ab2edda00
fix(mcpwm): reset GPIO used by generator after delete
...
Closes https://github.com/espressif/esp-idf/issues/12980
2024-02-01 17:49:18 +08:00
d2b1e5b577
ci: limit idf-build-apps version to 1.x in pre-commit config file
2024-02-01 09:56:42 +01:00
5c74483fb6
feat(openthread): disable the rx on when idle in coex scenario
2024-02-01 14:53:57 +08:00
d117ae0d21
fix(openthread): fix RCP handle timeout crashing issue
...
* update openthread upstream
2024-02-01 14:17:04 +08:00
ff1fd81e2f
fix(openthread): support uart ISR in IRAM
2024-02-01 14:16:00 +08:00
1cc34e69d7
fix(802154): fix pending tx will be delayed issue
2024-02-01 14:16:00 +08:00
8a01702d65
fix(wifi): add low memory options for eap enterprise
2024-02-01 10:05:06 +05:30
6319f9ab2c
fix(rgb_lcd): don't assume 16 bit width on panels for restart logic
...
Merges https://github.com/espressif/esp-idf/pull/13020
2024-01-31 18:56:14 +08:00
91b1a362ea
feat: Use python-reorder-imports instead of isort
2024-01-31 09:27:47 +01:00
dcf0d5b67c
feat(rmt): added a help function for allocating encoder memory
...
The encoder memory location should respect the RMT_MEM_ALLOC_CAPS,
which is affected by some Kconfig options, like ISR_IRAM_SAFE
Closes https://github.com/espressif/esp-idf/issues/13032
2024-01-30 17:03:54 +08:00
05d196938d
fix(bt/bluedroid): Fixed SPP connection failure
...
The connection failure is caused by the BTU and application layer status being out of sync.
2024-01-30 15:42:39 +08:00
2c9dccc64e
fix(ble): Fixed macro definition error for 136K clock drift
2024-01-30 15:37:01 +08:00
75dcda2750
fix(ble): Fixed Bluetooth not waking up due to clock drift
2024-01-30 15:36:53 +08:00
300cd0c34f
fix(lp_i2c): Fixed an issue where the LP_I2C IO lines were not in open-drain mode
...
This commit fixes an issue where in the LP I2C IO lines were not
initialized in open-drain mode.
Closes https://github.com/espressif/esp-idf/issues/12969
2024-01-29 09:48:39 +01:00
6cf7528125
ci: change known_failure_cases workflow
2024-01-29 16:26:28 +08:00
7cbee80fb9
Merge branch 'bugfix/fix_ble_tx_2m_problem_causing_by_phy_wifi_enable_set_v5.1' into 'release/v5.1'
...
fix(esp_phy): Fixed BLE TX 2M problem causing by phy_wifi_enable_set() (backport v5.1)
See merge request espressif/esp-idf!28679
2024-01-29 14:46:58 +08:00
0b28bdb8f0
Merge branch 'backport/154_receive_handle_done_v5.1' into 'release/v5.1'
...
Backport/154 receive handle done v5.1
See merge request espressif/esp-idf!28718
2024-01-29 14:30:16 +08:00
276ebe98a0
fix: fix esp_http_client_example build failure
...
Fixed the build failure of esp_http_client_example for ESP32-C6 when
build with Wi-Fi enabled
2024-01-29 11:36:26 +05:30
3cfbbbd978
fix(esp_http_client): Fix http digest auth without qop
...
Closes https://github.com/espressif/esp-idf/issues/12962
2024-01-29 11:11:02 +05:30
1daeac210b
feat(rmt): support update bytes encoder configurations at runtime
...
Closes https://github.com/espressif/esp-idf/issues/12775
2024-01-29 13:28:53 +08:00
4ef3261dd3
fix misformatted link
2024-01-29 13:16:01 +08:00
7f39afb373
Merge branch 'h2_auto_dbias_master_hsq_v5.1' into 'release/v5.1'
...
ESP32H2: Active & sleep dbias get from efuse to fix the voltage (v5.1)
See merge request espressif/esp-idf!28715
2024-01-29 11:21:06 +08:00
71dfc32a98
Merge branch 'bugfix/ble_update_lib_20240125_v5.1' into 'release/v5.1'
...
Bugfix/ble update lib 20240125 v5.1
See merge request espressif/esp-idf!28709
2024-01-29 10:40:21 +08:00
0cd6a05fdf
fix(wifi): Add support to move supplicant BSS to external memory
2024-01-27 10:54:26 +05:30
a5e3e0b90e
Merge branch 'bugfix/fix_dynamic_mbedtls_crash_v5.1' into 'release/v5.1'
...
mbedtls: Fix enable dynamic mbedtls will occur heap corruption when server support TLS renegotiation(backport v5.1)
See merge request espressif/esp-idf!28325
2024-01-26 22:25:24 +08:00
1b4837fb24
docs(ieee802154): add migration note for the receive done handler feature
2024-01-26 17:00:38 +08:00
81ee463f54
feat(ieee802154): make the receive done handler feature mandatory
2024-01-26 17:00:38 +08:00
fa544a6dff
feat(ieee802154): remove the ieee802154 lib submodule
2024-01-26 17:00:38 +08:00
918705d6e0
feat(zigbee): Updated Zigbee examples to align with esp-zigbee-lib v1.0.9
2024-01-26 17:00:31 +08:00
15a392cfd9
Merge branch 'backport5.1/openthread_backport' into 'release/v5.1'
...
some openthread changes backport to release/v5.1
See merge request espressif/esp-idf!28638
2024-01-26 13:37:02 +08:00
9f5cd217a0
feat(pmu): set fix voltage to different mode for esp32h2
...
h2 remove include
2024-01-26 11:39:16 +08:00
cce3c4a1d5
feat(efuse): Adds new efuses for esp32c6
2024-01-26 11:39:16 +08:00
f7a920685a
feat(efuse): Adds new efuse for esp32h2
2024-01-26 11:39:16 +08:00
9f405f2174
fix failure of pre-commit
2024-01-26 10:38:16 +08:00
6133810392
fix: harden input parsing in component_requirements hint module
...
Currently we silently ignore when the original component is not found
in a hope we can provide at least some meaningful hint. As it turned
out it's not true. Instead of providing misleading hint, just return
error. This adds several checks for situations, which should not happen,
but when they do it should be easier to identify the root cause of the
problem.
For example when hint module received malformed output with extra new
lines, e.g. caused by a bug in RunTool, it wrongly reported the original
component as source component.
This should also fix the tests on Windows.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-01-25 14:20:22 +01:00
0fc2e77017
feat(hints): use all_component_info from project_description.json
...
Currently the component_requirements hint module does not work
as expected if the component list for a project is trimmed down.
With the new "all_component_info" dictionary info in project_description.json,
the module can produce hints even if cmake's COMPONENTS variable is
set.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-01-25 14:20:22 +01:00
87afd5e829
feat(tools): export information about all components in __COMPONENT_TARGETS
...
Add new "all_component_info" dictionary into the
project_description.json file. It contains information about all
registered components presented in the __COMPONENT_TARGETS list.
Since components in this list are not fully evaluated, because only the first
stage of cmakefiles processing is done, it does not contain the same information
as the "build_component_info" dictionary. The "type", "file" and "sources" variables
are missing.
Most of the properties are already attached to the component target, so
this only adds INCLUDE_DIRS property to the target during the first cmakefiles
processing stage.
The "all_component_info" dict is generated in a separate function, even
though the original function for "build_component_info" could be
adjusted. This introduces a little bit of boilerplate, but keeps it
logically separated and probably easier if we want to extend it in the
future.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-01-25 14:20:22 +01:00
17aa60886c
fix(hints): properly identify source component
...
If there is a component(child) within a component(parent), like for test_apps, the parent
component may be wrongly identified as source component for the failed include. This may
lead to a false bug report if the parent component has component, which provides the missing
header, in requirements.
Fix this by looking for the longest matching source component directory.
Suggested-by: Ivan Grokhotkov <ivan@espressif.com >
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-01-25 14:20:22 +01:00
39ef366eed
Update ble lib to eb473dda on ESP32-C6 and ESP32-H2
2024-01-25 20:37:28 +08:00
0b3649aa0e
feat(ble): add ble controller version output on ESP32-C6 and ESP32-H2
2024-01-25 20:37:22 +08:00
d1e16cea67
feat(ble): add ble controller status check api on ESP32-C6 and ESP32-H2
2024-01-25 20:37:15 +08:00
b13a4e2d9c
fix(ble): fixed build error when disable sm feature
2024-01-25 20:37:08 +08:00
e8f0906c11
Update C6 H2 lib to bb9d578e
2024-01-25 20:36:55 +08:00
e2e54312da
feat(openthread): support openthread radio caps rx on when idle
2024-01-25 14:14:51 +08:00
738145a65e
fix(ieee802154): add next operation in ieee802154 test when rx abort by tx ack coex
2024-01-25 14:14:51 +08:00
2f988d08de
feat(802.15.4): introduce pending tx while rx feature
2024-01-25 14:14:51 +08:00
08f462dc0e
feat(openthread): integrate console command with ot command
2024-01-25 14:14:51 +08:00
dd0eeaf7f3
feat(openthread): add menuconfig for openthread address query
2024-01-25 14:14:51 +08:00
f86a39ad87
fix(openthread): set spinel frame buffer to member variables
2024-01-25 14:14:51 +08:00
d339120bed
feat(openthread): support esp openthread radio spinel
2024-01-25 14:14:51 +08:00
30f01c33e1
feat(nimble): Gatt caching support
2024-01-25 09:59:03 +05:30
4529a6ab6e
fix(esp_phy): Fixed BLE TX 2M problem causing by phy_wifi_enable_set()
...
1. Fixed BLE 2M phy TX problem causing by phy_wifi_enable_set() on ESP32-C3 and ESP32-S3
2. Fixed BLE CCA bug on ESP32-C2
3. Fixed wifi boot bug at low temp on ESP32-C6
4. Fixed BLE and WIFI could not receive packets after entering light sleep for a long time on ESP32-C3, ESP32-S3, ESP32-C2 and ESP32-C6
2024-01-25 12:26:25 +08:00
e4ae078224
Merge branch 'bugfix/ble_check_adv_data_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fix ble adv data check to avoid memory overflow(backport v5.1)
See merge request espressif/esp-idf!28406
2024-01-25 12:06:02 +08:00
7d45bbef63
Merge branch 'bugfix/fix_ble_memory_leak_v5.1' into 'release/v5.1'
...
fix(ble/bluedroid): Fix ble memory leak when gattc config off(backport v5.1)
See merge request espressif/esp-idf!28496
2024-01-25 11:59:13 +08:00
4fd3de1ce8
Merge branch 'bugfix/fix_some_ble_issue_v5.1' into 'release/v5.1'
...
Bugfix/fix some ble issue v5.1(backport v5.1)
See merge request espressif/esp-idf!28616
2024-01-25 11:59:02 +08:00
9a85bb8426
Merge branch 'bugfix/address_resolution_v5.1' into 'release/v5.1'
...
fix(nimble): Added support for address resolution during inquiry (v5.1)
See merge request espressif/esp-idf!28519
2024-01-25 11:58:47 +08:00
26bbec86f2
Merge branch 'bugfix/fix_pmk_invalid_wpa_or_wpa2_connect_fail_issue_v5.1' into 'release/v5.1'
...
fix(wifi): fix pmk invalid lead same ssid wpa and wpa2 connect fail issue(Backport v5.1)
See merge request espressif/esp-idf!28668
2024-01-25 09:57:44 +08:00
f3c6aa975d
fix: save RunTool command output with correct line endings
...
Currently RunTool reads command's output with asyncio read, which
returns bytes. This is decoded into python's string and the output already
contains OS specific line endings, which on Windows is CRLF. Problem is
that the command output is saved by using python's text stream/file,
which replaces LF, native python's line ending, with OS specific line ending.
On Windows, and in this particular case, the CRLF from the command output is
translated into CRCRLF and saved in the commands output file. When this
file is read in again, e.g. for hint modules, the CRCRLF is replaced
with LFLF. Again the file is open as text file. Meaning a new emply line
is added.
Fix this by opening the output file with "newline=''", which prevents
this translation. We already have the OS specific line ending in the
command's output.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-01-24 13:15:03 +01:00
35b4151fee
mbedtls: Fix enable dynamic mbedtls will occur heap corruption when server support TLS renegotiation
2024-01-24 17:53:09 +08:00
614ad494f6
fix(soc): change debug addr range to CPU subsystem range
...
For C6/H2/P4/C5, there is no SoC specific debug range. Instead the same
address range is part of CPU Subsystem range which contains debug mode
specific code and interrupt config registers (CLINT, PLIC etc.).
For now the PMP entry is provided with RWX permission for both machine
and user mode but we can save this entry and allow the access to only
machine mode for this range.
For P4/C5 case, this PMP entry can have RW permission as the debug mode
specific code is not present in this memory range.
2024-01-24 12:52:27 +05:30
5dec348666
Merge branch 'feat/update_cjson_v1_7_17_v5.1' into 'release/v5.1'
...
feat(cJSON): update submodule to v1.7.17 (v5.1)
See merge request espressif/esp-idf!28349
2024-01-24 15:05:10 +08:00
d7e275c408
Merge branch 'feat/add_ble_support_in_local_ctrl_example_v5.1' into 'release/v5.1'
...
fix(examples): Fix encoding issue in esp_local_ctrl's proto script (v5.1)
See merge request espressif/esp-idf!28128
2024-01-24 15:04:45 +08:00
da47d4d632
Merge branch 'bugfix/update_jtag_disabling_api_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): fix API esp_hmac_disable_jtag() to disable JTAG (v5.1)
See merge request espressif/esp-idf!28493
2024-01-24 15:04:33 +08:00
c9f2c512b6
Merge branch 'bugfix/change_default_value_for_ip_ttl_5.1' into 'release/v5.1'
...
Fix(lwip):bugfix for change default value for ip ttl 5.1
See merge request espressif/esp-idf!28400
2024-01-24 14:48:11 +08:00
01f6a7a5c7
Merge branch 'bugfix/revert_changes_a2dp_sink_example_v5.1' into 'release/v5.1'
...
Revert "fix(bt/bluedroid): corrected the strings of A2DP audio states" (v5.1)
See merge request espressif/esp-idf!28363
2024-01-24 14:47:49 +08:00
3fa5a76a00
fix(wifi): fix pmk invalid lead same ssid wpa and wpa2 connect fail issue
2024-01-24 12:03:14 +08:00
8b16d9b8bc
Fix(lwip):bugfix for change default value for ip ttl
2024-01-24 10:48:57 +08:00
bc3c3ac417
Revert "fix(bt/bluedroid): corrected the strings of A2DP audio states"
...
This reverts commit 00052aa208
.
2024-01-24 10:48:10 +08:00
abaa9f2bfe
ci(openthread): Add a test case for openthread sleepy device
2024-01-23 16:11:29 +08:00
9a246bcbf1
feat: support dump last time sleep context
2024-01-23 16:11:29 +08:00
fa02eeeb97
fix(esp_hw_support): fix API esp_hmac_disable_jtag() to disable JTAG
...
After ets_hmac_disable(), invalidating JTAG register process is ineffective.
So, added call to enable hmac begore invalidating JTAG REG.
And similarly disabled it after invalidation.
2024-01-23 12:20:06 +05:30
d7b6ebe7df
fix(i2s): fixed incorrect reg base name on C3
...
Closes https://github.com/espressif/esp-idf/issues/12643
2024-01-23 12:05:45 +08:00
bba56bc016
fix(bod): Fix BOD threshold value on ESP32H2
2024-01-23 10:13:33 +08:00
2874c5e281
feat(bt/bluedroid): Support ext adv aux option
2024-01-22 20:56:26 +08:00
d6d6963fea
fix(bt/bluedroid): Fix BLE malloc internal wrapper fail
2024-01-22 20:56:14 +08:00
5fa653771f
feat(ble/bluedroid): Add getter for BLE GAP callback
2024-01-22 20:56:03 +08:00
8dbfff100e
feat(ble/bluedroid): Add getter for BLE GATTS callback
2024-01-22 20:55:56 +08:00
77ca6c58c1
feat(ble/bluedroid): Add getter for BLE GATTC calllback
2024-01-22 20:55:49 +08:00
cc78bb61b5
docs(ble/bluedroid): Optimize documentation for BLE duplicate scan
2024-01-22 20:55:42 +08:00
9c93c54d81
fix(ble/bluedroid): Fix dangling pointer issue in deletion of bonded devices
2024-01-22 20:55:31 +08:00
22bdd07668
fix(ble/bluedroid): Fix BLE background connection log level
2024-01-22 20:55:23 +08:00
8cd9f33235
feat: LittleFS bump version to 1.13.0
2024-01-22 20:23:28 +08:00
dbc3a2a80b
feat(example/storage/littlefs): add LittleFS demo example
2024-01-22 20:23:28 +08:00
e9db535290
ci(esp_eth): enabled Ethernet ip101 jobs
2024-01-22 12:46:33 +01:00
e2e1542378
fix(console): Fixed linenoise prompt length calculation
...
This commit fixes a potential issue where in the prompt length used
for the linenoise based console could be calculated as a negative
integer, leading to a console hang.
Closes https://github.com/espressif/esp-idf/issues/4924
2024-01-22 16:22:28 +08:00
7011329b35
Merge branch 'bugfix/fix_scan_request_ifs_error_v5.1' into 'release/v5.1'
...
Fixed BLE scan request ifs time error in coexistence scenarios on ESP32(backport v5.1)
See merge request espressif/esp-idf!28575
2024-01-22 14:43:05 +08:00
766d26f1f3
Merge branch 'bugfix/fix_crash_issue_when_mesh_deinit_v5.1' into 'release/v5.1'
...
fix(wifi): fix the crash and malloc fail issue (v5.1)
See merge request espressif/esp-idf!28537
2024-01-22 11:02:46 +08:00
cdb421f08f
feat(ble): added pytest for ble power save example
2024-01-22 10:56:52 +08:00
22e6e5be06
fix(ble): Fixed the issue of being unable to enter light sleep
...
- Fixed the issue where light sleep cannot be entered when external 32k XTAL does not exist
2024-01-22 10:49:00 +08:00
899b216223
Merge branch 'bugfix/ble_update_lib_20231229_v5.1' into 'release/v5.1'
...
update lib on release/v5.1
See merge request espressif/esp-idf!28188
2024-01-22 10:39:06 +08:00
95e0a1d1b6
fix(nimble): Added support for address resolution during inquiry.
2024-01-22 09:42:22 +08:00
2ec5d6b0f2
fix(esp_coex): Fixed potential BLE scan request ifs timer error bug
2024-01-20 11:28:20 +08:00
bf322fbc4a
Fixed BLE scan request ifs timer error in coexistence scenarios
2024-01-20 11:28:20 +08:00
47b44dfa71
Merge branch 'fix/esp32h2_phy_sleep_wakeup_issue_v5.1' into 'release/v5.1'
...
fix(esp_phy): fix esp32h2 sleep wakeup issue (backport v5.1)
See merge request espressif/esp-idf!28299
2024-01-19 16:47:58 +08:00
214a4d7a37
Merge branch 'bugfix/fix_mac_bb_pd_iwdt_timeout_v5.1' into 'release/v5.1'
...
fix(ble): fixed interrupt timeout in MAC_BB_PD callback (v5.1)
See merge request espressif/esp-idf!28465
2024-01-19 16:45:35 +08:00
e1b257934c
Merge branch 'bugfix/fix_systick_lost_in_esp32_dfs_v5.1' into 'release/v5.1'
...
fix(esp_pm): safely check ccompare validity in DFS update_ccompare (v5.1)
See merge request espressif/esp-idf!28562
2024-01-19 16:44:39 +08:00
7869e584ce
feat(cjson): update submodule to v1.7.17
...
Changelog: https://github.com/DaveGamble/cJSON/releases/tag/v1.7.17
2024-01-19 14:06:11 +05:30
cada5533f2
fix(app_update): fixed undeclared variable 'ret' in esp_ota_ops.c
2024-01-19 14:04:06 +05:30
a7f654fd64
feat: Add API to verify the bootloader and app image
...
Added an API to verify the bootloader and app image before revoking the key in Secure Boot V2.
This will help in preventing the device to be bricked if the bootloader/application cannot be
verified by any other keys in efuse
2024-01-19 14:04:06 +05:30
6c8fa646e4
change(ble): npl count is zero if nimble host is not used
...
change(ble): added npl eventq put to front
change(ble): added cache safe check in ble power save example
ble(update):
Update c2 lib to 91b81332
Update h2 lib to 620fbe79
Update c6 lib to 620fbe79
fix(ble): fix stack overflow disable at sleep
Revert "change(ble): added ble cca en and thresh option"
This reverts commit 71901499b9
.
2024-01-19 16:14:05 +08:00
ad9a195c3a
fix(esp_pm): safely check ccompare validity in DFS update_ccompare
2024-01-19 11:14:28 +08:00
1410699d88
fix(wifi): fix the crash and malloc fail issue
...
1. fix(wifi/mesh): fix the crash issue when mesh deinit
2. fix(wifi):fix when ap recv auth in sa query porcess will memset psq issue
2024-01-19 11:11:34 +08:00
b59aeaa192
fix(bt/bluedroid): Fix ble adv data check to avoid memory overflow
2024-01-19 10:52:34 +08:00
6a81c1fcce
fix(ble/bluedroid): Fix ble memory leak when gattc config off
2024-01-19 10:52:20 +08:00
1091ce2106
fix(ble): fixed interrupt timeout in MAC_BB_PD callback
2024-01-19 10:50:09 +08:00
ee68063b6a
fix(esp_phy): fix esp32h2 sleep wakeup and i2c issue
2024-01-19 10:06:11 +08:00
ade4d4d757
fix(kconfcheck): Fixed false-positive indent errors and extended limits
2024-01-18 11:38:41 +01:00
6824abbdb3
Merge branch 'fix/i2c_test_app_change_gpio_v5.1' into 'release/v5.1'
...
fix(i2c): test app change gpio (v5.1)
See merge request espressif/esp-idf!28484
2024-01-18 17:43:09 +08:00
e3532b522e
fix(i2c): test app change gpio
2024-01-18 11:13:06 +08:00
ea0c86e30a
Merge branch 'ci/temp_disable_jobs_v5.1' into 'release/v5.1'
...
ci: remove ip101 jobs and twai_std jobs (v5.1)
See merge request espressif/esp-idf!28378
2024-01-18 11:08:33 +08:00
aa2793f3f1
Merge branch 'feature/support_hw_trigger_regdma_when_pu_top_v5.1' into 'release/v5.1'
...
fix(pm): trigger regdma retention by PMU when TOP is not power down on esp32H2 (backport v5.1)
See merge request espressif/esp-idf!28342
2024-01-18 11:06:51 +08:00
89cc9084ab
Merge branch 'bugfix/recalib_bbpll_before_tuning_v5.1' into 'release/v5.1'
...
fix(bbpll): fix bbpll may not lock or not stable bug for stop early (ESP32C2/S3/C6/H2) (v5.1)
See merge request espressif/esp-idf!28285
2024-01-17 21:24:10 +08:00
1e43abfb57
change(pm): put pmu_hal to iram
2024-01-16 14:01:22 +08:00
2ecbfecedf
feat(pm): support PMU trigger regdma when PU TOP
2024-01-16 14:01:22 +08:00
507541444b
ci: remove ip101 jobs and twai_std jobs
2024-01-10 10:31:11 +01:00
9c4b89c6d2
Merge branch 'bugfix/fix_no_sleep_null_data_after_data_sent_v5.1' into 'release/v5.1'
...
fix(pm): fix no sleep null after data sent (e7243f1f)
See merge request espressif/esp-idf!28290
2024-01-10 11:20:56 +08:00
276332f14c
Merge branch 'bugfix/increase_btu_task_stack_size_v5.1' into 'release/v5.1'
...
fix(bt/bludroid): Increase BTU task stack size(backport v5.1)
See merge request espressif/esp-idf!28322
2024-01-08 19:51:40 +08:00
e5742d6f41
fix(storage/fatfs): check whether sdcard supports triming
...
Closes https://github.com/espressif/esp-idf/issues/12912
2024-01-08 09:35:01 +01:00
0ad58fe10e
fix(adc): fix adc continuous get less results beacuse do not reset apb clk(legacy)
2024-01-08 16:11:53 +08:00
2fa19aab7a
fix(bt/bludroid): Increase BTU task stack size
2024-01-08 11:36:07 +08:00
74b20f3885
fix(gdbgui): Fix support of gdbgui on Unix with Python 3.11
...
Closes https://github.com/espressif/esp-idf/issues/12764
2024-01-05 18:52:19 +01:00
4d509333ef
fix(pm): fix no sleep null after data sent (e7243f1f)
2024-01-05 10:38:11 +08:00
5bdc38908b
fix(cache): fix wrong dcache size 0 configuration issue on s2
...
Closes https://github.com/espressif/esp-idf/issues/12711
2024-01-05 10:37:59 +08:00
a055fcbda4
fix(rtc): fixed bbpll not calibrated from bootloader issue
2024-01-05 10:19:20 +08:00
db1e54a0c5
Merge branch 'fix/esp32h2_rssi_positive_issue_5.1' into 'release/v5.1'
...
Fix/esp32h2 rssi positive issue 5.1
See merge request espressif/esp-idf!28269
2024-01-05 07:32:39 +08:00
630a8ff709
fix(bbpll): fix bbpll calibration may stop early bug(ESP32C2/S3/C6/H2)
2024-01-05 03:24:20 +08:00
efa71e8711
Merge branch 'feat/support_dump_ack_csi_v5.1' into 'release/v5.1'
...
feat(wifi): support dump 802.11 ACK frame for CSI (Backport v5.1)
See merge request espressif/esp-idf!28272
2024-01-04 23:41:19 +08:00
e57bf9a308
Merge branch 'bugfix/a2dp_sink_example_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): corrected the strings of A2DP audio states (v5.1)
See merge request espressif/esp-idf!28277
2024-01-04 23:35:01 +08:00
b7834bd64d
Merge branch 'feat/max_ver_c3_199_v5.1' into 'release/v5.1'
...
feat(soc): Increase max supported version of C3 to 1.99 (v5.1)
See merge request espressif/esp-idf!26823
2024-01-04 18:12:59 +08:00
00052aa208
fix(bt/bluedroid): corrected the strings of A2DP audio states
2024-01-04 17:53:51 +08:00
2cda3fc0c1
feat(wifi): support dump 802.11 ACK frame for CSI
...
1. fix beacon was unexpectedly freed issue
2. support dump ACK frame for CSI
2024-01-04 15:58:15 +08:00
5644fee5be
fix(ble): fixed rssi inaccuracy issue on ESP32-H2
2024-01-04 15:09:50 +08:00
a9679450b2
fix(ieee802154): fix the issue of not receiving packets when RSSI is positive in esp32h2
2024-01-04 15:09:42 +08:00
54bce56ae3
Merge branch 'bugfix/dpp_listen_bugs_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant): Fix few bugs in dpp(v5.1)
See merge request espressif/esp-idf!26793
2024-01-04 13:47:29 +08:00
f735330caa
Merge branch 'refactor/uart_read_bytes_from_ringbuf_v5.1' into 'release/v5.1'
...
change(uart): improved the internal logic of uart_read_bytes (v5.1)
See merge request espressif/esp-idf!28225
2024-01-04 11:57:37 +08:00
a66693cd63
Merge branch 'contrib/github_pr_12908_v5.1' into 'release/v5.1'
...
spi_lcd: add flag to control the DC level in cmd/param/data phase separately (GitHub PR) (v5.1)
See merge request espressif/esp-idf!28241
2024-01-04 10:25:33 +08:00
d2c1fcf56e
Merge branch 'bugfix/enable_addr_resol_across_reboot_v5.1' into 'release/v5.1'
...
fix(nimble): Enable address resolution across reboot (v5.1)
See merge request espressif/esp-idf!28215
2024-01-03 20:10:00 +08:00
1dc2b953b0
Merge branch 'ci/pre_commit_sbom_validation_v5.1' into 'release/v5.1'
...
ci: add sbom validation using pre-commit's post-commit stage (v5.1)
See merge request espressif/esp-idf!28229
2024-01-03 18:36:59 +08:00
67043f557f
feat(soc): Increase max supported version of C3 to 1.99
2024-01-03 18:02:49 +08:00
3078210b26
feat(spi_lcd): control DC level for cmd, param, color phase separately
...
Closes https://github.com/espressif/esp-idf/issues/10635
Merges https://github.com/espressif/esp-idf/pull/12908
2024-01-03 17:25:01 +08:00
24467ccc8a
Merge branch 'contrib/github_pr_12177_v5.1' into 'release/v5.1'
...
mbedtls: define MBEDTLS_SSL_CID_TLS1_3_PAD_GRANULARITY for CID padding (GitHub PR) (v5.1)
See merge request espressif/esp-idf!28209
2024-01-03 16:51:57 +08:00
f33c32dc05
fix(wpa_supplicant): Move concurrent wps and dpp check to before creating task
...
- Move the check for checking concurrent wps and dpp check to before creating
task rather than after.
2024-01-03 13:46:41 +05:30
078da4b2d2
fix(wpa_supplicant): Fix a crash in esp_wifi_wps_disable
...
- Fixes a crash observed in esp_wifi_wps_disable when wps process
is ongoing, caused due to concurrency issues in cancelling timers.
2024-01-03 13:46:41 +05:30
a65cb7669c
fix(wpa_supplicant): Add support for a dpp authentication timeout
...
- Adds support for a 1 second dpp authentication timeout.
2024-01-03 13:46:41 +05:30
dcc14e8c15
fix(wpa_supplicant): Restructuring DPP init method to ensure cleanup
...
- Restructuring DPP init function to ensure cleanup of variables in case of
init failure
2024-01-03 13:46:40 +05:30
5e20319831
fix(wpa_supplicant): Fix location of clearing up dpp global variables
...
- Fix location of cleaing up dpp global variables to ensure that there are
no concurrency issues.
2024-01-03 13:46:40 +05:30
c3518e0c87
fix(wpa_supplicant): Fix a memory leak in dpp deinit path
...
- Ensures that the auth information of dpp gets freed when there is
dpp gets deinited.
2024-01-03 13:46:40 +05:30
4dd0805a6e
fix(esp_wifi):Fix WDT when esp_supp_dpp_start_listen called multiple times
2024-01-03 13:46:38 +05:30
04d624c50a
Merge branch 'feat/ble_mesh_miscellaneous_update_v5.1' into 'release/v5.1'
...
feat(ble_mesh): Miscellaneous updates for mesh kconfig, relay related(v5.1)
See merge request espressif/esp-idf!28033
2024-01-03 15:42:15 +08:00
575af15974
Merge branch 'backport5.1/fix_ot_br_pcb_ttl' into 'release/v5.1'
...
fix(openthread): update lib to set raw pcb ttl value (backport v5.1)
See merge request espressif/esp-idf!28218
2024-01-03 15:25:28 +08:00
453738c2ff
Merge branch 'bugfix/nan_crash_sched_bcn_v5.1' into 'release/v5.1'
...
Fix crash while stopping NAN (Backport v5.1)
See merge request espressif/esp-idf!28181
2024-01-03 13:57:36 +08:00
0aed680855
Merge branch 'bugfix/fix_ble_robost_cashing_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fix BLE robost cashing config(backport v5.1)
See merge request espressif/esp-idf!28200
2024-01-03 11:31:54 +08:00
8d3170e044
Merge branch 'bugfix/BLEQABR23-35_v5.1' into 'release/v5.1'
...
fix(ble_mesh): avoid ble_mesh packet collision by using random adv interval(v5.1)
See merge request espressif/esp-idf!27487
2024-01-03 10:44:37 +08:00
6bc256adb7
fix(esp_wifi): Fix crash while stopping NAN
...
Also fix inconsistent NAN macro values
2024-01-03 10:35:56 +08:00
62fd4abded
ci: add sbom validation using pre-commit's post-commit stage
...
With 09ba070b7e
("fix: allow to use older pre-commit hook version")
and b93cc581a5
("fix: set default pre-commit hook stages to pre-commit..")
we set the default pre-commit hook stage to commit/pre-commit, which avoids
running the pre-commit plugins/hooks multiple times for different stages.
Unfortunately this also affects "pre-commit run" used in CI and
now it runs only plugins which are by default using the
commit/pre-commit stage. Meaning the sbom validation, which uses
post-commit, is not run at all. This adds an explicit pre-commit command
for validate-sbom-manifest plugin, which needs to be started in
post-commit stage.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-01-02 16:29:58 +01:00
0da4b0867b
change(uart): improved the internal logic of uart_read_bytes
...
Ringbuffer usage becomes more efficient with the use of xRingbufferReceiveUpTo
Closes https://github.com/espressif/esp-idf/issues/12386
2024-01-02 20:21:39 +08:00
ccc8b274eb
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/sdio_slave.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-reference/peripherals/sdio_slave.rst (Backport v5.1)
See merge request espressif/esp-idf!26109
2024-01-02 19:43:24 +08:00
8495a31f46
docs: provide CN translation for api-reference/peripherals/sdio_slave.rst (Backport v5.1)
2024-01-02 19:43:24 +08:00
d2b8ddfb1f
fix(openthread): update lib to set raw pcb ttl value
2024-01-02 16:56:52 +08:00
c6946cb2fd
fix(nimble): Enable address resolution across reboot
2024-01-02 14:04:44 +05:30
29803d93b5
Merge branch 'bigfix/BLEQABR23-503_v51' into 'release/v5.1'
...
fix(ble_mesh): reject node-reseting when provision link is active (V5.1)
See merge request espressif/esp-idf!25849
2024-01-02 15:38:12 +08:00
53b013f041
fix(ble_mesh): reject node-reseting when provision link is active (V5.1)
2024-01-02 15:38:11 +08:00
268fbf83c1
bugfix(ble_mesh): add duplicate scan config for esp32s3
2024-01-02 15:35:11 +08:00
fa85443a44
feat(ble_mesh): Miscellaneous updates for mesh kconfig, relay related
2024-01-02 15:34:27 +08:00
4fe0523a5f
bugfix(ble_mesh): Prevent the generation of link ID as 0.
2024-01-02 15:24:15 +08:00
f9569bde37
mbedtls: define MBEDTLS_SSL_CID_TLS1_3_PAD_GRANULARITY for CID padding
...
Updates config to define the new MBEDTLS_SSL_CID_TLS1_3_PAD_GRANULARITY
option, which replaced the previously used
MBEDTLS_SSL_CID_PADDING_GRANULARITY. The old option is continuing to be
used as the new one exceeds the maximum length for an option name in
esp-idf.
See https://github.com/Mbed-TLS/mbedtls/pull/4490 for more information.
Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com >
2024-01-02 11:22:10 +05:30
401653364d
fix(bt/bluedroid): Optimize ble remove all bonded devices function
2023-12-30 20:39:57 +08:00
9f478a8305
fix(bt/bluedroid): Update ble ibeacon example document
2023-12-30 20:39:47 +08:00
a76b44602c
fix(bt/bluedroid): Update ble gattc gatts coex example
2023-12-30 20:39:37 +08:00
3241fd237b
fix(bt/bluedroid): Fix BLE robost cashing config
2023-12-30 20:14:19 +08:00
bc2389029c
Merge branch 'bugfix/fix_ble_app_unregister_no_event_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fix ble app unregister no event(backport v5.1)
See merge request espressif/esp-idf!28175
2023-12-29 16:03:39 +08:00
b929a149db
Merge branch 'bugfix/fix_gatts_stop_race_condition_v5.1' into 'release/v5.1'
...
fix(nimble): Handled race condition for conn variables being set to NULL (v5.1)
See merge request espressif/esp-idf!28169
2023-12-29 16:02:17 +08:00
4e8b573481
Merge branch 'bugfix/fix_ble_phy_tx_ifs_v5.1' into 'release/v5.1'
...
Bugfix/fix ble phy tx ifs v5.1
See merge request espressif/esp-idf!28152
2023-12-29 14:14:00 +08:00
6e57f35873
Merge branch 'backport/add_dynamic_iram_check_for_ot_sleep_v51' into 'release/v5.1'
...
fix(pm): fix extra retention function to iram(Backportv5.1)
See merge request espressif/esp-idf!28134
2023-12-29 12:26:04 +08:00
2c7d68d17b
Merge branch 'bugfix/clear_lp_sw_trigger_int_before_sleep_v5.1' into 'release/v5.1'
...
feat(ulp): add api to get lp_cpu wakeup cause and clear wakeup source at startup(v5.1)
See merge request espressif/esp-idf!28147
2023-12-29 12:20:58 +08:00
82bfc1de86
Merge branch 'bugfix/crash_in_btc_hf_init_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Avoided crash of LoadProhibited during HFP AG deinitialization (v5.1)
See merge request espressif/esp-idf!28117
2023-12-29 12:01:51 +08:00
8b84071f6a
Merge branch 'backport/fix_ble_prepare_write_v5.1' into 'release/v5.1'
...
Backport/fix ble prepare write v5.1
See merge request espressif/esp-idf!27909
2023-12-29 12:01:01 +08:00
b938ef047c
Merge branch 'bugfix/fix_fragment_bug_v5.1' into 'release/v5.1'
...
fix(wifi): fix the rate check error in fragment (v5.1)
See merge request espressif/esp-idf!28171
2023-12-29 11:48:49 +08:00
5fd7c865c7
bugfix(ble_mesh): Supplementary configuration options that should be enabled.
2023-12-29 11:11:21 +08:00
a4635d75ca
fix(ble_mesh): Support using random adv interval for mesh packets
2023-12-29 11:11:21 +08:00
f4756fc21e
fix(wifi): fix the rate check error in fragment
2023-12-28 19:13:00 +08:00
7755e6190c
fix(bt/bluedroid): Fix ble app unregister no event
2023-12-28 19:10:10 +08:00
aa2c91072d
fix(nimble): Handled race condition for conn variables being set to NULL
2023-12-28 15:13:09 +05:30
bbd8d13f93
Merge branch 'bugfix/periodic_adv_enh_fixes_v5.1' into 'release/v5.1'
...
fix(nimble): Added periodic_adv_enh soc_caps for c2, h2 (v5.1)
See merge request espressif/esp-idf!28077
2023-12-28 17:24:05 +08:00
04895043f5
Merge branch 'feat/support_esp32c3_v1.1_wifi_v5.1' into 'release/v5.1'
...
feat(wifi): support esp32c3 v1.1 WiFi(v5.1)
See merge request espressif/esp-idf!27914
2023-12-28 16:56:49 +08:00
ddc3b14fdb
fix(app_trace): Fix SystemView build
2023-12-28 12:08:57 +04:00
17752f970a
fix(phy): Fix ble tx ifs time for ESP32
2023-12-28 14:32:26 +08:00
53afab3850
feat(ulp): add api to get lp_cpu wakeup cause and clear wakeup source at startup
...
Closes https://github.com/espressif/esp-idf/issues/12651
2023-12-28 13:31:55 +08:00
47c89441c1
Merge branch 'backport/ieee802154_receive_done_handler_v51' into 'release/v5.1'
...
fix(ieee802154): introduce a receive done handler feature(backportV5.1)
See merge request espressif/esp-idf!28133
2023-12-28 11:13:06 +08:00
9088450645
Merge branch 'bugfix/fix_establish_two_sco_fail_v5.1' into 'release/v5.1'
...
fix(bt/controller): Fixed establish two sco connections failed (Backport v5.1)
See merge request espressif/esp-idf!28101
2023-12-27 19:38:25 +08:00
61a11a7c1f
Merge branch 'bugfix/wait_tvsl_after_non_pd_top_lightsleep_v5.1' into 'release/v5.1'
...
fix(esp_hw_support/sleep): wait flash ready after non-pd_top lightsleep for esp32c6 (v5.1)
See merge request espressif/esp-idf!28143
2023-12-27 19:37:42 +08:00
dc9d9b41f2
fix(nimble): Added periodic_adv_enh soc_caps for c2, h2
2023-12-27 15:03:17 +05:30
48091104b6
Merge branch 'test/ctrl_acl_u_pkt_type_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): Added an API to specify data types for ACL-U traffic
See merge request espressif/esp-idf!27598
2023-12-27 16:53:43 +08:00
58de97b193
fix(wifi): change default flash freq from 40M to 80M for esp32 in iperf
2023-12-27 16:47:00 +08:00
e7b20b754f
fix(wifi): fix beacon eb memory leak issue
2023-12-27 16:47:00 +08:00
afbe2d1165
fix(rom): fix rom ld for v5.1
2023-12-27 16:47:00 +08:00
e6efcc407e
fix(rom): remove related rom funcs in c3 rom eco7 MR
2023-12-27 16:47:00 +08:00
36e082d6e2
feat(wifi): support esp32c3 v1.1 WiFi
...
1.bringup c3 v1.1 and sync func to c3 eco7 rom
2.support to set null&probe lifetime
3.support to adjust listen interval to dtim period
4.support tx pkt w/o wake null
5.allow to tx null0 if requtest to rx data
2023-12-27 16:47:00 +08:00
ecca6fb1c2
change(esp_hw_support/sleep): rename ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY
...
1. Rename ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY to ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY
2. Set ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY visible for all targets
2023-12-27 15:36:20 +08:00
c33dd0f4a2
fix(esp_hw_support/sleep): wait flash ready after non-pd_top lightsleep for esp32c6
2023-12-27 15:36:15 +08:00
ddd142e624
Merge branch 'bugfix/fix_ble_recorrect_enable_bug_v5.1' into 'release/v5.1'
...
fix(ble/controller): Fixed BLE recorrect enable bug and fixed BLE bb isr enable by default (backport v5.1)
See merge request espressif/esp-idf!28110
2023-12-27 12:03:47 +08:00
9d41ed6546
feat(bt/bluedroid): Added an API to specify data types for ACL-U traffic
2023-12-26 20:21:15 +08:00
81123259ff
fix(pm): fix extra retention function to iram
...
* Also remove unused function on H2
2023-12-26 19:20:44 +08:00
66efe67609
fix(ieee802154): introduce a receive done handler feature
2023-12-26 19:12:11 +08:00
cf241fdaf1
CI: created script for creating MR to esp-dockerfiles, added script execution to CI pipeline
2023-12-26 16:51:05 +07:00
f922e43625
Merge branch 'backport/some_openthread_related_features_v51' into 'release/v5.1'
...
Backport some openthread related features (backport v5.1)
See merge request espressif/esp-idf!28055
2023-12-26 17:27:27 +08:00
d62f61dc47
fix(examples): Fix encoding issue in esp_local_ctrl's proto script
2023-12-26 14:03:09 +05:30
b7f0139dcb
Merge branch 'bugfix/alarm_args_double_free_v5.1' into 'release/v5.1'
...
Bugfix/alarm args double free v5.1
See merge request espressif/esp-idf!27538
2023-12-26 16:16:58 +08:00
f7cfcebe69
fix(bt/bluedroid): Disabled Sniff Subrating temporarily as it did not work well
2023-12-26 11:51:32 +08:00
885c070eb8
fix(bt/bluedroid): Changed the default air mode to invalid value
2023-12-26 11:51:32 +08:00
5f621c33da
fix(bt/bluedroid): Removed redundant operation of SCO clean up
2023-12-26 11:51:32 +08:00
bf7e27d126
fix(bt/bluedroid): Corrected the definitions of HF Client callback events
2023-12-26 11:51:32 +08:00
94faa4a112
fix(bt/bluedroid): Avoided crash of LoadProhibited during HFP AG deinitialization
...
Move the release of the control blocks from the start
of deinitialization to the profile disabled event.
2023-12-26 11:51:32 +08:00
3c088db873
fix(bt/bluedroid): Added dynamic memory allocation for HFP control blocks
2023-12-26 11:51:32 +08:00
244a3f892e
fix(bt/bluedroid): Set the alarm_arg to NULL after releasing to avoid double free in L2CAP layer
2023-12-26 11:04:46 +08:00
0d5d7cbff7
fix(bt/bluedroid): Set the alarm_arg to NULL after releasing to avoid double free in BTC layer
2023-12-26 11:04:46 +08:00
d24b321eec
Merge branch 'bugfix/fixed_stop_periodic_adv_assert_issue_v5.1' into 'release/v5.1'
...
fixed(ble): fixed an assertion issue when stopping periodic adv on ESP32C6 and ESP32H2
See merge request espressif/esp-idf!28084
2023-12-25 18:31:20 +08:00
dd6e1b76fc
fix(ble/controller): Fixed BLE recorrect enable bug and fixed BLE bb isr enable by default
2023-12-25 16:21:47 +08:00
ddab5dbaa4
fix(bt/controller): Fixed establish two sco connections failed
2023-12-25 10:42:36 +08:00
df8cc9ad37
Merge branch 'fix/btc_config_lock_error_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): fixed btc_config_lock error (backport v5.1)
See merge request espressif/esp-idf!28070
2023-12-25 10:18:26 +08:00
08545547d8
Merge branch 'bugfix/boot_flash_build_v5.1' into 'release/v5.1'
...
bugfix(spi_flash): Fix build error when octal flash is enabled (5.1)
See merge request espressif/esp-idf!28078
2023-12-25 10:02:08 +08:00
c57b352725
Merge branch 'feat/add_csa_selection_vsc_v5.1' into 'release/v5.1'
...
feat(nimble): Add VSC support for setting chan select algo (v5.1)
See merge request espressif/esp-idf!28028
2023-12-23 23:47:15 +08:00
6ae956d81c
fix(bt/bluedroid): Fix prepare write for BLE example
2023-12-23 20:19:37 +08:00
6644bcc320
fix(bt/bluedroid): Fix BLE prepare write
2023-12-23 20:19:37 +08:00
0dc286db38
fix(nimble): Add VSC support for setting chan select algo
2023-12-22 18:31:52 +05:30
3629f070b6
Merge branch 'feature/hogp_example_support_v5.1' into 'release/v5.1'
...
feat(nimble): Added HID over Gatt Profile Support (v5.1)
See merge request espressif/esp-idf!28025
2023-12-22 20:52:17 +08:00
0fe3057529
fixed(ble): fixed an assertion issue when stopping periodic adv on ESP32C6 and ESP32H2
2023-12-22 15:35:28 +08:00
6deb0ae743
Merge branch 'bugfix/ble_update_lib_20231219_v5.1' into 'release/v5.1'
...
update lib on release/v5.1
See merge request espressif/esp-idf!27999
2023-12-22 14:57:32 +08:00
8f6213c9f2
bugfix(spi_flash): Fix build error when octal flash is enabled,
...
Closes https://github.com/espressif/esp-idf/issues/12850
2023-12-22 14:11:28 +08:00
a95bf9e0c3
feat(nimble): added HID over Gatt profile support
2023-12-22 11:23:05 +05:30
04b6feb1ad
Merge branch 'bugfix/handle_all_zero_bdaddr_v5.1' into 'release/v5.1'
...
fix(nimble): Handle all 0s address of external controllers during IRK generation (v5.1)
See merge request espressif/esp-idf!27960
2023-12-22 11:53:07 +08:00
83a99d954d
fix(bt/bluedroid): fixed btc_config_lock error
2023-12-22 11:30:39 +08:00
b34ab72832
Merge branch 'bugfix/BLEQABR23-811_v5.1' into 'release/v5.1'
...
bugfix(ble_mesh): Enable CONFIG_BT_NIMBLE_VS_SUPPORT when using the duplicate...(v5.1)
See merge request espressif/esp-idf!27568
2023-12-21 20:22:26 +08:00
cb4e90ca6e
refactor(usb/host): Move FIFO size configuration to HAL layer
...
The logic of calculating FIFO sizes is DWC OTG specific.
We move it to the HAL layer to provide better abstraction in the HDC layer.
2023-12-21 10:45:21 +01:00
325205faee
refactor(usb/host): Make private hal types USB_DWC specific
2023-12-21 10:45:04 +01:00
d9223c6d91
feat(usb/host): Add High Speed enumeration types
2023-12-21 10:35:31 +01:00
aa3a1efdd3
fix(openthread): allow setting netif_idx of udp pcb to no_index
2023-12-21 15:17:58 +08:00
6eba71f171
fix(coex): 802.15.4 coex break notification
2023-12-21 15:17:58 +08:00
866bc77246
feat(ieee802154): add tx/rx report for IEEE802.15.4 debug
2023-12-21 15:17:54 +08:00
7e469f1330
feat(openthread): modification of uart and spi spinel based on openthread 41ef807
2023-12-21 15:16:29 +08:00
6221119c2f
fix(openthread): fix openthread SPI tx timeout issue
2023-12-21 15:16:28 +08:00
d799d361ea
fix(openthread): add netif check when call udp api for ot
2023-12-21 15:16:28 +08:00
abe36b97a5
fix(openthread): fix ot netif destroy netif order issue
2023-12-21 15:16:28 +08:00
925e3e2ed5
Merge branch 'fix/build_error_in_compiler_performance_mode_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): fixed build error when compiler in performace mode (backport v5.1)
See merge request espressif/esp-idf!27864
2023-12-21 11:30:38 +08:00
90435019a1
Merge branch 'bugfix/fix_memory_leak_in_c3_s3_controller_v5.1' into 'release/v5.1'
...
Fixed memory leak in ESP32C3 and ESP32S3 controller (Backport v5.1)
See merge request espressif/esp-idf!27892
2023-12-21 11:29:39 +08:00
a8a3adcfb8
Merge branch 'bugfix/put_extra_link_retention_in_iram_5.1' into 'release/v5.1'
...
fix(pm): place extra link opt in iram(Backport v5.1)
See merge request espressif/esp-idf!27898
2023-12-21 11:28:38 +08:00
d09d7bb646
Merge branch 'bugfix/ieee802154_deinit_v5.1' into 'release/v5.1'
...
Bugfix/ieee802154 deinit (Backport v5.1)
See merge request espressif/esp-idf!27973
2023-12-21 11:27:45 +08:00
487adc09f4
Merge branch 'change/change_regdma_power_issue_macro_v5.1' into 'release/v5.1'
...
change(pm): change macro SOC_PM_RETENTION_HAS_REGDMA_POWER_BUG (backport v5.1)
See merge request espressif/esp-idf!27991
2023-12-21 11:27:10 +08:00
503eccb261
Merge branch 'docs/Separate_low-power_documents_v5.1' into 'release/v5.1'
...
docs:separate low power documents (backport v5.1)
See merge request espressif/esp-idf!28021
2023-12-21 11:10:13 +08:00
b38ee33b6d
Merge branch 'bugfix/fix-clean-up-in-error-condition-in-http-example_v5.1' into 'release/v5.1'
...
fix(example/http): Fixed potential memory leak/crash in when handling error condition (v5.1)
See merge request espressif/esp-idf!27875
2023-12-20 16:41:29 +08:00
2c564d32db
Merge branch 'bugfix/fix_some_wifi_bugs_231214_v5.1' into 'release/v5.1'
...
fix(wifi): fix some wifi bugs 231214 (Backport v5.1)
See merge request espressif/esp-idf!27943
2023-12-20 13:59:25 +08:00
b37d4079ff
bugfix(ble_mesh): Enable CONFIG_BT_NIMBLE_VS_SUPPORT when using the duplicate scan feature on the NimBLE host.
2023-12-20 11:18:36 +08:00
6360246a29
Apply 2 suggestion(s) to 2 file(s)
2023-12-20 11:08:12 +08:00
a56b523822
docs:Separate low-power documents(backprot v5.1)
2023-12-20 11:07:28 +08:00
acb84ca804
Merge branch 'bugfix/u32_reg_tsens_v5.1' into 'release/v5.1'
...
fix(tempertuer_sensor): Fix regs on temperature sensor is not volatile due to GCC bug(backport v5.1)
See merge request espressif/esp-idf!27948
2023-12-20 10:51:51 +08:00
40bea117e4
Merge branch 'bugfix/s3_irom_addr_v5.1' into 'release/v5.1'
...
soc: fix SOC_IROM_MASK_HIGH for esp32s3 (v5.1)
See merge request espressif/esp-idf!27136
2023-12-20 10:00:39 +08:00
b88e73f3ed
Merge branch 'fix/sbom_validation_post_commit_v5.1' into 'release/v5.1'
...
fix: do sbom manifest validation in post-commit (v5.1)
See merge request espressif/esp-idf!28012
2023-12-20 00:03:18 +08:00
a537dafa74
fix: do sbom manifest validation in post-commit
...
Following commit c3afbebf23
("fix: bump esp-idf-sbom to v0.13.0 in pre-commit"),
the validation of submodule hash now relies solely on the information recorded
in the git-tree. Previously, the hash verification used submodule's
working tree hash if available. Since the new submodule hash is recorded
in git-tree only after the commit is created, we need to move the check
into post-commit, otherwise the hash validation checks the old value.
For example:
1. in .gitmodules
[submodule "components/json/cJSON"]
sbom-hash = cb8693b058ba302f4829ec6d03f609ac6f848546
2. update the cJSON
$ git -C components/json/cJSON checkout b45f48e600671feade0b6bd65d1c69de7899f2be
3. update cJSON hash in .gitmodules
[submodule "components/json/cJSON"]
sbom-hash = b45f48e600671feade0b6bd65d1c69de7899f2be
4. commit the changes
$ git commit -a -s
Step 4. will fail, because the validation is currently started in pre-commit stage,
where the hash for cJSON recorded in git-tree is still
cb8693b058ba302f4829ec6d03f609ac6f848546. The new hash b45f48e600671feade0b6bd65d1c69de7899f2be
will be stored in git-tree after the new commit is created.
Note that this means we cannot prevent the commit creation, but only
notify user about the hash inconsistency. If he/she still decides to
push it, it will fail in pre-commit checks in CI.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-12-19 12:30:37 +01:00
b0493e0f6b
fix(docs): fixed doxygen warnings in few headers
...
- non-matching arguments in `i2c_types.h` and `esp_wifi_crypto_types.h`
- Fixed unended `@cond` macro in `esp_err.h`
2023-12-19 19:15:49 +08:00
f841f0ae52
fix(esp_srp): Use @file
for file documentation and missing doc
...
Using @brief for file description wrongly associates the documentation to an API.
Correct way to add file description is to use `@file` and then `@brief`. Corrected the same.
- Also added missing doc for esp_srp_handle_t
2023-12-19 19:15:49 +08:00
24da38f63c
fix(wifi): fix some wifi bugs 20231214
...
1. add support for espnow to seet dcm rate
2. bugfix: fix csi info is not correct
3. feature: add support for establishing over 4 rx ba sessions
4. sniffer: modified rx error dump in sniffer mode
5. fix(itwt): fix when receiving the twt setup response frame, twt tx cb has not yet been called
6. itwt: fix itwt information frame format is not correct when suspend time is 0
7. update esp_wifi_crypto_types.h
8. sta not pmf capable when ap requires should reject profile
9. fix softap set config issue
10. allow some special igtk keyindex to workaround faulty APs
11. fix psram enabled but initialized fail issue
12. add missing header files for wifi files
13. feat(wifi/vendor): get more wifi information in csi rx callback
2023-12-19 19:15:49 +08:00
796f315f6b
doc(Wi-Fi/Vendor): Update comments for wifi_csi_info_t
2023-12-19 19:15:49 +08:00
23148a3138
Fix(esp_wifi): Add the missing header file to the wifi header files.
2023-12-19 19:15:49 +08:00
482ba2b909
fix(wifi): fix psram enabled but initialized fail issue
...
Closes https://github.com/espressif/esp-idf/issues/11971
2023-12-19 19:15:49 +08:00
1881900781
fix(wifi): allow some special igtk keyindx to workaround faulty APs
2023-12-19 19:15:49 +08:00
61ae9bd8e2
fix(wifi/mesh): fix the IE crypto disable error and update doc
2023-12-19 19:15:49 +08:00
13094f2216
change(wifi): update esp_coexist_internal.h and esp_modem_wrapper.h
2023-12-19 19:15:49 +08:00
0573c44f32
docs(esp_mesh): update esp_mesh_internal.h
2023-12-19 19:15:49 +08:00
7d5eaa8b79
update(wifi): update esp_wifi_crypto_types.h
2023-12-19 19:15:49 +08:00
7b3cee0dd8
update(esp_coexist): update esp coexist header file
2023-12-19 19:15:49 +08:00
5960284022
esp_supplicant: remove wpa supplicant ROM source code copyrights
2023-12-19 19:15:49 +08:00
e321e8b640
fix(wifi): fix esp32c6 rxctrl info is not correct
2023-12-19 19:15:49 +08:00
baeed9fb6a
fix(wifi): update scan example for scan get ap records
2023-12-19 19:15:49 +08:00
c61b2c4790
Merge branch 'feature/add_fatfs_sbom_v5.1' into 'release/v5.1'
...
feat(storage/fatfs): add sbom file manifest for FatFs (v5.1)
See merge request espressif/esp-idf!27480
2023-12-19 16:47:52 +08:00
641ac3ee71
feat(storage/fatfs): add sbom file manifest for FatFs (v5.1)
2023-12-19 16:47:51 +08:00
d5bfb9b326
change(ble): added ble cca en and thresh option
2023-12-19 14:34:44 +08:00
c67710bacf
ble: support for selecting CSA#2 by menuconfig
...
ble(fix): fixed event receiving on host side without returning event buffer to pool
2023-12-19 14:20:19 +08:00
dbeb870635
Merge branch 'feature/update-gdb-to-12.1_20231023_v5.1' into 'release/v5.1'
...
feat(tools): update gdb version to 12.1_20231023 (v5.1)
See merge request espressif/esp-idf!27377
2023-12-19 14:11:20 +08:00
90497ae541
ble(update):
...
Update c2 lib to 7c6c9d53
Update h2 lib to 0ecb36f0
Update c6 lib to 0ecb36f0
2023-12-19 12:25:26 +08:00
fae6ce0e7d
Merge branch 'bugfix/ble_stack_disable_v5.1' into 'release/v5.1'
...
Bugfix/ble stack disable v5.1(backport v5.1)
See merge request espressif/esp-idf!27650
2023-12-19 12:00:04 +08:00
08d54a6436
Merge branch 'backport/fix_ble_menuconfig_v5.1' into 'release/v5.1'
...
Backport/fix ble menuconfig v5.1(backport v5.1)
See merge request espressif/esp-idf!27497
2023-12-19 11:59:29 +08:00
1419db4b91
change(pm): change macro SOC_PM_RETENTION_HAS_REGDMA_POWER_BUG
2023-12-19 11:44:23 +08:00
2abb36bc7f
Merge branch 'optimize/When_psram_is_enable_the_number_of_ooseq_is_not_limited_5.1' into 'release/v5.1'
...
optimize(lwip):when psram is enable the number of ooseq is not limited 5.1
See merge request espressif/esp-idf!27945
2023-12-19 10:44:08 +08:00
9ed598aefe
Merge branch 'backport/uart_select_malloc_5.1' into 'release/v5.1'
...
fix(vfs): fix uart malloc when locates ISR context in IRAM(Backport 5.1)
See merge request espressif/esp-idf!27382
2023-12-19 10:43:13 +08:00
602cdf2fb4
Merge branch 'fix/cleanup_deleted_menuconfig_option_entries_v5.1' into 'release/v5.1'
...
fix(mbedtls): Fix menuconfig option entries (v5.1)
See merge request espressif/esp-idf!27464
2023-12-18 18:18:18 +08:00
8e11721c40
feat(tools): update gdb version to 12.1_20231023
2023-12-18 17:44:22 +08:00
2f49042b07
feat(ieee802154): rf enable and disable refactor
2023-12-18 15:57:42 +08:00
00cbc1fad2
fix(ieee802154): fix ieee802154 mac deinit and config ieee802154_enable
2023-12-18 15:57:34 +08:00
103656e7a2
feat(bt/bluedroid): Support ble create sync report disable and filter duplicate
2023-12-18 11:51:29 +08:00
e0a0ee9ae9
fix(bt/bluedroid): Fix bluedroid menuconfig
2023-12-18 11:51:29 +08:00
8d78433dea
fix(bt/bluedroid): Fix BLE SMP register log level
2023-12-18 11:51:29 +08:00
d0e9b33f5d
docs(bt/bluedroid): Update ble example document
2023-12-18 11:51:29 +08:00
55409e2395
fix(bt/bluedroid): Fix ble adv and scan status when deinit bluedroid
2023-12-18 11:47:50 +08:00
25144125d6
fix(mbedtls): Removed redundant menuconfig entry
2023-12-18 11:19:00 +08:00
fa7383162f
Merge branch 'fix/esp32s3_soc_drom_high_addr_v5.1' into 'release/v5.1'
...
fix(soc): esp32s3/Fix the DROM_HIGH_ADDR (v5.1)
See merge request espressif/esp-idf!27822
2023-12-17 16:31:41 +08:00
c0cfdd9c46
fix(nimble): Handle all 0s address of external controllers during IRK generation
2023-12-16 17:31:57 +05:30
36ca229332
Merge branch 'bugfix/add_peer_null_check_v5.1' into 'release/v5.1'
...
fix(nimble): Added NULL peer addr check (v5.1)
See merge request espressif/esp-idf!27939
2023-12-16 15:55:00 +08:00
3c49099503
fix(nimble): Added NULL peer addr check
2023-12-15 18:06:40 +05:30
8a6d244a21
Merge branch 'bugfix/fix_sm_inject_return_value_v5.1' into 'release/v5.1'
...
fix(nimble): Added change to return success for API execution (v5.1)
See merge request espressif/esp-idf!27727
2023-12-15 19:33:16 +08:00
dfff867379
fix(tempertuer_sensor): Fix regs on temperature sensor is not volatile due to GCC bug
2023-12-15 16:41:16 +08:00
7a32d046bd
Merge branch 'fix/spi_lcd_example_fix_border_pixel_display_v5.1' into 'release/v5.1'
...
fix(spi_master): fixed lcd example block border pixel issue (v5.1)
See merge request espressif/esp-idf!27920
2023-12-15 16:03:30 +08:00
965c1da3e0
optimize(lwip):when psram is enable the number of ooseq is not limited
2023-12-15 14:11:38 +08:00
820d4a92d2
Merge branch 'feature/current_time_service_v5.1' into 'release/v5.1'
...
feat(nimble): Added Example support for Current Time Service (v5.1)
See merge request espressif/esp-idf!27262
2023-12-15 13:18:24 +08:00
e51e8a0948
Merge branch 'bugfix/fix_esp32h2_system_retention_restore_backup_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): fix esp32h2 system link restore override cpu clk configuration(v5.1)
See merge request espressif/esp-idf!27814
2023-12-15 10:38:24 +08:00
4c288321cb
fix(nimble): Added change to return success for API execution
2023-12-14 20:57:30 +05:30
694c9ccdf5
Merge branch 'bugfix/authcomplete_failure_v5.1' into 'release/v5.1'
...
fix(nimble): Fixed authcomplete failure caused by a mismatch in the c1 value (v5.1)
See merge request espressif/esp-idf!27620
2023-12-14 23:19:14 +08:00
e8503d6efe
feat(nimble): Added example support for Current Time Service
2023-12-14 20:24:20 +05:30
24e4b87925
Merge branch 'feature/eth_spi_abstraction_v5.1' into 'release/v5.1'
...
Abstraction of SPI driver for SPI Ethernet modules (v5.1)
See merge request espressif/esp-idf!27640
2023-12-14 21:49:00 +08:00
bd1dc8dfaf
fix(bt/bluedroid): Fix ble gattc deregister
2023-12-14 17:53:22 +08:00
94fb5232ce
fix(spi_master): fixed lcd example block border pixel issue
2023-12-14 17:17:36 +08:00
6bae5e5d6f
fix(nimble): Fixed authcomplete failure caused by a mismatch in the c1 value (v5.1)
2023-12-14 14:13:45 +05:30
3ed9c70aa3
Merge branch 'bugfix/remove_rpa_rec_v5.1' into 'release/v5.1'
...
fix(nimble): Handled the deletion of RPA mapping(v5.1).
See merge request espressif/esp-idf!27319
2023-12-14 16:40:23 +08:00
eef85a92f4
fix(nimble): Handled the deletion of RPA mapping.
2023-12-14 09:41:07 +05:30
87cd764d6c
Merge branch 'bugfix/fix_issuse_in_scan_and_mesh_v5.1' into 'release/v5.1'
...
fix(wifi): fix issues in scan and wifi mesh (backport v5.1)
See merge request espressif/esp-idf!27844
2023-12-14 12:09:31 +08:00
0eec2b50be
Merge branch 'bugfix/add_legacy_adv_clear_vsc_v5.1' into 'release/v5.1'
...
fix(nimble): Add support for VSC to clear legacy adv memory (v5.1)
See merge request espressif/esp-idf!27471
2023-12-14 12:01:09 +08:00
7d2ab4c14d
fix(pm): place extra link opt in iram
2023-12-14 11:17:54 +08:00
eb7022dd06
Merge branch 'contrib/github_pr_12559_v5.1' into 'release/v5.1'
...
fix(spi): Correct REG_SPI_BASE(i) macro for all targets (GitHub PR) (v5.1)
See merge request espressif/esp-idf!27714
2023-12-14 11:08:03 +08:00
1b78d57496
Merge branch 'bugfix/bod_reset_c6_h2_v5.1' into 'release/v5.1'
...
fix(bod): Reset brownout in configuration to avoid RF cannot be enabled again(backport v5.1)
See merge request espressif/esp-idf!27723
2023-12-14 11:05:55 +08:00
45e96ae1c3
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(9129dec)
2023-12-13 19:53:06 +08:00
e3ca11c83a
Merge branch 'contrib/github_pr_12683_v5.1' into 'release/v5.1'
...
fix(tools): fix path delimiter in gdbinit for Windows (v5.1)
See merge request espressif/esp-idf!27575
2023-12-13 19:21:58 +08:00
51aad1d75b
feat(esp_eth): abstraction of SPI driver for SPI Ethernet modules
2023-12-13 10:44:23 +01:00
293bd9a0df
fix(tools): fix path delimiter in gdbinit for Windows
...
Merges https://github.com/espressif/esp-idf/pull/12683
Signed-off-by: Alexey Lapshin <alexey.lapshin@espressif.com >
2023-12-13 09:27:08 +00:00
6dc9cc81cc
Merge branch 'bugfix/coredump_detect_v5.1' into 'release/v5.1'
...
tools: idf.py: fix detection of raw core dump file (v5.1)
See merge request espressif/esp-idf!27842
2023-12-13 17:25:19 +08:00
5bbb04ce46
Merge branch 'fix/bump_precommit_esp_idf_sbom_v5.1' into 'release/v5.1'
...
fix: bump esp-idf-sbom to v0.13.0 in pre-commit (v5.1)
See merge request espressif/esp-idf!27879
2023-12-13 17:03:03 +08:00
ed2a5f0f0e
fix(wifi): fix issues in scan and wifi mesh
...
1. fix(wifi): fix the crash issue when clear scan ap list
2. fix the bug that station can't found AP when the authmode is WPA
3. fix wifi mode error when mesh start after station has connected to router
2023-12-13 17:02:13 +08:00
6e218ceefe
feat(wifi): add new api to get one scan ap record
2023-12-13 16:49:04 +08:00
598a86e40a
Merge branch 'tools/use_recommended_tool_priority_backport_v_5_1' into 'release/v5.1'
...
fix(idf_tools): Opt for the recommended tool in tools.json rather than the supported one (v5.1)
See merge request espressif/esp-idf!27795
2023-12-13 16:38:30 +08:00
09ac0b47f9
fix: bump esp-idf-sbom to v0.13.0 in pre-commit
...
v0.13.0 contains fix for the submodule hash validation. Let's
bump its version in pre-commit, so the fix is used.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-12-13 07:31:22 +01:00
4c93085e4a
fix(example/http): Fixed potential memory leak/crash in when handling error condition
2023-12-13 10:05:19 +05:30
c6a9a06856
Merge branch 'bugfix/fix_some_ble_bugs_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs (backport v5.1)
See merge request espressif/esp-idf!27695
2023-12-13 11:55:52 +08:00
7a7d6aad41
Merge branch 'fix/esp_vfs_fat_sdcard_format_workbuf_leak_v5.1' into 'release/v5.1'
...
fix: esp_vfs_fat_sdcard_format workbuf memory leak (v5.1)
See merge request espressif/esp-idf!27504
2023-12-12 22:15:52 +08:00
407376b6e6
fix(bt/bluedroid): fixed build error when compiler in performace mode
...
Closes https://github.com/espressif/esp-idf/issues/12751
2023-12-12 19:04:27 +08:00
2ed73a0714
fix(idf_tools): Opt for the recommended tool in tools.json rather than the supported one
2023-12-12 14:21:55 +08:00
1a6a941521
Merge branch 'bugfix/connect_issue_for_zero_rssi_v5.1' into 'release/v5.1'
...
fix(esp_wifi): Fix issue of station disconnecting immediately after scanning (Backport v5.1)
See merge request espressif/esp-idf!26743
2023-12-12 14:00:24 +08:00
9f76b1a57b
Merge branch 'fix/wrong_order_of_includes_in_esp_tls_v5.1' into 'release/v5.1'
...
fix(esp-tls): Fix missing header files in esp_tls_errors.h header file (v5.1)
See merge request espressif/esp-idf!27704
2023-12-12 13:44:36 +08:00
7e47921f12
Merge branch 'bugfix/connect_after_scan_v5.1' into 'release/v5.1'
...
fix(conn): Change second connect delay time to 730 (v5.1)
See merge request espressif/esp-idf!27835
2023-12-12 13:43:34 +08:00
dbc13bc2ef
Merge branch 'bugfix/fix_rtc_us_to_cycle_div_zero_in_deepsleep_v5.1' into 'release/v5.1'
...
fix(esp_hw_support/sleep): fix rtc_time_us_to_slowclk div zero in deepsleep process (backport v5.1)
See merge request espressif/esp-idf!27764
2023-12-12 13:43:25 +08:00
72ce0187c9
Merge branch 'contrib/github_pr_12460_v5.1' into 'release/v5.1'
...
fixing OTA write up to SPI_FLASH_SEC_SIZE margins (GitHub PR) (v5.1)
See merge request espressif/esp-idf!27644
2023-12-12 13:41:33 +08:00
4aa464a4ea
Merge branch 'fix/aes_mpi_interrupt_allocation_workflow_v5.1' into 'release/v5.1'
...
fix(mbedtls): move interrupt allocation during initialization phase (v5.1)
See merge request espressif/esp-idf!27204
2023-12-12 11:44:42 +08:00
09c7104752
Merge branch 'fix/coexist_reg_esp32c6_set_default_value_v5.1' into 'release/v5.1'
...
fix(esp_coex): fix esp32c6 coex reg reset issue (backport v5.1)
See merge request espressif/esp-idf!27829
2023-12-12 11:35:56 +08:00
a0b2682e58
fix(nimble): Add support for VSC to clear legacy adv memory
...
Legacy adv does not have an API for clear adv memory in controller.
Added VSC for same.
2023-12-12 07:49:18 +05:30
9ad2c6f8df
Merge branch 'docs/fix_dash_encoding_v5.1' into 'release/v5.1'
...
docs(programming_guide): turned off smartquotes (v5.1)
See merge request espressif/esp-idf!27819
2023-12-12 09:53:10 +08:00
e26de66065
Merge branch 'contrib/github_pr_12637_v5.1' into 'release/v5.1'
...
Dockerfile with variable depth parameter (GitHub PR) (v5.1)
See merge request espressif/esp-idf!27830
2023-12-11 23:09:50 +08:00
e60b0235ad
Merge branch 'feature/qemu-esp-develop-8.1.3-20231206_v5.1' into 'release/v5.1'
...
feat(tools): update qemu to esp-develop-8.1.3-20231206 (v5.1)
See merge request espressif/esp-idf!27812
2023-12-11 19:21:12 +08:00
62f3dddff7
fix(tools): idf.py: fix detection of raw core dump file
...
When idf.py coredump-debug is launched with '--core' argument, it
tries to determine the file format (raw, elf, b64). To detect the
'raw' core dump the code checked if the version word matched one of
the known values.
However, the version word also contains the chip ID in the high
half-word, so the check failed for anything other than the ESP32.
The detection of core file format has been moved to esp-coredump
package in version 1.9.0, including the fix for chip ID.
Reported in https://github.com/espressif/esp-idf/issues/10852
2023-12-11 11:26:58 +01:00
d1e31a4194
fix(esp_wifi): Fix issue of station disconnecting immediately when AP RSSI is zero
2023-12-11 14:58:16 +05:30
70f1bd582f
Merge branch 'bugfix/backport_wifi_fix_1208_v5.1' into 'release/v5.1'
...
fix(wifi): backport some wifi bugfix(v5.1)
See merge request espressif/esp-idf!27766
2023-12-11 17:26:06 +08:00
5dac3d9e03
fix(esp_hw_support/sleep): fix rtc_time_us_to_slowclk div zero in deepsleep process
...
Closes https://github.com/espressif/esp-idf/issues/12695
2023-12-11 09:24:07 +00:00
f4e724a93b
fix(conn): Change second connect delay time to 730
2023-12-11 16:57:09 +08:00
b2250f31b9
feat(docker): Add Dockerfile argument for variable clone depth
...
Closes https://github.com/espressif/esp-idf/pull/12637
2023-12-11 09:03:46 +01:00
de2c208994
fix(esp_coex): fix esp32c6 coex reg reset issue
2023-12-11 15:57:36 +08:00
e91322891c
Merge branch 'fix/esp32c6_sleep_pll_issue_v5.1' into 'release/v5.1'
...
fix(pm): add mac/bb power down/up prepare for fix esp32c6 pll issue (backport v5.1)
See merge request espressif/esp-idf!27339
2023-12-11 15:12:51 +08:00
cda441f47f
Merge branch 'bugfix/cts_handle_invalid_year_val_v5.1' into 'release/v5.1'
...
fix(nimble): Handled invalid write on year value in Current Time Service (v5.1)
See merge request espressif/esp-idf!27462
2023-12-11 15:12:14 +08:00
6836ffd8c9
Merge branch 'fix/check_integrity_on_used_blocks_v5.1' into 'release/v5.1'
...
heap: fix integrity check on used blocks by the tlsf component (backport v5.1)
See merge request espressif/esp-idf!26563
2023-12-11 15:11:39 +08:00
e0cd5b7aa5
Merge branch 'backport/add_config_to_set_custom_mac_as_base_mac_v5_1' into 'release/v5.1'
...
feat(mac): Add a configuration to set custom MAC as base MAC(Backport V5.1)
See merge request espressif/esp-idf!27737
2023-12-11 15:11:19 +08:00
8a47b0776b
Merge branch 'feature/refactor_some_coexist_sections_v5.1' into 'release/v5.1'
...
Feature/refactor some coexist sections v5.1
See merge request espressif/esp-idf!27367
2023-12-11 14:50:43 +08:00
f62e7fd4e8
fix(soc): esp32s3/Fix the DROM_DROM_HIGH limit
...
Previously the DROM_HIGH_ADDR for esp32s3 was 0x3D000000, which
convers only 16 MB of address range. But esp32s3 supports 32 MB
external memory. So this address should be 0x3E000000
2023-12-11 12:17:31 +05:30
e8a5d9ef98
fix(mbedtls/aes): fix AES interrupt allocation for AES-GCM operations
2023-12-11 06:46:24 +00:00
4c30f2a4a0
fix(mbedtls): move interrupt allocation during initialization phase
2023-12-11 06:46:24 +00:00
40241d4b68
docs(programming_guide): turned off smartquotes
...
Sphinx would "smartly" format e.g. double dashes into typographically correct entities,
i.e. a long dash unicode character.
This doesnt always work well for our docs were sometimes a double dash could be a python
argument, which when copied would no longer work.
2023-12-11 14:06:32 +08:00
3646b5d0c1
fix(esp_hw_support): fix esp32h2 system link restore override cpu clk configuration
2023-12-11 11:42:56 +08:00
850bf2b156
feat(tools): update qemu to esp-develop-8.1.3-20231206
...
https://github.com/espressif/qemu/releases/tag/esp-develop-8.1.3-20231206
2023-12-11 10:35:35 +07:00
05c5d04734
Merge branch 'feature/reinitialize_icg_map_in_modem_module_enable_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): re-initialize icg map in modem_clock_module_enable (backport v5.1)
See merge request espressif/esp-idf!27767
2023-12-11 10:57:48 +08:00
5bd0ae4dea
Merge branch 'bugfix/ble_update_lib_20231201_v5.1' into 'release/v5.1'
...
update lib on release/v5.1
See merge request espressif/esp-idf!27587
2023-12-11 10:30:23 +08:00
6250af8ed1
fix: esp_vfs_fat_sdcard_format workbuf memory leak
2023-12-11 00:27:44 +00:00
ae07349ec4
feat(coex): apply struct for coex version
2023-12-08 13:06:55 +00:00
834968796a
feat(coex): rename coexist sections
2023-12-08 13:06:55 +00:00
15c8d7f65f
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(65db61f)
...
- Fixed remove and clear white list
2023-12-08 19:54:51 +08:00
5f2c8edd27
fix(bt): Update bt lib for ESP32(fa43201)
...
- Fixed assert for instant passed workaround
- Fixed scan evt timeout
- Fixed random address setting when scanning
2023-12-08 19:54:39 +08:00
4d6be44b25
fix(bt/controller): Fixed some HCI commands parameter
2023-12-08 19:54:39 +08:00
4d546878b7
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(b8f0db9)
...
- Fixed assert when llcp instant passed
2023-12-08 19:54:39 +08:00
b1421ac4af
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(70ab55f)
...
- Fixed assert for instant passed workaround
- Fixed add RPA to white list
- Fixed AES encryption for RPA resolution
2023-12-08 19:54:39 +08:00
2dea0ef6ef
fix(bt/bluedroid): Fixed add RPA to white list
2023-12-08 19:54:39 +08:00
3cdbb0406d
ble(fix): Fixed crash issue when reset event queue
2023-12-08 17:21:19 +08:00
9b0e4ee24a
ble(fix): clear event queue when init event queue
...
ble: update log module on ESP32C2, ESP32H2 and ESP32C6
2023-12-08 17:20:55 +08:00
4f27be7127
ble(update):
...
Update c2 lib to 47a787f0
Update h2 lib to 73452eac
Update c6 lib to 73452eac
2023-12-08 17:19:57 +08:00
bcf1645e44
Merge branch 'feat/manifest_check_v5.1' into 'release/v5.1'
...
feat: use esp-idf-sbom pre-commit plugin (v5.1)
See merge request espressif/esp-idf!27749
2023-12-08 16:55:54 +08:00
ef4f420663
fix(pm): add mac/bb power down/up prepare for fix esp32c6 pll issue
...
* switch root clk src to PLL for modem reg opt and added callback
* register power_down/power_up callback in ieee802154 driver for esp32c6
* remove software regdma opt in bt
2023-12-08 08:03:32 +00:00
ffeb545260
Merge branch 'ci/fix_test_case_name_while_setup_v5.1' into 'release/v5.1'
...
ci: assign the test_case_name attribute to the case item while setting up a pytest session (v5.1)
See merge request espressif/esp-idf!27668
2023-12-08 15:32:18 +08:00
d15ef874a7
Merge branch 'bugfix/fix_http_client_async_mode_v5.1' into 'release/v5.1'
...
fix(esp_http_client): Fix esp_http_client async mode (v5.1)
See merge request espressif/esp-idf!27514
2023-12-08 14:25:55 +08:00
4a7d9dd387
fix(esp_hw_support): re-initialize icg map in modem_clock_module_enable
2023-12-08 14:22:36 +08:00
b3c7123568
fix(esp_wifi): Drop fragmented AMPDU(fixCVE-2020-26142)
2023-12-08 14:17:02 +08:00
b7d599984b
fix(wifi): optimize wifi bin size and fix some issue
...
1.Optimize bin size for STA only mode
2.Change fragment threshold to 256
3.Support fragment for LR mode
4.Fix ampdu duration issue
5.Fix rx fragment fail in Open mode.
2023-12-08 14:16:47 +08:00
54f2536222
Merge branch 'backport/router_forwarding_flag_set_v51' into 'release/v5.1'
...
feat(lwip): support NA router farwording flag set(Backport V5.1)
See merge request espressif/esp-idf!27630
2023-12-08 12:24:38 +08:00
ca02c6d274
Merge branch 'fix/rng_register_prefix_discrepency_newer_targets_v5.1' into 'release/v5.1'
...
Fix: RNG register prefix discrepancy for ESP32C6 and ESP32H2 (v5.1)
See merge request espressif/esp-idf!27684
2023-12-08 12:01:36 +08:00
d52d82ee83
Merge branch 'doc/change_deepsleep_example_readme_v5.1' into 'release/v5.1'
...
Doc/change deepsleep example readme v5.1
See merge request espressif/esp-idf!27447
2023-12-08 11:20:50 +08:00
4caaabec9e
Merge branch 'bugfix/lwip_dns_docs_v5.1' into 'release/v5.1'
...
fix(lwip): Document DNS limitation in lwIP (v5.1)
See merge request espressif/esp-idf!27562
2023-12-08 11:20:13 +08:00
27a78278a6
fix(heap): Patch tlsf_check_pool in ROM heap
...
The integrity_walker now calls the integrity check hook to control
free AND used blocks of memory in the TLSF pool. This integrity walker
function is called from tlsf_check_pool.
This commit creates a patch of integrity_walker function to update the
outdated implementation in the ROM.
2023-12-08 03:19:04 +00:00
6ac25c9324
fix(heap): Fixed integrity check on used blocks by the tlsf component
...
This commit updates the tlsf submodule to include the modification made in the component
aiming to perform integrity check on all blocks (not only the free ones).
Added test to test the fix in test_apps/heap_tests.
Fixes https://github.com/espressif/esp-idf/issues/12231
2023-12-08 03:19:04 +00:00
bc3a75d5ba
Merge branch 'fix/esp_netif_lock_v5.1' into 'release/v5.1'
...
fix(esp_netif): Lock netif list with TCPIP context (v5.1)
See merge request espressif/esp-idf!26710
2023-12-08 11:18:09 +08:00
c3de87083f
Merge branch 'fix/remove_deprecated_bt_example_sdkfonfigs_v5.1' into 'release/v5.1'
...
ci(bt/bluedroid): remove configs that are not in effect (backport v5.1)
See merge request espressif/esp-idf!27282
2023-12-08 11:17:18 +08:00
5e29bd5370
Merge branch 'bugfix/fix_adc_continuous_do_not_rst_apb_clk_v5.1' into 'release/v5.1'
...
fix(adc): fix adc continuous get less results beacuse do not reset apb clk (v5.1)
See merge request espressif/esp-idf!27604
2023-12-07 21:27:05 +08:00
fb511f4ec6
Merge branch 'bugfix/nan_sd_dp_timer_fixes_v5.1' into 'release/v5.1'
...
Fix NAN service discovery, datapath and timer bugs (Backport v5.1)
See merge request espressif/esp-idf!27522
2023-12-07 21:17:31 +08:00
493ecf59d4
Merge branch 'bugfix/fix_dhcp_subnet_option_api_dos_not_work_issue_5.1' into 'release/v5.1'
...
Fix(dhcps):fix dhcp subnet option api dos not work issue 5.1
See merge request espressif/esp-idf!27675
2023-12-07 21:09:38 +08:00
977098edca
Merge branch 'feature/support_ext1_clear_spec_pins_v5.1' into 'release/v5.1'
...
fix(pm/ext1): fix c6 h2 lp_aon_ll_ext1_set_wakeup_pins func
See merge request espressif/esp-idf!27552
2023-12-07 21:07:54 +08:00
db25ec2a37
feat: use esp-idf-sbom pre-commit plugin
...
Currently sbom manifest is checked only in .gitmodules and
this check is done in pre-commit and also in CI. Meaning it's running
three times(pre-commit before push if user has it enabled, in CI
as there is the pre-commit run again and again with test in CI). Since
esp-idf-sbom contains a full manifest validation support and pre-commit
plugin for it, let's use it. This removes all the current sbom testing
and replaces it with a signle pre-commit plugin which validates all
manifests files(sbom.yml, idf_component.yml, .gitmodules and also
referenced manifests) in repository. Note that this checks all
manifests, not only ones which were modified. The check is reasonably
fast though, so it should not cause any problem. The reason for
validating all manifest files is that we want to make sure that the sbom
information in .gitmodules is updated too and that the hash
recorded in .gitmodules is up-to-date. Meaning submodule update
would not trigger this plugin, because no manifest was changed.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-12-07 13:36:00 +01:00
1bce7d255d
fix(esp-tls): Add headers in esp_tls_errors.h header file
...
Closes https://github.com/espressif/esp-idf/issues/12541
2023-12-07 10:13:43 +00:00
b3d77e3ea5
fix(app_update): avoid erasing an extra sector than the actual required size
...
OTA update used to fail if `firmware_size == partition_size`, because the code was trying to
erase one additional sector beyond the space reserved for the firmware partition.
This commit fixes the problem and OTA update can work if the firmware
size exactly matches the allocated partition size.
Closes https://github.com/espressif/esp-idf/pull/12460
2023-12-07 10:08:08 +00:00
8425cada28
Merge branch 'bugfix/fix_adc_cali_error_after_light_sleep_wake_on_h2_v5.1' into 'release/v5.1'
...
adc: fix calibration error when waking up from light sleep on H2 and enable test (v5.1)
See merge request espressif/esp-idf!27603
2023-12-07 17:49:06 +08:00
25507da236
Merge branch 'bugfix/import_lib_example_url_v5.1' into 'release/v5.1'
...
fix(build-system/example): Removed dead URL for downloading tinyxml2 (v5.1)
See merge request espressif/esp-idf!27661
2023-12-07 16:56:49 +08:00
817884eb31
Merge branch 'bugfix/fix_wifi_init_reentrant_issue_v5.1' into 'release/v5.1'
...
Bugfix/fix wifi init reentrant issue v5.1
See merge request espressif/esp-idf!27629
2023-12-07 16:22:57 +08:00
19355c0fef
fix(esp_http_client): Fix esp_http_client async mode
...
Closes https://github.com/espressif/esp-idf/issues/12358
2023-12-07 06:47:37 +00:00
923ce6a4b2
feat(mac): Add a configuration to set custom MAC as base MAC
2023-12-07 14:15:40 +08:00
6a990a37ce
fix(soc/esp32h2): Fix llperi_rng_data field discrepancy
2023-12-07 11:42:00 +05:30
9cdf839cf6
fix(esp_wifi): Fix NAN service discovery, datapath and timer bugs
...
1. Fix crash while cancelling NAN service
2. Avoid possible crash scenarios while forming datapath
3. Modify peer records structure thus fixing issues in datapath establishment
4. Fix timer out of bound issue causing "No timer handle" warning
5. Fix miscellaneous service discovery and datapath issues
2023-12-07 03:54:55 +00:00
e86ff640f8
fix(wifi): free beacon eb when softap destroy
2023-12-07 03:54:55 +00:00
c1782faf0f
fix(pm/ext1): fix c6 h2 lp_aon_ll_ext1_set_wakeup_pins func
2023-12-07 03:52:22 +00:00
46d4c6cc0a
fix(wifi): fix wifi deinit s_wifi_modem_sleep_lock
2023-12-07 03:44:38 +00:00
3515b1d5c8
fix(wifi): fix wifi init reentrant issue
2023-12-07 03:44:38 +00:00
97b9c24c62
fix(dhcp server):dhcp server can not restore address pool
2023-12-07 02:59:50 +00:00
c69f3aec91
Fix(dhcps):fix dhcp subnet option api dos not work issue
2023-12-07 02:59:50 +00:00
5413b6b794
feat(lwip): support NA router farwording flag set
...
* Update submodule: git log --oneline
4a8286ab8bcf983f22421e3d4be650837b5eb277..542ba2997f6cc14fe9c3d781bf9b0d890cd70bb1
- fix router forwarding flag set (espressif/esp-lwip@542ba299 )
2023-12-07 10:52:10 +08:00
7f12a645ce
fix(vfs): fix uart malloc when locates ISR context in IRAM
2023-12-07 10:43:58 +08:00
9dd90e2d9b
fix(bod): Reset brownout in configuration to avoid RF cannot be enabled again
2023-12-07 10:33:58 +08:00
5bdcaef8c9
Merge branch 'fix/ieee802154_sleep_config_v5.1' into 'release/v5.1'
...
fix(ieee802154): fix ieeee802154 sleep enable configuration dependency issue (backport v5.1)
See merge request espressif/esp-idf!27466
2023-12-07 10:05:17 +08:00
ca5c8deb7e
Merge branch 'fix/fatfsgen_construct_v5.1' into 'release/v5.1'
...
fix(tools): Fix fatfsgen construct dependency (v5.1)
See merge request espressif/esp-idf!27655
2023-12-07 07:18:49 +08:00
46d52c81f9
Merge branch 'backport5.1/ot_examples_config' into 'release/v5.1'
...
fix(openthread): openthread examples config (backport v5.1)
See merge request espressif/esp-idf!27553
2023-12-06 21:44:08 +08:00
f38e56e685
fix(ieee802154): fix ieeee802154 sleep enable configuration dependency issue
2023-12-06 12:43:58 +00:00
a496e87d73
fix(nimble): Handled invalid write on year value in Current Time Service
2023-12-06 18:03:59 +05:30
c42c37aff7
Merge branch 'save_isr_ctx_to_coredump_v5.1' into 'release/v5.1'
...
feat(coredump): save isr context to coredump elf file (v5.1)
See merge request espressif/esp-idf!27454
2023-12-06 18:38:54 +08:00
6190b3f7c9
fix(adc): restore cali registers after light sleep wake up on H2 and enable test
2023-12-06 10:19:52 +00:00
98ec583690
ci(adc): add a test that adc continuous read after restarting
2023-12-06 10:19:45 +00:00
57a5c4684c
fix(adc): fix adc continuous get less results beacuse do not reset apb clk
2023-12-06 10:19:45 +00:00
ccc75dd2da
fix(tools): Fix fatfsgen construct exception type and dependency
...
construct=2.10.70 fixed an issue
(c3866e9492
)
and StringError is raised instead of UnicodeDecodeError.
2023-12-06 08:50:01 +00:00
3486cf1b60
fix(spi): correct some signals and dummy bits docs
2023-12-06 16:15:23 +08:00
8e0d64e94c
fix(spi): Correct REG_SPI_BASE(i) macro for all targets
...
The existing formula can never match these registers.
Closes https://github.com/espressif/esp-idf/pull/12559
Closes https://github.com/espressif/esp-idf/pull/12562
2023-12-06 16:13:01 +08:00
4fe15460ab
Merge branch 'ci/fix_build_linux_targets' into 'release/v5.1'
...
Ci/fix build linux targets (v5.1)
See merge request espressif/esp-idf!27519
2023-12-06 15:31:35 +08:00
5cf65ce766
Merge branch 'fix/usb_host_soc_caps_backport_v5.1' into 'release/v5.1'
...
USB host soc caps (backport v5.1)
See merge request espressif/esp-idf!27399
2023-12-06 09:59:53 +08:00
c040a614a9
fix(soc/esp32c6): Fix llperi_rng_data field discrepancy
2023-12-05 21:08:48 +05:30
3ed6c9bed5
ci: assign the test_case_name attribute to the case item while setting up a pytest session
2023-12-05 09:06:01 +01:00
81ab5f7fb7
fix(build-system/example): Updated dead URL for downloading tinyxml2
...
The import_lib example contained a fallback mirror for downloading tinyxml2 sources
but this link was dead. If this mirror was used it would cause the build to fail.
2023-12-05 12:32:33 +08:00
d083a0e313
Merge branch 'support/add_srp_salt_ver_gen_api_v5.1' into 'release/v5.1'
...
Generate Salt and verifier pair for given username and password (v5.1)
See merge request espressif/esp-idf!27351
2023-12-04 21:10:51 +08:00
d13e47596b
fix(openthread): add eventfd nums for spi interface
2023-12-04 17:51:25 +08:00
c9babf8cb3
fix(openthread): remove invalid configs from ot examples
2023-12-04 17:51:25 +08:00
9226c65c74
docs(pm):add uart wakeup description when pd top
2023-12-04 07:39:11 +00:00
57787d1aae
docs(pm):add gpio wakeup description when pd top
2023-12-04 07:39:11 +00:00
5d4a786354
docs(pm):change_deepsleep_example_readme
2023-12-04 07:39:11 +00:00
b5289ed2ba
Merge branch 'feature/docker_git_safe_dirs_v5.1' into 'release/v5.1'
...
feat(docker): allow to add dirs into git's safe.directory (v5.1)
See merge request espressif/esp-idf!27560
2023-12-01 20:02:53 +08:00
0f51b5da67
fix(lwip): Document DNS limitation in lwIP
...
* Add a note that DNS server config is global in lwIP
* Add a section about defining LWIP config macros from CMake
* Mention the DNS limitation in ESP-IDF additions to lwIP
* Update CN for lwIP DNS limitation
Co-Authored-By: Wang Ziyan <wangziyan@espressif.com >
2023-12-01 09:51:47 +01:00
99f9dd4c07
feat(docker): allow to add paths into git's safe.directory
...
With 8959555cee7e[1] ("setup_git_directory(): add an owner check for the top..")
git added an ownership check of the git directory and refuses to
run any git commands, even parsing the config file, if the git directory
is not owned by the current user. The "fatal: detected dubious ownership in repository"
is reported.
This fixes CVE-2022-24765[2], which allows to compromise user account. On a
multi-user system or e.g. on a shared file system, one user may create a "rogue"
git repository with e.g. core.fsmonitor set to an arbitrary command. Other user
may unwillingly execute this command by running e.g. git-diff or
git-status within the "rogue" git repository, which may be in one of the parent
directories. If e.g. PS1 is set to display information about a git
repository in CWD, as suggested in Git in Bash[3], the user do not need to run
any git command to trigger this, just entering some subdirectory under
this "rogue" git repository is enough, because the git command will be
started transparently through the script used in PS1. The core.fsmonitor
can be set to arbitrary command. It's purpose is to help git to identify changed files
and speed up the scanning for changed files.
rogue
├── .git # owned by user1
└── dir1 # owned by user2
├── dir2 # owned by user2
└── .git # owned by user2
user1 sets core.fsmonitor for git repository in rogue directory
$ git config --add core.fsmonitor "bash -c 'rm -rf \$HOME'"
user2 enters dir1 and runs e.g. git diff and triggers the core.fsmonitor command.
The ownership check may cause problems when running git commands in
ESP-IDF Docker container. For example user may run the container as
root, but the mounted project may be owned by a particular user.
In this case git will refuse to execute any git command within the
"/project" directory, because it's not owned by root. To overcome this,
git allows to set safe.directories, for which the ownership check is
skipped. The security check may be completely disabled by setting
safe.directories to "*". This solution was proposed in PR 12636[4], but
it would allow make it possible to exploit this vulnerability again.
This fix allows user to specify git's safe.directory in IDF_GIT_SAFE_DIR
environmental variable, which may be set during container startup.
The IDF_GIT_SAFE_DIR has same format as PATH and multiple directories can be
specified by using a ":" separator. To entirely disable this git security check
within the container, user may set IDF_GIT_SAFE_DIR='*'. This might be
heplfull in CI.
Closes https://github.com/espressif/esp-idf/pull/12636
[1] - 8959555cee
[2] - https://nvd.nist.gov/vuln/detail/cve-2022-24765
[3] - https://git-scm.com/book/en/v2/Appendix-A%3A-Git-in-Other-Environments-Git-in-Bash
[4] - https://github.com/espressif/esp-idf/pull/12636
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-12-01 08:23:16 +01:00
9a05c9446f
Merge branch 'fix/ble_mesh_example_relay_enable_v5.1' into 'release/v5.1'
...
fix(ble_mesh): Enable relay by default for the specific dev role (v5.1)
See merge request espressif/esp-idf!27512
2023-12-01 15:17:24 +08:00
fae44bf123
Merge branch 'bugfix/ble_update_lib_20231124_v5.1' into 'release/v5.1'
...
ble(update):Update c2 lib to 79ed4e8a,Update h2 lib to 9a237426,Update c6 lib to 9a237426
See merge request espressif/esp-idf!27393
2023-12-01 13:58:21 +08:00
76d3d18fdd
Merge branch 'fix/monitor_print_filter_v5.1' into 'release/v5.1'
...
fix(tools/monitor): fix PRINT_FILTER env variable usage (v5.1)
See merge request espressif/esp-idf!27418
2023-12-01 00:09:14 +08:00
1f0f661979
ci: skip pytest cases in managed_components
2023-11-30 09:08:01 +01:00
7df8574119
ci: fix missing linux related .build-test-rules.yml
2023-11-30 09:07:36 +01:00
1bfd5e35af
fix(ble_mesh): Enable relay by default for the specific dev role
2023-11-30 12:29:37 +08:00
a803c846aa
Merge branch 'bugfix/console_examples_reenable_v5.1' into 'release/v5.1'
...
examples: re-enable console examples for C2, C6, H2 (v5.1)
See merge request espressif/esp-idf!24336
2023-11-29 23:57:09 +08:00
a165b5c1d5
Merge branch 'feature/expose_unload_partitions_v5.1' into 'release/v5.1'
...
refactor(esp_partition): Expose function for unloading partitions (v5.1)
See merge request espressif/esp-idf!27426
2023-11-29 16:35:19 +08:00
958d98c8e7
Merge branch 'fix/fatfs_formatting_wrong_volume_v5.1' into 'release/v5.1'
...
Fix: FATFS formatting wrong partition (v5.1)
See merge request espressif/esp-idf!27373
2023-11-29 16:33:29 +08:00
d51b71260a
Merge branch 'feature/support_ble_esp32c3_eco7_v5.1' into 'release/v5.1'
...
Feature/support ble esp32c3 eco7 (backport v5.1)
See merge request espressif/esp-idf!27326
2023-11-29 14:14:22 +08:00
3b1d428501
Merge branch 'bugfix/preencrypted_ota_failed_with_partial_download_v5.1' into 'release/v5.1'
...
fix(esp_https_ota): fix preencrypted ota failed with pytest server and partial http enabled (v5.1)
See merge request espressif/esp-idf!27354
2023-11-29 14:05:39 +08:00
4788804f6d
Merge branch 'bugfix/wrong_ota_upgrade_size_log_v5.1' into 'release/v5.1'
...
fix(esp_https_ota): Fix wrong debug print for ota upgrade size (v5.1)
See merge request espressif/esp-idf!27352
2023-11-29 11:38:53 +08:00
5f35f5ddb8
Merge branch 'bugfix/i80_lcd_tx_param_check_enhancement_v5.1' into 'release/v5.1'
...
fix(i80_lcd): enhance the check of a valid data phase (v5.1)
See merge request espressif/esp-idf!27428
2023-11-29 10:37:43 +08:00
e950cdf549
fix(usb/host): remove bInterval verification during pipe opening for INTR and ISOC EPs
2023-11-28 22:00:54 +01:00
609628e139
fix(usb/host): Do not abort on string descriptor overflow
...
Some devices return full LANGID table, even if short LANGID table was requested.
No memory overflow occurs, because we have allocated enough memory for transfers to the
default pipe. So we can ignore the error and continue with string desc fetching.
2023-11-28 22:00:54 +01:00
fdab2d0c32
refactor(hal/usb_dwc): Add DWC OTG configuration values
...
This commit adds a subset of the DWC OTG configuration values to the
'usb_dwc_ll.h' file. Only relevant configuration values have been added.
Some DWC OTG releated constants have also been moved from 'usb_dwc_hal.h'
to 'usb_dwc_ll.h' and renamed.
2023-11-28 22:00:54 +01:00
411405355d
refactor(soc): SOC_USB_PERIPH_NUM option
...
This commit refactors SOC_USB_PERIPH_NUM as follows:
- Renamed to SOC_USB_OTG_PERIPH_NUM to avoid confusion with USB Serial JTAG
- Updated to unsigned integer "1U"
- Updated some build rules to depend on SOC_USB_OTG_SUPPORTED instead
2023-11-28 22:00:30 +01:00
4a32955f74
feat(coredump): save isr context to coredump elf file
2023-11-28 18:19:19 +01:00
be057f26dc
ci(system): re-enable build test app for C2 and C6, clean up configs
...
Since we can use CONFIG_NAME now to specify build rules, we don't need
to have target-specific config files.
2023-11-28 18:09:06 +01:00
6e2dd2924a
fix(esp_hw_support): fix build with CONFIG_ESP_CONSOLE_UART=n on C6
...
Closes https://github.com/espressif/esp-idf/issues/11924
2023-11-28 18:08:11 +01:00
b52607af71
examples: re-enable console examples for C2, C6, H2
...
- Split the sleep-related system commands into a separate file
- Don't compile that file and don't register sleep commands for H2 yet
- Exclude Wi-Fi commands if the chip doesn't have Wi-Fi
2023-11-28 18:08:11 +01:00
4f16f201af
Merge branch 'bugfix/fix_duplicate_exception_vsc_5.1' into 'release/v5.1'
...
fix(nimble): Fix the parameters in duplicate exception list vsc command(v5.1)
See merge request espressif/esp-idf!27406
2023-11-28 15:49:37 +08:00
3875e26b3b
Merge branch 'test/idf-build-apps-1.0.0_v5.1' into 'release/v5.1'
...
CI: make master pipeline compatible with idf-build-apps 1.0.0 release (v5.1)
See merge request espressif/esp-idf!26247
2023-11-28 14:59:39 +08:00
d8456e5767
fix(i80_lcd): enhance the check of a valid data phase
...
in case the user passes a (uint8_t){0x00} parameter with the perameter size
set to zero
2023-11-28 09:57:11 +08:00
5e140f4228
refactor(esp_partition): Expose function for unloading partitions
...
Closes https://github.com/espressif/esp-idf/issues/12625
2023-11-27 19:50:16 +01:00
a34d9774bf
feat: support ble esp32c3 eco7
2023-11-27 11:32:50 +00:00
03582a8cfe
fix(esp32c3): Update esp32c3 chip revision
2023-11-27 11:32:50 +00:00
5aa458a591
feat(esp32c3): Add rom ld with ROM tag esp32c3-eco7-20230720
2023-11-27 11:32:50 +00:00
c14d05ff61
docs: Update CN translation for api-guides/tools/idf-monitor.rst
2023-11-27 09:38:39 +01:00
c0e8969afa
fix(tools/monitor): fix PRINT_FILTER env variable usage
2023-11-27 09:37:36 +01:00
2c77ccda5e
Merge branch 'check_debug_aware_config_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): re-enable CONFIG_ESP_DEBUG_OCDAWARE functionality (v5.1)
See merge request espressif/esp-idf!27106
2023-11-27 14:12:05 +08:00
d300f91b4e
fix(nimble): Fix the parameters in duplicate exception list vsc command
2023-11-27 09:22:07 +05:30
54a5d13a7a
Merge branch 'bugfix/fix_dangling_pointer_compilation_warning_v5.1' into 'release/v5.1'
...
fix(nimble): Fix dangling pointer error during compilation (v5.1)
See merge request espressif/esp-idf!27161
2023-11-27 10:38:03 +08:00
40534e5ad6
fix(nimble): Fix dangling pointer error during compilation
2023-11-26 12:38:19 +05:30
e6602ced8e
ble: update rom.ld file
2023-11-24 20:34:21 +08:00
8f37c22a0d
ble: update sdkconfig_version on ESP32C2, ESP32H2 and ESP32C6
2023-11-24 20:19:50 +08:00
49d81c71a8
ble(fix): fix RX issue on ESP32-C2
2023-11-24 19:40:28 +08:00
ff0106345f
ble:
...
Update c2 lib to 79ed4e8a
Update h2 lib to 9a237426
Update c6 lib to 9a237426
2023-11-24 19:21:04 +08:00
5e88ecfd02
fix(esp_hw_support): re-enable CONFIG_ESP_DEBUG_OCDAWARE functionality
2023-11-24 09:54:18 +00:00
3ba577165c
Merge branch 'bugfix/esp32s3_usb_otg_console_v5.1' into 'release/v5.1'
...
system: support USB_OTG CDC console on ESP32-S3 (v5.1)
See merge request espressif/esp-idf!24337
2023-11-24 10:19:02 +08:00
9e863521c6
Merge branch 'bugfix/ble_gap_unpair_oldest_peer_fix_v5.1' into 'release/v5.1'
...
fix(nimble): Fixed ble_gap_unpair_oldest_peer to prevent writing to invalid memory (v5.1)
See merge request espressif/esp-idf!27316
2023-11-24 10:15:33 +08:00
ff8b0cf14b
fix(storage): FATFS WL function formatting wrong partition
...
Closes https://github.com/espressif/esp-idf/issues/12542
Co-authored-by: Tony Stuart <anthonyfstuart@gmail.com >
2023-11-23 22:55:58 +01:00
3bcbbf13fe
Merge branch 'feature/eth_loopback_test_v5.1' into 'release/v5.1'
...
esp_eth/test_apps: add loopback test (v5.1)
See merge request espressif/esp-idf!26806
2023-11-24 00:43:35 +08:00
80b61281b9
Merge branch 'bugfix/ble_update_lib_1110_5.1' into 'release/v5.1'
...
Bugfix/ble update lib 1110 5.1
See merge request espressif/esp-idf!27061
2023-11-23 19:10:49 +08:00
c1eae4b7be
Merge branch 'bugfix/return_code_of_ota_finish_api_v5.1' into 'release/v5.1'
...
fix(esp_https_ota): fix return code of esp_https_ota_finish API (v5.1)
See merge request espressif/esp-idf!27335
2023-11-23 16:31:06 +08:00
0e214b776b
fix: fix preencrypted ota failed with pytest server and partial http enabled
2023-11-23 12:50:18 +05:30
79704082c2
fix(component-esp_https_ota): Fix wrong debug print for ota upgrade size
2023-11-23 12:28:39 +05:30
6b8ba332b8
feat(provisioning): Generate Salt and verifier pair for given username and password
...
This commit adds a new feature to generate a salt and verifier pair for a given username and
password during the provisioning process. This is useful in scenarios where the pairing pin is
randomly generated and shown via some interface such as a display or console.
- Uses the provided username and password to generate a salt and verifier pair
- Adds support for dev mode where the pin/password can still be read from flash
2023-11-23 12:01:10 +05:30
8857082585
refactor(esp_srp): Expose esp_srp.h and add API docs
...
- Also added missing `protocomm_security2` reference in `protocomm.rst`
2023-11-23 12:01:10 +05:30
0feef5f2f3
Merge branch 'backport/add_docs_for_coex_v51' into 'release/v5.1'
...
feat(docs) Add RF Coexist docs for H2(BackportV5.1)
See merge request espressif/esp-idf!27236
2023-11-23 13:57:42 +08:00
2db80a8d3c
fix(nimble): Fixed ble_gap_unpair_oldest_peer to prevent writing to invalid memory (v5.1)
2023-11-23 11:17:04 +05:30
e55ede5f94
Merge branch 'feature/get_whitelist_size_v5.1' into 'release/v5.1'
...
feat(nimble): Added API to retrieve the size of the controller's white list (v5.1)
See merge request espressif/esp-idf!26954
2023-11-23 12:34:19 +08:00
3e2dbfec47
Merge branch 'contrib/github_pr_12558_v5.1' into 'release/v5.1'
...
Fix: esptool_py incorrectly assumed target name equals binary name (GitHub PR) (v5.1)
See merge request espressif/esp-idf!27269
2023-11-22 22:41:47 +08:00
3e04fba477
Merge branch 'bugfix/uart_vfs_select_in_iram_v5.1' into 'release/v5.1'
...
fix: add UART VFS select callback in IRAM when CONFIG_UART_ISR_IN_IRAM is enabled (v5.1)
See merge request espressif/esp-idf!27298
2023-11-22 22:41:18 +08:00
d23b41c7cb
fix(esp_eth): fixed ETH_CMD_READ/WRITE_PHY_REG build issue
2023-11-22 15:28:01 +01:00
0df97644c4
ci(esp_eth): addressed LAN8720 errata in CI test
2023-11-22 15:28:01 +01:00
99d4c1d13c
feat(esp_eth): added ioctl option to read/write PHY registers
...
LAN87xx: Added extra delay after setting PHY speed
2023-11-22 15:28:01 +01:00
1d3e466c61
ci(esp_eth): make additional Ethernet chips test as nightly run
2023-11-22 15:28:01 +01:00
50a54194b7
ci: fix pytest components ethernet rules
2023-11-22 15:28:01 +01:00
1215fca04e
ci(esp_eth): added tests of all supported Etherent chips
2023-11-22 15:27:57 +01:00
6fda9fe207
fix(esp_eth): various Ethernet driver fixes
...
ksz8851snl: enabled reception of multicast frames
Internal EMAC: fixed APLL CLK deinitialization
DM9051 and KSZ80xx: fixed speed configuration when not in loopback mode
phy_802_3: added multiple attempts when autodetecting PHY address
2023-11-22 15:23:52 +01:00
6bc957ee4f
esp_eth: add loopback test, change chip drivers to reflect chip specific behaviour
...
In esp_eth_test_apps.c:
Add test of loopback functionality. Change speed/duplex/autonegotiation test - remove need to enable loopback (required
for it to work on some phys supported by ESP-IDF)
In Kconfig.projbuild:
Add parameters to select which configuration is used - standard or custom.
Add for custom configuration parameters to select MDC and MDIO pins (required to work with WESP-32 and other boards that
use non-standard pin assignments).
In esp_eth_test_common.c:
Add code to support changes made in Kconfig
In sdkconfig.ci.default_rtl8201:
Change config which is used. Now custom is used and MDC is gpio 16, MDIO is gpio 17. Reuqired to work with WESP-32
In esp_eth_phy_802_3.h:
Make 802.3 API public.
In esp_eth_phy_802_3.c:
Add loopback check in eth_phy_802_3_set_duplex(). Now ESP_ERR_INVALID_STATE is invoked on attempt to set duplex to half
when loopback is enabled.
Remove static property from esp_eth_phy_802_3_autonego_ctrl and esp_eth_phy_802_3_loopback.
In esp_eth_phy_dm9051.c:
Add dm9051_loopback() because DM9051 requires setting additional bit to enable auto-negotiation loopback for data to be
received. Add dm9051_set_speed() which invokes ESP_ERR_INVALID_STATE on attempt to set speed to 10 Mbps when loopback is
enabled because such speed configuration is unsupported.
In esp_eth_phy_ksz80xx.c:
Add ksz80xx_set_speed() which invokes ESP_ERR_INVALID_STATE on attempt to set speed to 10 Mbps when loopback is enabled
because such speed configuration is unsupported.
In esp_eth_phy_ksz8851snl.c:
Change phy_ksz8851_set_duplex() to invoke ESP_ERR_INVALID_STATE on attempt to set duplex to half when loopback is enabled.
In esp_eth_phy_dp83848.c, esp_eth_phy_rtl8201.c:
Add autonego_ctrl implementation which prevents enabling autonegotiation when loopback is enabled.
Add loopback implementation which disables autonegotiation prior to enabling loopback.
In esp_eth_phy_lan87xx.c:
Add autonego_ctrl implementation which prevents enabling autonegotiation when loopback is enabled.
Add loopback implementation which disables autonegotiation prior to enabling loopback.
Fix link indicating being down when loopback is enabled by force setting link up.
2023-11-22 15:23:52 +01:00
d778b07b22
fix(esp_https_ota): fix return code of esp_https_ota_finish API
...
Closes https://github.com/espressif/esp-idf/issues/12635
2023-11-22 17:10:08 +05:30
2a227b89d5
Merge branch 'feature/walkthrough_for_bleprph_v5.1' into 'release/v5.1'
...
doc (nimble): Added the tutorial for bleprph example. (v5.1)
See merge request espressif/esp-idf!26887
2023-11-22 18:21:49 +08:00
ad11452275
Merge branch 'bugfix/cleanup_nimble_sdkconfig_v5.1' into 'release/v5.1'
...
ci(nimble): Cleanup sdkconfig files for nimble examples (v5.1)
See merge request espressif/esp-idf!27289
2023-11-22 18:09:16 +08:00
5e07ffb444
fix(esp_netif): Mark esp_netif_next deprecated and fix usages
...
* Uses netif_find_if() in IPv6 examples
* Fixes esp_netif_next() usage in L2TAP
2023-11-22 09:59:37 +00:00
80cc7e8928
feat(esp_netif): Added new API to search in netif list
2023-11-22 09:59:37 +00:00
65917bb8c3
fix(esp_netif): Lock netif list with TCPIP context
...
This commit removes the lock from the list manipulation code in esp_netif_objects.c,
because we already have another lock/task context for lwip.
So the list manipulation is unsafe and safety must be assured by the stack layer
(in esp_netif_lwip).
Problems with current locking:
* implementation of locking was wrong -- lazy init style of creating the mutex is not
thread safe (and destroying it if we have no interface makes the problem exhibit very frequently)
* locking only the list won't solve issues when assessing interfaces atomically
* maintaining multiple locks is problematic, as we often switch between
lwip context and user context in internal implementation of esp_netif_lwip
Closes https://github.com/espressif/esp-idf/issues/12261
2023-11-22 09:59:37 +00:00
2cc61caf7b
Merge branch 'bugfix/add_par_check_in_ag_cind_res_v5.1' into 'release/v5.1'
...
Bugfix/add par check in ag cind res v5.1
See merge request espressif/esp-idf!27257
2023-11-22 17:47:28 +08:00
d5e87fed74
Merge branch 'bugfix/spp_deinit_crash_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fix the crash of invalid access to released resources (v5.1)
See merge request espressif/esp-idf!27251
2023-11-22 17:45:48 +08:00
8b6977b883
Merge branch 'bugfix/coex_cfg_option_invisible_v5.1' into 'release/v5.1'
...
fix(esp_coex): Fix dependency errors in coexist configuration (Backport v5.1)
See merge request espressif/esp-idf!26577
2023-11-22 17:45:05 +08:00
b09e1d860d
Merge branch 'bugfix/fix_psram_access_faild_after_pd_cpu_wakeup_v5.1' into 'release/v5.1'
...
fix(esp_pm): fix psram access failed after pd_cpu wakeup if uart driver driven console is used (backport v5.1)
See merge request espressif/esp-idf!27051
2023-11-22 17:44:32 +08:00
f710a49680
feat(docs) Add RF Coexist docs for H2
2023-11-22 17:04:55 +08:00
8dcd59f34f
feat(nimble): Added API to retrieve the size of the controller's white list (v5.1)
2023-11-22 10:29:36 +05:30
ecbbd3c3d9
Merge branch 'backport/add_ot_radio_stats_enable_config_5_1' into 'release/v5.1'
...
feat(openthread): backport some openthread features(BackportV5.1)
See merge request espressif/esp-idf!26885
2023-11-22 12:23:53 +08:00
3662303f31
Merge branch 'bugfix/generate_new_irk_across_reboot_v5.1' into 'release/v5.1'
...
fix(nimble): Generate a new unique IRK for every chip. (v5.1)
See merge request espressif/esp-idf!27117
2023-11-22 03:03:39 +08:00
6481b0161c
ci: add build test for CONFIG_ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF
2023-11-21 17:33:30 +01:00
e2f1327a5c
examples: re-enable system/console/advanced_usb_cdc for ESP32-S3
...
Closes https://github.com/espressif/esp-idf/issues/9364
2023-11-21 17:33:30 +01:00
6ec4937cec
esp_system: usb_console support for ESP32-S3
...
Closes https://github.com/espressif/esp-idf/issues/8879
Closes https://github.com/espressif/esp-idf/issues/8738
2023-11-21 17:33:30 +01:00
22dd730a7c
esp_rom: convert USB related headers to SPDX, update COPYRIGHTS.rst
2023-11-21 17:33:30 +01:00
6d1f573945
esp_rom: implement usb deinit functions added in S3 ROM for S2
...
This cleans up usb_console.c and prepares it for S3 support.
2023-11-21 17:33:29 +01:00
228dbe103f
esp_rom: add USB_OTG "port" number for S2 and S3
2023-11-21 17:33:29 +01:00
c7b409aa94
esp_rom: sync changes for ESP32-S3 USB related files, minor fix for S2
...
Used esp-rom tag esp32s3-20210327 and did manual cleanup.
Rename s_usb_osglue to rom_usb_osglue like it was done for esp32s2.
Some comments in esp32s2 headers are synced from esp32s3.
2023-11-21 17:33:29 +01:00
2c341a8557
console: minor fixes
...
- wrong comment
- duplicated setvbuf
2023-11-21 17:33:29 +01:00
633a3b06db
fix(vfs/uart): add UART VFS select callback in IRAM
...
UART VFS select callback is placed in IRAM when CONFIG_UART_ISR_IN_IRAM is enabled
2023-11-21 14:17:08 +01:00
d24f7d9f12
ble(fix): deinit crash issue
2023-11-21 15:05:22 +08:00
9cf6280eea
fix(ble): fixed ble occasional rx exception issue
2023-11-21 15:03:38 +08:00
2cf6c185dc
ci(ble/bluedroid): Add notes in sdkconfig.defaults
2023-11-21 15:03:38 +08:00
11f26f3319
ble: update controller log module
2023-11-21 15:03:38 +08:00
fcc8ce5de5
ble: update c6 h2 lib to 5b1dfd2b, c2 lib to db4e1fb2
2023-11-21 15:03:38 +08:00
2984e14eba
ble(fix): Fixed the issue of not returning memory to the memory pool after deinit callout
...
ble(fix): Fixed the issue of not returning memory to the memory pool after deinit callout
2023-11-21 15:03:38 +08:00
9571780d5e
ci(nimble): Cleanup sdkconfig files for nimble examples
2023-11-21 12:23:06 +05:30
514cd783a3
Merge branch 'bugfix/esp32h2_ecdsa_hardware_k_v5.1' into 'release/v5.1'
...
fix(esp32h2): program use_hardware_k efuse bit for ECDSA key purpose (v5.1)
See merge request espressif/esp-idf!27271
2023-11-21 13:57:38 +08:00
6965a11570
fix(nimble): Generate a new unique Local IRK for each chip
2023-11-21 10:23:42 +05:30
4d88e7b9a7
Merge branch 'bugfix/remove_bond_v5.1' into 'release/v5.1'
...
fix(nimble):Handled IRK/LTK deletion based on key availability (v5.1)
See merge request espressif/esp-idf!26597
2023-11-21 12:47:54 +08:00
d578395041
Merge branch 'bugfix/secure_boot_v2_docs_v5.1' into 'release/v5.1'
...
fix(docs): correct the target specific macros for secure boot v2 guide (v5.1)
See merge request espressif/esp-idf!27170
2023-11-21 11:10:41 +08:00
64e7343e40
Merge branch 'bugfix/fix_adc_read_zero_h2_v5.1' into 'release/v5.1'
...
ADC: fix adc raw data get 0 because of signal delay on ESP32H2(v5.1)
See merge request espressif/esp-idf!26976
2023-11-21 11:08:57 +08:00
0fa38244cb
Merge branch 'bugfix/newlib_test_correct_assertions_v5.1' into 'release/v5.1'
...
fix(newlib,ci): wrong floating point number handling in tests (v5.1)
See merge request espressif/esp-idf!27090
2023-11-21 11:08:32 +08:00
de81da8b53
Merge branch 'bugfix/fix_espcoredump_compilation_warning_v5.1' into 'release/v5.1'
...
fix(espcoredump): fixed compilation warning (v5.1)
See merge request espressif/esp-idf!26591
2023-11-21 11:07:57 +08:00
b3479b3164
Merge branch 'bugfix/docs_hw_breakpoints_num_v5.1' into 'release/v5.1'
...
fix(docs/jtag): Fix hard-coded HW breakpoints/watchpoints number (v5.1)
See merge request espressif/esp-idf!26500
2023-11-21 11:07:13 +08:00
2277c3c9dd
Merge branch 'feature/pseudo_exccause_to_openocd_v5.1' into 'release/v5.1'
...
Feature/pseudo exccause to openocd (v5.1)
See merge request espressif/esp-idf!26544
2023-11-21 11:06:41 +08:00
58344b1517
Merge branch 'backport-v5.1/gcov-write-fix' into 'release/v5.1'
...
fix(app_trace): fix host file write API return value
See merge request espressif/esp-idf!26421
2023-11-21 11:06:04 +08:00
6bc8a025d5
Merge branch 'bugfix/ledc_max_duty_cycle_v5.1' into 'release/v5.1'
...
fix(ledc): fix ledc driver 100% duty cycle configuration (backport v5.1)
See merge request espressif/esp-idf!27179
2023-11-21 10:58:16 +08:00
e718b603e4
Merge branch 'bugfix/clear_ulp_wake_intr_in_wake_source_enable_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): clear all type ULP wakeup intr status at ulp wakeup source enable (backport v5.1)
See merge request espressif/esp-idf!27188
2023-11-21 10:52:54 +08:00
0e1ec38785
Merge branch 'bugfix/fix_lightsleep_current_leakage_on_usj_pad_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): fix lightsleep current leakage on usb pad (backport v5.1)
See merge request espressif/esp-idf!27205
2023-11-21 10:51:11 +08:00
1978b711f0
ci(bt/bluedroid): remove configs that are not in effect
2023-11-21 10:09:40 +08:00
533b4a2e02
fix(nimble): Handled IRK/LTK deletion based on key availability
2023-11-21 07:15:56 +05:30
443a612a46
Merge branch 'bugfix/pairing_when_enc_with_no_key_fails_v5.1' into 'release/v5.1'
...
fix(nimble): Initate pairing if encryption fails with reason no pin or key missing (v5.1)
See merge request espressif/esp-idf!27017
2023-11-21 09:05:44 +08:00
c75bab8fcb
fix(nimble): Initate pairing if encryption fails with reason no pin or key missing
2023-11-20 20:22:48 +05:30
3b30594eef
Merge branch 'bugfix/ble_gap_unpair_oldest_peer_v5.1' into 'release/v5.1'
...
fix(nimble): Fixed incorrect handling of bonded devices (v5.1)
See merge request espressif/esp-idf!26939
2023-11-20 22:41:11 +08:00
78453c8918
docs(ecdsa): add a note about TRNG dependency for ECDSA peripheral
2023-11-20 16:17:51 +05:30
bb1376ff5d
fix(api-docs): include in the ECDSA APIs for doxygen build
2023-11-20 16:17:11 +05:30
d9abb44049
docs: add ECDSA peripheral chapter for H2/P4
...
- Add ECDSA peripheral chapter and instructions to program efuse key block
- Update security guide for ECDSA peripheral mention for device identity
- Link with ESP-TLS guide about using ECDSA peripheral in TLS connection
2023-11-20 16:13:35 +05:30
2cd1635b86
fix(ecdsa): remove unused k_mode from the ECDSA HAL/LL API
...
For ESP32-H2 case, the hardware k mode is always enforced through
efuse settings (done in startup code).
For ESP32-P4 case, the software k mode is not supported in the peripheral
itself and code was redundant.
2023-11-20 16:05:15 +05:30
0ccfa4b0c2
fix(esp32h2): program use_hardware_k efuse bit for ECDSA key purpose
...
In ESP32-H2, the ECDSA peripheral by default uses the TRNG (hardware)
generated k value but it can be overridden to software supplied k.
This can happen through by overriding the `ECDSA_SOFTWARE_SET_K` bit
in the configuration register. Even though the HAL API is not exposed
for this but still it could be achieved by direct register
programming. And for this scenario, if sufficiently random k is not
supplied by the software then it could posses a security risk.
In this change, we are unconditionally programming the efuse
`ESP_EFUSE_ECDSA_FORCE_USE_HARDWARE_K` bit during startup security
checks itself. Additionally, same is ensured in the `esp_efuse_write_key`
API as well. This always enforces the hardware k mode in the ECDSA
peripheral and ensures strongest possible security.
2023-11-20 16:03:29 +05:30
4c3beef656
feat(ci): add test for custom cmake CMAKE_EXECUTABLE_SUFFIX
...
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-11-20 11:03:28 +01:00
ecd485be87
Merge branch 'feat/ecdsa_perph_while_mutual_auth_v5.1' into 'release/v5.1'
...
Feat/ecdsa perph while mutual auth v5.1
See merge request espressif/esp-idf!27245
2023-11-20 18:03:19 +08:00
c6913fa397
fix(build): fix build failure if CMAKE_EXECUTABLE_SUFFIX is set
...
From: Arno Moonen <arno.moonen@airios.eu >
Follows original message from Arno Moonen <arno.moonen@airios.eu >
While integrating the ESP-IDF into our existing CMake structure,
I've come across quite some hurdles. Most I've been able to fix
in our CMake files, however this one I could not.
Most of the targets created by the esptool_py component assume
that the EXECUTABLE IDF build property (which contains the name
of the CMake executable target) always equals the name of the
created binary.
This is however not always true. For instance, in our setup we use
CMAKE_EXECUTABLE_SUFFIX_C and CMAKE_EXECUTABLE_SUFFIX_CXX in our
toolchain file (both set to .elf). If we do add_executable(my_app),
the target binary file would actually be my_app.elf.
In order to fix this, I've updated it to use the TARGET_FILE generated
expression. That way we also no longer need the EXECUTABLE_DIR IDF build
property here.
I've fixed this on v5.0.1 (as that's the ESP-IDF version I'm currently
trying to integrate), but I assume it should be easy to apply the same
fix to newer versions and the master branch as well.
Note that this problem might exist in multiple places where EXECUTABLE
is being used. While going through the ESP-IDF code base, I even noticed
that a few places actually already seem to use the TARGET_FILE expression.
To be honest the property name might be somewhat confusing as well, as it
is actually the executable target.
Closes https://github.com/espressif/esp-idf/pull/12558
2023-11-20 10:49:02 +01:00
92ebdd9e16
Merge branch 'ci/fix_add_build_unit_test_jobs' into 'release/v5.1'
...
ci: add build unit test apps jobs (v5.1)
See merge request espressif/esp-idf!27156
2023-11-20 17:43:51 +08:00
5719d882d1
Merge branch 'bugfix/fix_onebyte_watchpoint_setting_v5.1' into 'release/v5.1'
...
fix(riscv): supports 1 byte and larger than 64byte range watchpoint setting (v5.1)
See merge request espressif/esp-idf!27215
2023-11-20 17:37:03 +08:00
ea081e04b9
Merge branch 'bugfix/dpp_config_memset_v5.1' into 'release/v5.1'
...
Wi-Fi: Fixed some DPP issues (v5.1)
See merge request espressif/esp-idf!27192
2023-11-20 16:52:20 +08:00
2348a0a61d
Merge branch 'bufix/Backport_some_lwip_bugs_for_5.1_1115' into 'release/v5.1'
...
Bufix/backport some lwip bugs for 5.1 1115
See merge request espressif/esp-idf!27149
2023-11-20 16:09:30 +08:00
ca4ba28613
fix(nimble): Fixed incorrect handling of bonded devices
2023-11-20 12:27:18 +05:30
a08c557001
Merge branch 'bugfix/validate_random_address_v5.1' into 'release/v5.1'
...
fix(nimble): Added check to validate allowed random address (v5.1)
See merge request espressif/esp-idf!26928
2023-11-20 14:48:33 +08:00
00936f9434
Merge branch 'feature/support_for_32_and_128_bit_custom_uuids_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs (backport v5.1)
See merge request espressif/esp-idf!27230
2023-11-20 14:07:56 +08:00
b9a0ca6feb
fix(bt/bluedroid): corrected the API documents of profile HFP and A2DP
2023-11-20 11:59:05 +08:00
e4ab4499b0
fix(bt/bluedroid): Added some argument check in APIs of HFP AG
2023-11-20 11:59:01 +08:00
fcd0b8b8e9
Merge branch 'fix/https_request_example_build_with_esp_wolfssl_v5.1' into 'release/v5.1'
...
fix(esp-tls): Fix the https_request example build for esp-wolfssl (v5.1)
See merge request espressif/esp-idf!26735
2023-11-20 11:07:36 +08:00
7e21aff12c
fix(nimble): Added check to validate allowed random address
2023-11-20 08:19:38 +05:30
81a4a86196
Merge branch 'bugfix/ble_gap_connect_v5.1' into 'release/v5.1'
...
fix(nimble):Handled the Load access fault crash caused due to an invalid setting of index-variable 'reattempt_idx' (v5.1)
See merge request espressif/esp-idf!26944
2023-11-20 10:41:26 +08:00
c91c8a1197
fix(nimble): Handled crash caused due to incorrect use of reattempt_idx
2023-11-18 17:16:17 +05:30
57090788ec
Merge branch 'feature/walkthrough_for_coc_ble_prph_v5.1' into 'release/v5.1'
...
doc (nimble): Added the tutorial for coc_bleprph example. (v5.1)
See merge request espressif/esp-idf!26480
2023-11-18 16:21:42 +08:00
54e3737202
Merge branch 'feature/protocomm_update_params_v5.1' into 'release/v5.1'
...
fix(protocomm): added Protocomm BLE Event Structure and Event Handling (v5.1)
See merge request espressif/esp-idf!26899
2023-11-18 16:16:48 +08:00
4023a22512
Merge branch 'bugfix/fix_some_ble_bugs_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs (backport v5.1)
See merge request espressif/esp-idf!27196
2023-11-17 20:21:57 +08:00
7d6ef329d7
docs: Add documentation for using ECDSA peripheral with TLS
2023-11-17 16:25:58 +05:30
37836b3c62
feat: ECDSA peripheral while performing http connection with mutual auth
2023-11-17 16:24:10 +05:30
7f63951872
Merge branch 'backport/fix_ble_scan_rsp_v5.1' into 'release/v5.1'
...
Backport/fix ble scan rsp v5.1(backport v5.1)
See merge request espressif/esp-idf!27007
2023-11-17 18:18:29 +08:00
1b3713f7cd
Merge branch 'feature/support_adc_calibration_on_h2_v5.1' into 'release/v5.1'
...
adc_cali: supported adc calibration v1 on ESP32H2 (v5.1)
See merge request espressif/esp-idf!26963
2023-11-17 16:41:00 +08:00
ddb6d22468
Merge branch 'feature/gpio_dump_io_info_v5.1' into 'release/v5.1'
...
feat(gpio): add a dump API to dump IO configurations (v5.1)
See merge request espressif/esp-idf!26870
2023-11-17 16:30:22 +08:00
ceb0aec0cc
Merge branch 'bugfix/rmt_stop_issue_v5.1' into 'release/v5.1'
...
fix(rmt): a disabled channel may pick up a pending transaction (v5.1)
See merge request espressif/esp-idf!26779
2023-11-17 16:27:21 +08:00
a32f0cf11e
Merge branch 'feature/mcpwm_trigger_driver_v5.1' into 'release/v5.1'
...
feature(MCPWM): Add MCPWM trigger driver (v5.1)
See merge request espressif/esp-idf!26787
2023-11-17 16:17:34 +08:00
71d08e38db
feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs
...
1. Added new API functions that can add 32 and 128-bit UUID to the EIR data
when these UUIDs are set in SDP.
The old functions that only work with 16-bit UUIDs have been left
unchanged to avoid having to redo code that already utilizes them.
2. Fixed bug with zero handler return in btc_sdp.c
sdp_create_record.handle in tBTA_SDP struct wasn't saved before.
Because of it Bluetooth stack always returned zero handler to
application callback.
Closes https://github.com/espressif/esp-idf/issues/11529
2023-11-17 15:57:28 +08:00
03299962f6
fix(ledc): fix ledc driver 100% duty cycle configuration
...
Update ledc duty cycle value range in doxygen.
Fix duty configuration error at 100% duty cycle for ESP32.
Improve LEDC API doxygen.
Closes https://github.com/espressif/esp-idf/pull/11516
Closes https://github.com/espressif/esp-idf/issues/12593
Closes https://github.com/espressif/esp-idf/issues/12083
2023-11-17 12:38:32 +08:00
472718d2cd
Merge branch 'bugfix/fix_ble_bond_error_after_reboot_v5.1' into 'release/v5.1'
...
fix(ble/bluedroid): fixed BLE bond error after reboot (backport v5.1)
See merge request espressif/esp-idf!27120
2023-11-17 10:43:08 +08:00
ac4ee1d2d6
fix(bt/bluedroid): Fix the crash of invalid access to released resources
...
It is caused by the delayed timer is alarmed after esp_spp_deinit.
2023-11-17 10:38:55 +08:00
95d24edd3e
ci(adc): add a test that adc read zero after getting done signal
2023-11-17 02:16:21 +00:00
1179d9859f
fix(adc): fix h2 adc oneshot read zero and add delay after getting done signal v5.1
2023-11-17 02:16:21 +00:00
6b14ca55d5
fix(riscv): supports 1 byte and larger than 64byte range watchpoint setting
2023-11-16 20:40:04 +08:00
eb45eec5db
change(soc): rename SOC_CPU_WATCHPOINT_SIZE to SOC_CPU_WATCHPOINT_MAX_REGION_SIZE
2023-11-16 20:40:03 +08:00
ff3ca9300a
riscv: remove outdated macros
2023-11-16 20:37:09 +08:00
b6b8b0bd1f
riscv: fix trigger add from trap handlers
2023-11-16 20:37:08 +08:00
a5091276e4
riscv: fix & refactor triggers add/delete
2023-11-16 20:37:08 +08:00
6ae596c764
fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad
2023-11-16 20:03:30 +08:00
4db9dbb3e8
fix(console): switch USB PHY to OTG when OTG is used for console
...
On ESP32-S3 with the default efuse settings, USB PHY is connected to
the USB_SERIAL_JTAG peripheral. If USB OTG peripheral is used for the
console, we need to additionally switch the PHY to USB OTG, otherwise
we won't get any output.
Closes https://github.com/espressif/esp-idf/issues/12437
2023-11-16 19:05:26 +08:00
6edb9982fd
Merge branch 'coredump-info-offset_v5.1' into 'release/v5.1'
...
Tools: coredump-info - fix non-default partition table offset issues (v5.1)
See merge request espressif/esp-idf!26802
2023-11-16 18:56:55 +08:00
36cb0b29b2
Merge branch 'bugfix/docker_safe_repo_v5.1' into 'release/v5.1'
...
fix(docker): set esp-idf repo as safe directory (v5.1)
See merge request espressif/esp-idf!26804
2023-11-16 18:55:32 +08:00
53aaf3462f
Merge branch 'feature/add_qemu_to_tools-json_v5.1' into 'release/v5.1'
...
Add QEMU to tools.json (v5.1)
See merge request espressif/esp-idf!26407
2023-11-16 18:54:46 +08:00
27751a7693
Merge branch 'ci/fix_c6_adc_std_performance_ci_fail_v5.1' into 'release/v5.1'
...
ci(adc): increase adc performance test threshold on c6 (v5.1)
See merge request espressif/esp-idf!27148
2023-11-16 18:47:04 +08:00
b862072372
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(2758518)
...
- Fixed power state setting when entering modem sleep
2023-11-16 16:40:31 +08:00
981d3d2336
Update bt lib for ESP32-C3 and ESP32-S3(f817304)
...
- Support get the range of TX power level
- Support clear legacy adv using vendor hci
2023-11-16 16:40:18 +08:00
a6de577573
fix(ble/controller): Fix bugs in setting adv data and scan response data
2023-11-16 16:40:04 +08:00
565c2e9d92
update esp32 bt-lib (6458728)
...
- Modify mesh proxy solic uuid to 0x18590303
- Support get the range of TX power level
- Support clear legacy adv using vendor hci
2023-11-16 16:39:46 +08:00
aaf6f7433d
feat(bt/bluedroid): support clear legacy advertising
2023-11-16 16:39:33 +08:00
0c3440a5bc
fix(wifi): Disallow DPP and WPS concurrency
2023-11-16 12:35:19 +05:30
5d5dac7754
fix(wpa_supplicant): memzero wifi config before sending config event
2023-11-16 12:35:15 +05:30
4e73c23e98
ci(ulp_test): fix fake sleep of the maincore in ulp pytest cases
2023-11-16 11:49:40 +08:00
61bb3fb67f
fix(esp_hw_support): clear all type ULP wakeup intr status at ulp wakeup source enable
2023-11-16 11:49:40 +08:00
46dae91a39
fix(esp_pm): fix psram access faild after pd_cpu wakeup
2023-11-16 03:20:27 +00:00
e6bc722b38
change(esp_pm): improve POWER_DOWN_TAGMEM_IN_LIGHT_SLEEP description
2023-11-16 03:20:27 +00:00
11d32279a0
fix(esp_coex): Fix deprecated configuration options not rename to new one
2023-11-16 03:16:15 +00:00
f57826e239
fix(esp_coex): Fix dependency errors in coexist configuration
2023-11-16 03:16:15 +00:00
989e0371db
Fix(lwip):bugfix for add config for tcp ooseq bufs
2023-11-15 20:35:25 +08:00
5f9f8ac068
fix(docs): correct the target specific macros for secure boot v2 guide
...
It appears that target specific or'ing is not supported through the
docs build. Actual text rendering on the docs site was still using
"default" field from the custom macro, rather than using target
specific.
2023-11-15 15:37:59 +05:30
fd478346fb
fix(bt/bluedroid): Fix BLE remove bond list status
2023-11-15 07:18:04 +00:00
e01f4c4d24
fix(ble/bluedroid): fixed BLE bond error after reboot
2023-11-15 07:18:04 +00:00
5c61c89308
Merge branch 'fix/exception_was_unhandled_for_bt_spp_vfs_acceptor_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): fix LoadProhibited error in spp vfs acceptor example (backport v5.1)
See merge request espressif/esp-idf!26861
2023-11-15 14:45:04 +08:00
bfeae3857c
feat(rmt): support calling rmt_receive in ISR callback
2023-11-15 05:57:45 +00:00
d260d43168
fix(rmt): a disabled channel may pick up a pending transaction
...
because in the trans_done interrupt, the driver didn't check the channel FSM
2023-11-15 05:57:45 +00:00
0ce2683d81
feature(MCPWM): Add MCPWM trigger driver and test
...
Each MCPWM operator has two Trigger (named T0 and T1), and they can be
routed to GPIO fault signal or timer sync event.Generator can be set up
to perform different action on Trigger event.
This commit add a trigger driver and a test for the driver.
2023-11-15 05:57:37 +00:00
dd9da56dfe
ci(adc): increase adc performance test threshold on c6 v5.1
2023-11-15 05:53:31 +00:00
6b1a846678
ci: add build unit test apps jobs
2023-11-15 13:43:16 +08:00
b7db75e845
Merge branch 'fix/wifi_prov_mgr_retry_auth_expire_v5.1' into 'release/v5.1'
...
fix (wifi_prov): Retry provisioning on `WIFI_AUTH_EXPIRE` event (v5.1)
See merge request espressif/esp-idf!26901
2023-11-15 12:32:35 +08:00
230119a9fb
Merge branch 'ci/fix_assign_test' into 'release/v5.1'
...
ci: fix assign test jobs (v5.1)
See merge request espressif/esp-idf!27118
2023-11-15 11:40:25 +08:00
6b4c560d7d
Fix(tcp):optimize tcp connection
2023-11-15 11:39:28 +08:00
cc7c93cfaa
Merge branch 'fix/netif_sntp_examples_v5.1' into 'release/v5.1'
...
fix(examples): Fix usage of SNTP netif API in examples (v5.1)
See merge request espressif/esp-idf!26917
2023-11-14 21:57:12 +08:00
c43b66cd35
fix(soc): update SOC_IROM_MASK_HIGH for esp32, c6, h2 for consistency
2023-11-14 14:27:24 +01:00
6fa2080706
fix(soc): correct SOC_IROM_MASK_HIGH for esp32s3
...
Fixes corrupted backtraces on S3 when a function is in ROM.
Closes https://github.com/espressif/esp-idf/issues/11512
2023-11-14 14:27:23 +01:00
684a0936df
Merge branch 'contrib/github_pr_12052_v5.1' into 'release/v5.1'
...
Two small patches for build system and fatfs (GitHub PR) (v5.1)
See merge request espressif/esp-idf!26431
2023-11-14 17:16:43 +08:00
3d296723f3
Merge branch 'bugfix/fix_freertos_system_task_names_v5.1' into 'release/v5.1'
...
fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix (v5.1)
See merge request espressif/esp-idf!26118
2023-11-14 16:35:25 +08:00
0f61bd25a2
Merge branch 'bugfix/iperf_improvements_v5.1' into 'release/v5.1'
...
fix(examples/iperf): Update and rename default TCP/UDP buffer sizes (Backport v5.1)
See merge request espressif/esp-idf!26680
2023-11-14 15:38:23 +08:00
55f5b427ee
Merge branch 'bugfix/build_error_when_enable_ag_and_hf_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fix build error when both of the HFP roles are enabled (v5.1)
See merge request espressif/esp-idf!27077
2023-11-14 15:36:42 +08:00
87f58d5cd6
Merge branch 'bugfix/move_fe_32m_to_adc_fe_common_clock_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): move fe_32m to fe/adc common clock (backport v5.1)
See merge request espressif/esp-idf!27058
2023-11-14 15:36:04 +08:00
c46775031e
Merge branch 'bugfix/backport_some_ble_bugs_20231020_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs 20231020 (backport v5.1)
See merge request espressif/esp-idf!26604
2023-11-14 15:35:55 +08:00
5a128c169c
Merge branch 'doc/update_espnow_example_v5.1' into 'release/v5.1'
...
doc(WiFi/Vendor): Update the ESPNOW example for the recv callback function (backport v5.1)
See merge request espressif/esp-idf!26685
2023-11-14 15:35:37 +08:00
9c5b538f05
Merge branch 'bugfix/remove_iram_attr_from_ceva_files_v5.1' into 'release/v5.1'
...
fix(nimble): remove IRAM_ATTR from npl_os_freertos.c file (v5.1)
See merge request espressif/esp-idf!26839
2023-11-14 15:34:26 +08:00
d1842fa99b
Merge branch 'bugfix/ota_fail_on_octal_flash_v5.1' into 'release/v5.1'
...
fix(ota): Fixed OTA fail on octal flash with 32MB memory (backport v5.1)
See merge request espressif/esp-idf!26811
2023-11-14 15:34:06 +08:00
c21d2b254b
Merge branch 'bugfix/increase_esp32h2_slow_clock_calibration_wdt_threshold_v5.1' into 'release/v5.1'
...
fix(esp_system): increase esp32h2 slow clock calibration timeout watchdog threshold (backport v5.1)
See merge request espressif/esp-idf!26920
2023-11-14 15:33:43 +08:00
cee24a6ce1
Merge branch 'bringup/support_callback_mechanism_in_lightsleep_flow_v5.1' into 'release/v5.1'
...
feat(pm): support callback mechanism in lightsleep flow(backport v5.1)
See merge request espressif/esp-idf!26365
2023-11-14 15:33:19 +08:00
0172c33818
Merge branch 'bugfix/fix_deinit_init_wifi_scan_fail_issue_v5.1' into 'release/v5.1'
...
Bugfix/fix deinit init wifi scan fail issue v5.1(Backport v5.1)
See merge request espressif/esp-idf!27064
2023-11-14 15:25:54 +08:00
8f4c9bdc03
Merge branch 'backport/fix_ble_bugs_v5.1' into 'release/v5.1'
...
Backport/fix ble bugs v5.1(backport v5.1)
See merge request espressif/esp-idf!26762
2023-11-14 15:15:40 +08:00
93a6cb9ddf
Merge branch 'bugfix/spi_master_fifo_use_dma_v5.1' into 'release/v5.1'
...
fix(spi): fixed undesired touching to DMA (v5.1)
See merge request espressif/esp-idf!26769
2023-11-14 15:13:35 +08:00
894cf042f9
Merge branch 'fix/remove_esp_hf_ag_devices_status_indchage_in_example_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Send device status of AG to HF with a different api (backport v5.1)
See merge request espressif/esp-idf!26587
2023-11-14 15:10:50 +08:00
378bb1f0d1
Merge branch 'bugfix/unable_to_load_bonded_ble_devices_from_nvs_v5.1' into 'release/v5.1'
...
fix(bt&ble): fix BLE unable to load bonded device info after reboot. (backport v5.1)
See merge request espressif/esp-idf!26465
2023-11-14 15:10:38 +08:00
822aa69a4b
Merge branch 'feature/support_esp32c2_rom_mbedtls_v5.1' into 'release/v5.1'
...
feat(mbedtls): support c2 mbedtls can use crypto algorithm in ROM (backport v5.1)
See merge request espressif/esp-idf!26698
2023-11-14 15:10:20 +08:00
84cd6e8691
Merge branch 'bugfix/napt_updatesV5.1' into 'release/v5.1'
...
feat(lwip): Fixes and Improvements for NAPT and SBOM Support (v5.1)
See merge request espressif/esp-idf!26334
2023-11-14 15:09:57 +08:00
1ed40720d6
Merge branch 'bugfix/lp_active_slow_clock_domain_default_power_down_v5.1' into 'release/v5.1'
...
backport v5.1: In the LP ACTIVE state, the slow clock power domain is by default in a powered-off state
See merge request espressif/esp-idf!26601
2023-11-14 15:09:02 +08:00
0f15eecd2c
Merge branch 'feature/include_hf_and_ag_in_single_build_v5.1' into 'release/v5.1'
...
Feature/include hf and ag in single build v5.1
See merge request espressif/esp-idf!26841
2023-11-14 15:05:52 +08:00
09310415d4
ci: fix assign test jobs
2023-11-14 14:05:44 +08:00
305e781d0c
Merge branch 'fix/ci_autocomplete_v5.1' into 'release/v5.1'
...
Tools, CI: Improve autocomplete tests (v5.1)
See merge request espressif/esp-idf!27037
2023-11-14 02:44:10 +08:00
e100ffa6c1
Merge branch 'coredump-gdb-timeout_v5.1' into 'release/v5.1'
...
fix(coredump-info): set default gdb timeout as 3 seconds (v5.1)
See merge request espressif/esp-idf!27105
2023-11-14 01:15:06 +08:00
14241aeb2e
fix(coredump-info): set default gdb timeout as 3 seconds
2023-11-13 15:34:52 +01:00
3515fb4eaa
Merge branch 'feat/dynamic_integration_pipeline_v5.1' into 'release/v5.1'
...
CI: dynamic integration pipeline v5.1
See merge request espressif/esp-idf!26654
2023-11-13 19:41:31 +08:00
efafacae40
Merge branch 'feature/mcpwm_timer_change_freq_v5.1' into 'release/v5.1'
...
feat(mcpwm): support update timer period dynamically (v5.1)
See merge request espressif/esp-idf!26624
2023-11-13 17:55:52 +08:00
d0f84285b7
Merge branch 'bugfix/fix_wrong_adc_attenuation_name_v5.1' into 'release/v5.1'
...
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 (v5.1)
See merge request espressif/esp-idf!26967
2023-11-13 16:50:11 +08:00
37fd9f4050
Merge branch 'bugfix/fix_adc_oneshot_do_not_spilt_clk' into 'release/v5.1'
...
fix(adc): fix ADC oneshot mod don't divide clk (v5.1)
See merge request espressif/esp-idf!26675
2023-11-13 15:18:18 +08:00
0da35bffbc
fix(newlib,ci): wrong floating point number handling in tests
2023-11-13 13:51:53 +08:00
df46426321
docs(adc): added adc calibration doc on h2
2023-11-13 03:04:03 +00:00
c5e107c53d
feat(adc_cali): Add ADC calibration support for ESP32H2
2023-11-13 03:04:03 +00:00
afd53b0b16
Merge branch 'feature/esp32h2_adds_adc_calib_efuses_v5.1' into 'release/v5.1'
...
feat(efuse): Adds efuse ADC calibration data for ESP32H2 (v5.1)
See merge request espressif/esp-idf!26977
2023-11-13 11:03:18 +08:00
8f24e2731f
fix(bt/bluedroid): Fix build error when both of the HFP roles are enabled and also CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY is set to true
2023-11-10 21:08:08 +08:00
73e5a4cf44
Merge branch 'update/version_5_1_2' into 'release/v5.1'
...
Update version to 5.1.2
See merge request espressif/esp-idf!27044
2023-11-10 20:17:02 +08:00
51b03d3812
fix(esp_hw_support): move fe_32m to fe/adc common clock
2023-11-10 15:39:08 +08:00
abfd0cbebc
change(hal): remove useless code from periph_ll_wifi_bt_module_enable_clk
2023-11-10 11:15:49 +08:00
666ba33829
fix(wifi): fix deinit init wifi scan fail issue
2023-11-10 11:15:38 +08:00
482a8fb2d7
change(version): Update version to 5.1.2
2023-11-10 07:51:59 +05:30
d3b403ff90
ci(fix): Improve the stability of the autocomplete tests
2023-11-09 14:09:47 +01:00
9f2a2dbda6
Merge branch 'bugfix/ble_update_lib_1027_5.1' into 'release/v5.1'
...
ble: update c6 h2 lib to 5bd7cb83, c2 lib to 1d31e175
See merge request espressif/esp-idf!26711
2023-11-09 16:37:36 +08:00
5b3a8ac503
Merge branch 'bugfix/hal_memcpy_v5.1' into 'release/v5.1'
...
fix(hal): Fix incorrect behavior of hal_memcpy (v5.1)
See merge request espressif/esp-idf!26910
2023-11-09 14:47:18 +08:00
97aa5781f9
Merge branch 'bugfix/allow_sleep_reject_for_lightsleep' into 'release/v5.1'
...
bugfix(esp_hw_support): allow reject for lightsleep (backport v5.1)
See merge request espressif/esp-idf!26971
2023-11-09 14:04:07 +08:00
e8dc62913b
fix(bt/bluedroid): Fix ble keysize check
2023-11-08 19:46:23 +08:00
253d19bfde
fix(bt/bluedroid): Fix ble adv report evt type
2023-11-08 19:46:19 +08:00
287255026e
change(ble): update c2 lib to 6ed444f2
...
update c6 and h2 lib to 77d09ce0
2023-11-08 18:09:39 +08:00
00f51f74e3
ble: update c2 rom.ld
2023-11-08 18:03:48 +08:00
8353ea3a09
change(ble): added option for msys buffer source
2023-11-08 18:03:48 +08:00
88af68f3c1
ble: update c6 h2 lib to 5bd7cb83, c2 lib to 1d31e175
2023-11-08 18:03:48 +08:00
d9b776c59a
feat(efuse): Adds efuse ADC calibration data for ESP32H2
2023-11-07 15:41:59 +08:00
6de9757a4b
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
...
By design, it's 12 dB. There're errors among chips, so the actual
attenuation will be 11dB more or less
2023-11-07 14:09:21 +08:00
263a27b26b
bugfix(esp_hw_support): allow reject for lightsleep
2023-11-07 11:10:14 +08:00
bb7544e65a
fix(ota): Fixed OTA fail on octal flash with 32MB memory,
...
Closes https://github.com/espressif/esp-idf/issues/11903
2023-11-06 10:49:06 +08:00
acd503c067
ci: add label rules for integration test
...
fix typo
2023-11-03 20:48:52 +08:00
d4af3af853
ci: remove unused integration test rules
2023-11-03 20:48:33 +08:00
655ff32ae9
ci: add qa-test-tag rules
2023-11-03 20:48:33 +08:00
537bea27f5
ci: dynamic integration test child pipeline
2023-11-03 20:48:33 +08:00
b31a07bc67
fix(esp_system): increase esp32h2 slow clock calibration timeout watchdog threshold
2023-11-03 19:03:48 +08:00
cda65b73f4
fix(examples): Fix usage of SNTP netif API in examples
2023-11-03 11:23:17 +01:00
4892c481b5
feat(gpio): add a dump API to dump IO configurations
...
Merges https://github.com/espressif/esp-idf/pull/12511
2023-11-03 16:21:31 +08:00
7e2e82a4a0
fix(hal): Fix incorrect behavior of hal_memcpy
...
Closes https://github.com/espressif/esp-idf/issues/12489
2023-11-03 15:49:35 +08:00
6dce3d79d6
fix (wifi_prov): Retry provisioning on WIFI_AUTH_EXPIRE
event
...
- Closes https://github.com/espressif/esp-idf/issues/11749
2023-11-03 11:50:13 +05:30
b9528ba4c9
fix(protocomm): added Protocomm BLE Event Structure and Event Handling
2023-11-03 11:42:40 +05:30
9f8655cdef
feat(openthread): Add deep sleep support for SED
2023-11-03 11:02:56 +08:00
a1ceb251a0
feat(openthread): add config for radio statistic feature
2023-11-03 11:02:56 +08:00
b27b124898
docs(pm): add ext1 wakeup per pin description
2023-11-03 11:02:56 +08:00
9b3e40c9d1
feat(pm/deepsleep): Support EXT1_WAKEUP_MODE_PER_PIN
2023-11-03 11:02:56 +08:00
b6fa48e3b9
Merge branch 'bugfix/fixed_ble_disconnect_under_temp_change_v5.1' into 'release/v5.1'
...
fix(ble): fixed ble disconnection issue under temperature change
See merge request espressif/esp-idf!26828
2023-11-03 07:21:35 +08:00
9ff25a94d9
doc (nimble): Added the tutorial for bleprph example.
2023-11-02 17:57:22 +05:30
7ac37cccef
doc (nimble): Added the tutorial for coc_bleprph example.
2023-11-02 17:53:33 +05:30
42ec7a5e37
change(pm): Change sleep callback implement
2023-11-02 11:05:38 +00:00
925da11115
feat(PowerManagement/lightsleep): Support ESP_SLEEP_EVENT_CALLBACKS
2023-11-02 11:05:38 +00:00
15f66392d3
feat(PowerManagement/lightsleep): Support PM_LIGHT_SLEEP_CALLBACKS
2023-11-02 11:05:38 +00:00
dce3b64411
feat(PowerManagement/lightsleep): Define and export a strong symbol of rv_core_critical_regs_restore
2023-11-02 11:05:38 +00:00
e20f68d773
Merge branch 'backport/bugfix/fix_c6_wrong_reg_offset' into 'release/v5.1'
...
fix(coex): fix esp32c6 wrong reg offset(backport v5.1)
See merge request espressif/esp-idf!26764
2023-11-02 14:19:53 +08:00
8df1e1ae66
Merge branch 'bugfix/install_key_issue_v5.1' into 'release/v5.1'
...
WiFI: Fix key install issue in PTK renew (v5.1)
See merge request espressif/esp-idf!26851
2023-11-02 14:18:42 +08:00
358c53e6c2
Merge branch 'bugfix/supplicant_tls_fix_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant): Correct iv lenght passed in mbedtls_cipher_set_iv() (v5.1)
See merge request espressif/esp-idf!26846
2023-11-02 14:04:38 +08:00
70aedc85a4
fix(bt/bluedroid): fix loadprohibited error in spp vfs acceptor example
2023-11-02 11:47:28 +08:00
f58e8b3eb4
fix(ble): fixed ble disconnection issue under temperature change
2023-11-02 08:55:33 +08:00
2a96eb9f8f
Merge branch 'bugfix/fix_wifi_enabled_macro_v5.1' into 'release/v5.1'
...
Bugfix/fix wifi enabled macro( v5.1)
See merge request espressif/esp-idf!26774
2023-11-02 08:46:58 +08:00
ed9d5e7db8
fix(wifi): Fix key install issue in PTK renew
2023-11-01 19:49:06 +05:30
095eae5fa3
fix(wpa_supplicant): Correct iv lenght passed in mbedtls_cipher_set_iv()
2023-11-01 18:02:29 +05:30
0e80568bfa
Merge branch 'docs/update_nan_docs_v5.1' into 'release/v5.1'
...
Fix inconsistency in NAN documentation (Backport v5.1)
See merge request espressif/esp-idf!26818
2023-11-01 20:30:50 +08:00
9c44a4e1ec
fix(nimble): remove IRAM_ATTR from npl_os_freertos.c file
2023-11-01 17:36:54 +05:30
716a47074a
feat(bt/bluedroid): Support to build HID Host and HID Device in single binary
2023-11-01 19:32:13 +08:00
8d9035c202
feat(bt/bluedroid): Support to build HFP Audio Gateway and Hands Free Unit in single binary
2023-11-01 19:31:18 +08:00
8dd9310925
Merge branch 'bugfix/fix_compilation_issue_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant): Fix compilation issue in EAP disabled (v5.1)
See merge request espressif/esp-idf!26727
2023-11-01 15:40:55 +08:00
8bea4c4f1d
docs(esp_wifi): Fix inconsistency in NAN documentation
2023-11-01 12:53:58 +05:30
6f256958d1
fix(tools/docker): set esp-idf repo as safe directory
...
In our docker docs[1] we recommend to start docker as a non-root user. This has
a side effect, because the esp-idf repo in docker image is owned by
root. Git by default refuses even to parse a config file if the repo is
owned by other than current user. As a result the version detection in
cmake fails[2] and the app version is set to "HEAD-HASH-NOTFOUND".
This adds esp-idf repo to the system git config as a safe one.
[1] https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/
tools/idf-docker-image.html#building-a-project-with-cmake
[2] https://github.com/espressif/esp-idf/issues/12389#issuecomment-1764268773
Closes https://github.com/espressif/esp-idf/issues/12389
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-10-31 16:24:10 +01:00
5fe418e733
fix(tools/coredump-info): pass non-default partition table offset to esp-coredump
...
Closes https://github.com/espressif/esp-idf/issues/11564
2023-10-31 15:57:47 +01:00
6c5b3c5d4c
fix(wifi): wpa3 softap fix deauth when assoc req recv before sae is finished
2023-10-31 15:47:07 +05:30
7e1b2a2442
fix(phy): Fix ESP32C6 rx pkts fail in light sleep mode
2023-10-31 15:56:54 +08:00
85fbfae5d2
fix(wifi): Fix bug using CONFIG_WIFI_ENABLED macro
2023-10-31 15:56:21 +08:00
653008f4c7
fix(spi): fixed undesired touching to DMA
...
Closes https://github.com/espressif/esp-idf/issues/12241
2023-10-31 15:52:26 +08:00
b1ba1dbcb1
fix(coex): fix esp32c6 wrong reg offset
2023-10-31 15:28:38 +08:00
b6a66b7d8c
Merge branch 'ci/tune_build_jobs_parallel_count' into 'release/v5.1'
...
ci: tune build jobs parallel count
See merge request espressif/esp-idf!26612
2023-10-31 14:57:35 +08:00
4aa8a733ad
feat(bt/bluedroid): Display BLE permission check handle in error trace
2023-10-31 14:38:42 +08:00
c7e82194a4
fix(bt/bluedroid): Fix max BLE gattc notify number to improve compatibility
2023-10-31 14:38:42 +08:00
568919e1c3
feat(bt/bluedroid): Support BLE gattc notify registration number
2023-10-31 14:38:42 +08:00
bb587cd763
fix(bt/bluedroid): Fix key size check in BLE smp
2023-10-31 14:38:42 +08:00
b35c41aee0
fix(bt/bluedroid): Optimize compatibility with Android 10 and later devices
2023-10-31 14:38:42 +08:00
6a94399233
feat(bt/bluedroid): Support hid device control point
2023-10-31 14:38:42 +08:00
35afc37f1a
fix(bt/bluedroid): Optimize compatibility with IOS and MACOS devices
2023-10-31 14:38:42 +08:00
179bfaca4d
Merge branch 'bugfix/disable_fastpbkdf2_hardwaredisable_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant): implement sha1_finish for fastpbkdf2
See merge request espressif/esp-idf!26683
2023-10-31 14:32:28 +08:00
2276b07b39
fix(esp-tls): Fix the https_request example build for esp-wolfssl
2023-10-29 19:18:05 +05:30
d9b36afbe6
fix(wpa_supplicant): Fix compilation issue in EAP disabled
2023-10-27 18:08:16 +05:30
f5fec8a720
Merge branch 'bugfix/esp32c6_phy_coex_sleep_issue_v5.1' into 'release/v5.1'
...
fix(esp_phy): update esp32c6 libphy for coex zb rx and sleep bug (backport v5.1)
See merge request espressif/esp-idf!26668
2023-10-27 20:00:59 +08:00
162e04a641
Merge branch 'backport/support_qa_test_ot_host_config' into 'release/v5.1'
...
fix(openthread): fix host interface mdoe none(Backport v5.1)
See merge request espressif/esp-idf!26596
2023-10-27 20:00:44 +08:00
76bd3ab832
docs: Update COPYRIGHT.rst since mbedtls supported in C2 ROM
2023-10-26 20:28:03 +08:00
e3a6001284
docs: add the description of CONFIG_MBEDTLS_USE_CRYPTO_ROM_IMPL
2023-10-26 20:26:19 +08:00
336bb85806
feat(mbedtls): add new option CONFIG_MBEDTLS_USE_CRYPTO_ROM_IMPL for mbedtls pytest
2023-10-26 20:26:08 +08:00
92b9474a71
feat(mbedtls): support C2 mbedtls can use crypto algorithm in ROM
2023-10-26 20:25:53 +08:00
99e7db4ce5
fix(wpa_supplicant): implement sha1_finish for fastpbkdf2
2023-10-26 13:30:01 +05:30
3a436b0eb2
doc(WiFi/Vendor): Update the ESPNOW example for the recv callback function
2023-10-26 14:14:00 +08:00
d64a29c3b4
fix(examples/iperf): Update and rename default TCP/UDP buffer sizes
2023-10-26 10:35:57 +05:30
b9cdadc5c6
fix(adc): fix adc oneshot mod do not split clk
2023-10-26 11:17:12 +08:00
d6314b44cc
fix(esp_phy): update esp32c6 libphy for coex zb rx and sleep bug
2023-10-25 16:18:35 +08:00
9d97513147
change(Power Management): the xpd_xtal32k value depends on system slow clock source config option when pmu initialize
2023-10-24 17:15:10 +08:00
9b4a42e728
feat(mcpwm): support update timer period dynamically
...
Implement the requirement asked in
https://www.esp32.com/viewtopic.php?f=13&t=35919
2023-10-24 10:11:47 +08:00
1d1939a1e4
Update BLE lib on ESP32-C3 and ESP32-S3
...
- modify mesh proxy solic uuid to 0x18590303
- Fixed DTM payload length cannot be 0
- Added config to enable Hw recorrect eco
- report the number of packets sent on the TX end
2023-10-20 16:49:15 +08:00
5677692187
feat: add config to disable ble hci uart flow control
2023-10-20 16:48:33 +08:00
51ebdfcbfa
change: enable pll track by default on ESP32
2023-10-20 16:47:18 +08:00
95e3dbcffe
Add mesh adv type for exception list
2023-10-20 16:43:25 +08:00
74a64755eb
Update bt lib for ESP32-C3 and ESP32-S3(c8aa206)
...
- Fixed extended adv address setting after adv restart
- Fixed scan channel index setting for extended scan
- Add API to set aux channel index for extended adv
2023-10-20 16:24:38 +08:00
0a57fb4183
Update bt lib for ESP32-C3 and ESP32-S3(29996e0)
...
- Fixed address resolution for directed adv with RPA when scanning
- Fixed resolvable private address renew after timeout
2023-10-20 16:24:09 +08:00
567bf57805
Add new mesh types for exception list on ESP32-C3 and ESP32-S3
2023-10-20 16:23:15 +08:00
15f8e677a2
Fixed bluedroid host build warning when log is disabled
2023-10-20 16:18:00 +08:00
f54e3ebea4
fix(bt/bluedroid): update the newest active device in bluetooth
...
1: update the newest active device when an ACL link is established and
the remote device info is not in bond list. This updates will not stored
into NVRAM until a new device is paired.
2023-10-20 14:44:54 +08:00
ad75dc5aea
fix(openthread): fix host interface mdoe none
2023-10-20 14:09:29 +08:00
4675e34f7e
fix(espcoredump): fixed compilation warning
...
Added conditional compilation for logging stack usage only when CONFIG_ESP_COREDUMP_LOGS is
enabled.
Closes: https://github.com/espressif/esp-idf/issues/12318
2023-10-20 11:23:33 +05:30
ae04d7b61d
fix(bt/bluedroid): Send device status of AG to HF with a different api
...
1: replace api esp_hf_ag_devices_status_indchange with esp_hf_ag_ciev_report in bluetooth
hfp_ag example to send device status of AG to HF unit.
2: remove the unused codes
2023-10-20 10:03:24 +08:00
8c6114d0d2
Merge branch 'feature/free_bt_memory_v5.1' into release/v5.1
...
feat(bt): Frees BLE memory when no longer in use
See merge request espressif/esp-idf!26570
2023-10-20 08:41:19 +08:00
89e7a95f6c
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20230921_v5.1' into 'release/v5.1'
...
Feature/update openocd to v0.12.0 esp32 20230921 (v5.1)
See merge request espressif/esp-idf!26547
2023-10-20 08:16:36 +08:00
be63dddab4
Merge branch 'bugfix/fix_max_cccds_compilation_issue_v5.1' into 'release/v5.1'
...
fix(nimble): Fix compilation warnings when max bonds or cccd is set to 0 (v5.1)
See merge request espressif/esp-idf!26415
2023-10-20 08:15:48 +08:00
9e2a1b3109
Merge branch 'bugfix/deepfree' into 'release/v5.1'
...
fix(ble_mesh): fix compilation failure on using scene model.
See merge request espressif/esp-idf!26356
2023-10-20 08:15:20 +08:00
ae3c28fcc4
Merge branch 'bugfix/update_ble_lib_1018_5_1' into 'release/v5.1'
...
change(ble): update ble lib on c6 h2 and c2 chip
See merge request espressif/esp-idf!26543
2023-10-20 08:13:01 +08:00
90f9e7a193
Merge branch 'backport/phy_pll_track_corner' into 'release/v5.1'
...
fix(esp_phy): fix pll track corner case(Backport v5.1)
See merge request espressif/esp-idf!26548
2023-10-19 21:33:40 +08:00
fdacde73e9
Merge branch 'bugfix/deep_sleep_force_to_sleep_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): Return deep sleep APIs to the original behavior (v5.1)
See merge request espressif/esp-idf!26554
2023-10-19 17:48:43 +08:00
066724f75e
ci: tune build jobs parallel count
2023-10-19 11:24:23 +02:00
ea06b047c2
feat(bt): Frees BLE memory when no longer in use
...
It will free libble.a & libbt all txt, data and bss segment memory.
This memory is combined into one large memory and put into the heap
pool.
2023-10-19 14:52:29 +08:00
eccf07022e
fix(ble): fixed ble connection timeout issue on ESP32H2
2023-10-19 14:29:52 +08:00
55d3bc2d37
Merge branch 'bugfix/wps_condition_chain_v5.1' into 'release/v5.1'
...
fix(wifi): Fix static analyzer warning for WPS code (v5.1)
See merge request espressif/esp-idf!26494
2023-10-19 13:51:57 +08:00
99d68570a6
fix(esp_phy): fix pll track corner case
2023-10-19 10:57:38 +08:00
5457c4c0b8
fix(wifi): Fix static analyzer warning for WPS code
2023-10-18 17:54:40 +05:30
315d4864bb
fix(esp_hw_support): Return deep sleep APIs to the original behavior
...
Closes https://github.com/espressif/esp-idf/issues/12359
2023-10-18 18:18:49 +08:00
bacd3f40bb
ble: update controller log module for ESP32-C6, ESP32-H2 and ESP32-C2
2023-10-18 18:11:34 +08:00
f3447f256f
fix(ble): fixed ble connection timeout issue on ESP32H2
2023-10-18 17:10:28 +08:00
20533dccce
ble: update controller log module for ESP32-C2
2023-10-18 17:10:28 +08:00
85bc272490
ble: update controller log module for ESP32-H2 and ESP32-C6
2023-10-18 17:10:28 +08:00
1d693ee133
change(ble): update ble lib on c6 h2 and c2 chip
2023-10-18 17:10:19 +08:00
ee6ea577e2
Merge branch 'feature/mbedtls_3_5_0_update_v5.1' into 'release/v5.1'
...
feat(mbedtls): update to 3.5.0 release (v5.1)
See merge request espressif/esp-idf!26475
2023-10-18 17:06:00 +08:00
4fef94cde2
Merge branch 'bugfix/spurious_beacon_timeout_v51' into 'release/v5.1'
...
Fixes some WiFi issues(v5.1)
See merge request espressif/esp-idf!26529
2023-10-18 17:03:43 +08:00
1ddbc13499
fix(pytest_gcov): properly extract file path from the gcov output
2023-10-18 10:57:05 +02:00
476ae752eb
feat(tools): Update OpenOCD version to v0.12.0-esp32-20230921
2023-10-18 10:57:05 +02:00
b07702b6ad
feat(panic): send pseudo exccause to openocd
2023-10-18 10:31:42 +02:00
bc87e14695
Merge branch 'fix/xtensa-register-corrupted-after-context-switch' into 'release/v5.1'
...
fix(xtensa): fix registers curruption on context switch
See merge request espressif/esp-idf!26210
2023-10-18 15:25:03 +08:00
6cc6ece701
Merge branch 'backport/openthread_uart_api_refactor' into 'release/v5.1'
...
feat(openthread): Host connection logic refactor(Backport V5.1)
See merge request espressif/esp-idf!26486
2023-10-18 14:44:11 +08:00
cf16ab59be
Merge branch 'bugfix/dpp_bugs_5.1' into 'release/v5.1'
...
fix(wpa_supplicant): Fix few dpp bugs(v5.1)
See merge request espressif/esp-idf!26464
2023-10-18 14:37:11 +08:00
bdf54031b6
Merge branch 'revert_tcpip_task_priority_macro_v5.1' into 'release/v5.1'
...
revert(lwip): Revert changes to LWIP task priority macro from MR 25020 (backport v5.1)
See merge request espressif/esp-idf!26512
2023-10-18 14:31:40 +08:00
1aabb5f0d5
Merge branch 'bugfix/revert_pvt_v5.1' into 'release/v5.1'
...
Revert "feat(volt): chip auto adjust volt for esp32c6 & esp32h2" (v5.1)
See merge request espressif/esp-idf!26485
2023-10-18 10:44:14 +08:00
fb2076c2e9
Merge branch 'bugfix/use_bt_sdp_bqb_include_macro_for_ertm_mode_flag_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Add correct macro for ertm mode included flag (backport v5.1)
See merge request espressif/esp-idf!26455
2023-10-18 10:42:00 +08:00
5abd1ae847
fix(esp_wifi): Fixes issues in beacon_timeout, PMKSA and AID assignment
...
- Fixes issue wheere beacon timeout would get triggerred multiple times
leading to a m f probe req.
- Fix missing PMKSA flush scenarios.
- Fix wrong AID assigned to station when multiple stations try to connect
simultaneously with mixed order of auth-request and assoc-request frames.
2023-10-17 17:24:56 +05:30
e450ee2bcc
Merge branch 'fix_esp32s3_irq_names_v5.1' into 'release/v5.1'
...
fix(interrupts): reorder esp32s3 irq names to align with the respective irq numbers (v5.1)
See merge request espressif/esp-idf!26503
2023-10-17 18:08:31 +08:00
5d4249ec99
Merge branch 'feat/add_support_to_add_auth_data_v5.1' into 'release/v5.1'
...
fix(esp_http_client): Call event_handler after header value is received (v5.1)
See merge request espressif/esp-idf!26321
2023-10-17 18:08:12 +08:00
7f879a6c48
Merge branch 'bugfix/security_check_order_in_startup_v5.1' into 'release/v5.1'
...
fix(startup): flip the security configuration check order (v5.1)
See merge request espressif/esp-idf!26361
2023-10-17 18:07:35 +08:00
f3fc7dd924
Merge branch 'bugfix/uart_vfs_select_threadsafe_v5.1' into 'release/v5.1'
...
fix(vfs/uart): Add support for multi-task call to uart select (v5.1)
See merge request espressif/esp-idf!26317
2023-10-17 18:04:02 +08:00
82d2cdcf5a
fix(mbedtls): remove deprecated MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION
...
This config has been removed in the upstream mbedTLS starting 3.0
release. Please see mbedTLS changelog for more details.
2023-10-17 10:03:39 +00:00
bf59005fe1
fix(mbedtls): dynamic buffer feature issue with mbedtls 3.5.0
...
Set max TLS version in the SSL context during setup phase. Dynamic
buffer feature overrides the `mbedtls_ssl_setup` API and hence
this change is required per upstream 3.5.0 codebase change.
2023-10-17 10:03:39 +00:00
e813bbc680
feat(mbedtls): update to 3.5.0 release
...
Changelog:
https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.5.0
2023-10-17 10:03:39 +00:00
bf1c39bc03
Merge branch 'protocomm/decouple_wifi_prov_v5_1' into 'release/v5.1'
...
fix(protocomm): Remove the configuration check of wifi_provisioning for protocomm component(v5.1)
See merge request espressif/esp-idf!26354
2023-10-17 18:03:10 +08:00
63eef40b39
Merge branch 'backport/update_openthread_upstream' into 'release/v5.1'
...
feat(openthread): update openthread upstream(backportv5.1)
See merge request espressif/esp-idf!26377
2023-10-17 18:02:25 +08:00
143079bfd7
fix(wpa_supplicant/dpp): Ensure dpp follows init->bootstrap->listen path
...
- esp_supp_dpp_init : Ensures that the mode is set to station before
the API call.
- Ensures that dpp follows the path of init(esp_supp_dpp_init) ->
bootstrap(esp_supp_dpp_bootstrap_gen) -> listen(esp_supp_dpp_start_listen)
by returning errors if any of them is invoked out of order.
2023-10-17 14:27:14 +05:30
cc3b0d9f49
fix(wpa_supplicant): Fix few dpp bugs
...
1) Fix crash in dpp Listen without bootstrap
2) Fix crash on receiving dpp auth_req from hostapd with dpp akm
2023-10-17 14:27:14 +05:30
6b492690d3
Merge branch 'ble_dev/added_modem_reset_on_ble_v5_1' into 'release/v5.1'
...
feat(ble): added modem reset on c2 h2 and c6
See merge request espressif/esp-idf!26449
2023-10-17 15:43:35 +08:00
3f470624de
fix(xtensa): fix registers curruption on context switch
...
a6, a7 registers may be corrupted on multicore ESP chips while FreeRTOS
Kernel SMP context switch
2023-10-17 06:55:46 +00:00
bfe6a24c57
revert(lwip): Revert changes to LWIP task priority macro from MR 25020 (backport v5.1)
2023-10-17 14:39:39 +08:00
0f138dad12
Merge branch 'fix/openthread_mtd_config_typo_backport' into 'release/v5.1'
...
fix(openthread): fix config typo for mtd (backport v5.1)
See merge request espressif/esp-idf!26397
2023-10-17 14:39:26 +08:00
bbbfa65e2c
Merge branch 'bugfix/fix_wrong_mem_caps_in_memory_layout_v5.1' into 'release/v5.1'
...
fix(heap): fix the issue on esp32c3 where retention memory was exhausted prematurely and preventing the CPU from powering down (backport v5.1)
See merge request espressif/esp-idf!26087
2023-10-17 14:38:29 +08:00
da79b8aa5a
Merge branch 'bugfix/config_tpoll_fail_v5.1' into 'release/v5.1'
...
Bugfix/config tpoll fail v5.1
See merge request espressif/esp-idf!26451
2023-10-17 14:34:24 +08:00
5bf6e573ea
Merge branch 'bugfix/fix_c6_crash_v5.1' into 'release/v5.1'
...
fix(phy): fix wifi deinit stuck issue for ESP32C6(v5.1)
See merge request espressif/esp-idf!26478
2023-10-17 14:32:56 +08:00
78ae4c3b8e
Merge branch 'bugfix/disable_tsf_tbtt_soc_wakeup_after_wifi_disconnected_v5.1' into 'release/v5.1'
...
fix(wifi): fix enable psram wapi dhcp fail issue, fix beacon timeout after connected, fix lightsleep failure after disconnected
See merge request espressif/esp-idf!26400
2023-10-17 14:29:41 +08:00
6d33f7af81
Merge branch 'mqtt/update_submodule_e6afdb_v5.1' into 'release/v5.1'
...
change(mqtt): Update submodule to e6afdb (v5.1)
See merge request espressif/esp-idf!26257
2023-10-17 14:13:25 +08:00
a7a43973f6
Merge branch 'bugfix/ksz8041_model_number_0x13_v5.1' into 'release/v5.1'
...
esp_eth: Add model number 0x13 to the list of suported ksz80xx models (backport v5.1)
See merge request espressif/esp-idf!26380
2023-10-17 14:13:00 +08:00
ca8d6f3740
Merge branch 'backport_v5.1' into 'release/v5.1'
...
Fix some BLE bugs in bluedroid host(backport v5.1)
See merge request espressif/esp-idf!26496
2023-10-17 11:01:55 +08:00
754b2a0de1
fix(interrupts): reorder esp32s3 irq names to align with the respective irq numbers
2023-10-16 22:20:45 +02:00
235c82b6ee
fix(docs/jtag): Fix hard-coded HW breakpoints/watchpoints number
...
Closes https://github.com/espressif/esp-idf/pull/11986
2023-10-16 17:30:36 +03:00
042fb7834a
fix(bt/bluedroid): Fix hid example stack overflow bugs when using esp32s3
2023-10-16 19:56:42 +08:00
296a6cddee
fix(bt/bluedroid): Fix remove resolving list error for esp32
2023-10-16 19:56:31 +08:00
f2c3bd38af
fix(bt/bluedroid): Fix bugs in ble service change characteristic
2023-10-16 19:56:21 +08:00
3f69d20d4d
feat(bt/bluedroid): Support scan response data length zero in BLE
2023-10-16 19:56:12 +08:00
e92c57c6cc
fix(bt/bluedroid): Optimize the description of Scan Duplicate in BLE
2023-10-16 19:56:02 +08:00
3bb89e116a
feat(openthread): Host connection logic refactor
2023-10-16 15:02:57 +08:00
17c2931309
feat(bootloader): adjust dbias of bootloader, change clock of H2 to 64
...
MHz
2023-10-16 14:35:45 +08:00
81dcc61008
Revert "feat(volt): chip auto adjust volt for esp32c6 & esp32h2"
...
This reverts commit b221f87e00
.
2023-10-16 14:35:41 +08:00
0f51501495
Merge branch 'bugfix/h2_i2c1_no_signal_v5.1' into 'release/v5.1'
...
fix(i2c): I2C port 1 doesn't work on esp32h2 (backport v5.1)
See merge request espressif/esp-idf!26459
2023-10-16 14:13:23 +08:00
42efaf9794
Merge branch 'bugfix/BLEQABR23-632v51' into 'release/v5.1'
...
fix(ble_mesh): avoid executing bt_mesh_host_init() more than once when using nimble (v5.1)
See merge request espressif/esp-idf!26240
2023-10-16 12:01:28 +08:00
b7d403ddfe
fix(ble_mesh): avoid executing bt_mesh_host_init() more than once when using nimble (v5.1)
2023-10-16 12:01:28 +08:00
0bce4b0b72
fix(phy): fix wifi deinit stuck issue for ESP32C6
2023-10-16 11:56:08 +08:00
7781867fbd
Merge branch 'bugfix/0925_update_libble_c6_h2_c2_v5.1' into 'release/v5.1'
...
Bugfix/0925 update libble c6 h2 c2 v5.1
See merge request espressif/esp-idf!26177
2023-10-16 10:50:27 +08:00
d4b6952328
fix(bt/bluedroid): ble fails to load bonded device info after reboot
...
1: add a quantity check in bt when writing paired device info into nvs.
2: delete the exceeded device info from NVS when get bonded list during
bluedroid initialization.
3: unify the process of bt and ble to load bonded list during bluedroid
initialization.
2023-10-13 19:20:20 +08:00
21360b9ef3
fix(pm): fix soc wakeup after wifi disconnected, station no respond after m f null, crash when connected to non_trans bssid
2023-10-13 18:17:34 +08:00
7de4e28fdd
fix: "erro code" -> "error code" typos
2023-10-13 18:17:34 +08:00
8467bddaea
fix(wifi): Fix some wifi issue
...
1.fix multi antenna issue
2.fix dirty eb when rx HE rate action for C6
3.fix h/w modem state consecutive times when the modem sleep type is modified in runtime
2023-10-13 18:17:34 +08:00
ae604cbbdd
fix(i2c): I2C port 1 doesn't work on esp32h2
2023-10-13 15:57:18 +08:00
d62393472c
fix(bt/bluedroid): Add correct macro for ertm mode included flag
2023-10-13 14:44:25 +08:00
dc6120ee17
feat(bt/hci): Added Vendor-Specific HCI command to disable DM1 for ACL-U
2023-10-13 14:20:17 +08:00
9fc04635d1
fix(bt/bluedroid): Triggering disconnect event of GAP correctly
2023-10-13 14:20:04 +08:00
fb6a12d24c
fix(bt/bluedroid): Fix issue of QoS configuration failure when t_poll is greater than 40
2023-10-13 14:19:47 +08:00
f94b64d820
feat(ble): added modem reset on c2 h2 and c6
2023-10-13 11:42:14 +08:00
9c479e6589
esp_wifi.h typo
...
typo in esp_wifi_scan_get_ap_num comment
APIs -> APs
2023-10-13 09:29:11 +08:00
c9f7186357
ble: update tx power level index of ESP32-H2 and ESP32-C2
2023-10-12 15:55:29 +08:00
5becfa46bc
ble:update c2 libble to 6a8d1f3d, h2 c6 libble to 57ed7949
2023-10-12 15:55:29 +08:00
c1c843f5e2
Merge branch 'bugfix/fix_adc_sar_set_power_mode_no_effect_v5.1' into 'release/v5.1'
...
ADC: Fixed wrong ADC reading issue caused by ADC and WiFi power conflict on ESP32C6(backport v5.1)
See merge request espressif/esp-idf!26235
2023-10-12 15:18:18 +08:00
46817f4edd
Merge branch 'bugfix/parlio_tx_dma_descriptor_v5.1' into 'release/v5.1'
...
fix(parlio_tx): fix wrong dma descriptor setup (v5.1)
See merge request espressif/esp-idf!26253
2023-10-12 13:39:08 +08:00
f618850370
Merge branch 'change/remove_s3_120_sdr_warning_v5.1' into 'release/v5.1'
...
mspi: remove s3 120mhz sdr warning (v5.1)
See merge request espressif/esp-idf!26254
2023-10-12 12:36:42 +08:00
1c3b8656d3
Merge branch 'bugfix/rmt_pm_lock_type_v5.1' into 'release/v5.1'
...
fix(rmt): use ESP_PM_CPU_FREQ_MAX for RMT for non-dma channel (v5.1)
See merge request espressif/esp-idf!26258
2023-10-12 12:31:47 +08:00
2302bc4862
fix(heap): fix memory caps defination in memory_layout
...
fix the issue on esp32c3 where retention memory was exhausted
prematurely and preventing the CPU from powering down because
all of the last level of RAM is retention dma accessible on
esp32c3.
2023-10-12 11:57:49 +08:00
1f6f5396f4
fatfs: raw diskio: Fixed handling read-only filesystem
...
ff_ routines incorrectly reported disk state and caused whole fatfs
to lock-up when trying to write to read-only device.
Signed-off-by: Michal Jenikovsky <jendo@jmsystems.sk >
2023-10-12 04:48:47 +02:00
31b4b0a8d4
idf.py: gdb action incorrectly generated EOL gdbinit scripts
...
GDB on Windows incorrectly reads EOL in the script files causing 'gdb'
action to fail.
(gdb) source .../build/gdbinit/py_extensions
(gdb) source .../build\gdbinit\symbols
add symbol table from file "...\build\bootloader\bootloader.elf"
.../build\gdbinit\symbols:6: Error in sourced command file:
Undefined command: "". Try "help".
Forcing line separator to '\n' resolved the issue
Signed-off-by: Michal Jenikovsky <jendo@jmsystems.sk >
2023-10-12 04:48:47 +02:00
fa1924f09b
fix(app_trace): fix host file write API return value
2023-10-11 15:23:56 +04:00
88093c8618
fix(nimble): Fix compilation issues when max bonds or cccd is set to 0
2023-10-11 14:01:51 +05:30
be79c75b64
feat(tools): Add QEMU 8.0.0_20230522 to tools.json
...
Process wildcards in the install and download lists of idf_tools
Fix the install and download handlers to get common behaviour
2023-10-11 12:28:47 +07:00
870d2cac32
(fix)esp_wifi: wifi beacon timeout after connection established
2023-10-11 09:38:51 +08:00
039ef51db5
fix(wifi): fix some wifi issues
...
1. fix enable psram wapi dhcp fail issue
2. fix c6 esp_wifi_set_max_tx_power fail issue
3. fix wrong wifi mode connect crash issue
4. fix null data sequence number issue
2023-10-10 21:39:56 +08:00
b0300ed460
fix(openthread): fix config typo for mtd
2023-10-10 20:16:22 +08:00
5a195cdf0a
fix(esp_eth): Add model number 0x13 to list of suported models
...
Add model number 0x13 to KSZ80xx driver's list of supported models
corresonding to KSZ8041RLNI.
2023-10-09 12:42:15 +02:00
faa2159f06
feat(openthread): update openthread upstream
2023-10-09 16:22:57 +08:00
7745b22cc8
fix(startup): flip the security configuration check order
...
For cases where the bootloader is not enabled with the security features
ends up receiving an incorrect application with flash encryption enabled
should not really program any security efuses.
In the startup sequence, we first used to program the ROM DL mode
configuration but now we check for the flash encryption related checks
first. If the flash encryption related checks finds that flash
encryption is not enabled on the device then it aborts the boot process.
This is the case with `CONFIG_SECURE_FLASH_CHECK_ENC_EN_IN_APP` enabled.
This would at-least ensure that accidental program of security enabled
application does not really program any ROM DL mode efuses and there is
chance to recover the device.
2023-10-09 03:29:58 +00:00
f75474f359
fix(ble_mesh): fix compilation failure on using scene model.
2023-10-08 16:37:00 +08:00
7bfd475528
fix(protocomm): Remove the configuration check of wifi_provisioning for protocomm component
2023-10-08 16:23:03 +08:00
94730db3d4
feat(lwip): Fixes and Improvements for NAPT and SBOM Support
...
- napt: restore to the initial state in deinit (espressif/esp-lwip@5c4f899f )
- napt: Fix ip_portmap_add() to keep only one port mapping (espressif/esp-lwip@d65ad241 )
- napt: Fix clean compilation (espressif/esp-lwip@7033e26f )
- napt: Fix IP forwarding when forward netif enable NAPT (espressif/esp-lwip@bc78df87 )
- napt/stats: Move some napt counters to stats module (espressif/esp-lwip@b55e64ae )
- ip_napt_maint: Fix timestamp overflow handling (2.1.3) (espressif/esp-lwip@a7e0a50c )
- napt: Fixes and improvements (2.1.3) (espressif/esp-lwip@fadb9109 )
- Add sbom descripton file for Software BOM (espressif/esp-lwip@f07097d7 )
2023-10-06 19:32:25 +11:00
8a6ca94484
fix(vfs/uart): Add support for multi-task call to uart select (v5.1)
2023-10-05 09:46:30 +02:00
9525da0908
fix(esp_http_client): Call event_handler after header value is received
2023-10-05 10:23:27 +05:30
af53431f59
change(mqtt): Update submodule to e6afdb
...
Update submodule:
git log --oneline
05b347643f6679cc60a50a9664b86a24ebf3ae10..e6afdb4025fe018ae0add44e3c45249ea1974774
Detailed description of the changes:
* fix: using return value of asprintf now
- See merge request espressif/esp-mqtt!192
- See commit https://github.com/espressif/esp-mqtt/commit/c0b40b1
* fix: Uses caps allocation for data buffer instead of item struct
- See merge request espressif/esp-mqtt!193
- See commit https://github.com/espressif/esp-mqtt/commit/00ee059
2023-10-02 06:23:35 +00:00
be8339215a
ci: fix breaking change in idf-build-apps 1.0.0
2023-09-29 09:24:23 +02:00
591984aa5d
ci(adc): add a test about adc1 work with wifi on c6
2023-09-28 16:24:39 +00:00
0538a7b138
fix(adc): power settings not taking into effect on H2
2023-09-28 16:24:39 +00:00
49013a0560
feat(modem_clock): separate management of modem_adc_common_fe clock and modem_private_fe
2023-09-28 16:24:39 +00:00
b183b88463
fix(adc): power settings not taking into effect on C6
2023-09-28 16:24:39 +00:00
6b1f40b9bf
Merge branch 'bugfix/uart_poll_fails_for_pollout_event_v5.1' into 'release/v5.1'
...
UART: UART_SELECT_WRITE_NOTIF event added in UART driver (v5.1)
See merge request espressif/esp-idf!26191
2023-09-28 13:37:00 +08:00
d02cfc21b7
Merge branch 'feature/walkthrough_for_spp_client_v5.1' into 'release/v5.1'
...
doc(nimble): Added the tutorial for spp_client example. (v5.1)
See merge request espressif/esp-idf!26201
2023-09-28 13:35:57 +08:00
1adcaf7f99
Merge branch 'feature/support_7.6.1_soc/pvt_auto_dbias_v5.1' into 'release/v5.1'
...
rtc: auto adjust HP LDO voltage using pvt function(backport 5.1)
See merge request espressif/esp-idf!25995
2023-09-28 13:35:00 +08:00
f837526a0b
Merge branch 'bugfix/revert-commits-causing-breaking-change' into 'release/v5.1'
...
fix(examples): Reverted: Fix example build errors caused by the deep_sleep funcs are returnable
See merge request espressif/esp-idf!26263
2023-09-28 13:07:37 +08:00
f3ac64840e
Merge branch 'backport/esp_phy_init_refactor_c3_bt_fix' into 'release/v5.1'
...
Backport: esp phy init refactor c3 bt fix
See merge request espressif/esp-idf!26262
2023-09-28 12:53:32 +08:00
0122d6cead
Merge branch 'feature/add_support_for_ds_peripheral_on_ota_v5.1' into 'release/v5.1'
...
feat(esp_http_client): Added support for OTA using ds peripheral for TLS (v5.1)
See merge request espressif/esp-idf!26091
2023-09-28 03:23:12 +08:00
d72f2e1305
Merge branch 'bugfix/post_reattempt_cnt_event_v5.1' into 'release/v5.1'
...
fix(nimble): Add event for reattempt connection count information (v5.1)
See merge request espressif/esp-idf!26111
2023-09-27 23:09:20 +08:00
ea5e7490f3
Merge branch 'bugfix/usb_serial_jtag_write_return_val_v5.1' into 'release/v5.1'
...
bugfix(usb_serial_jtag): Fix usb_serial_jtag wrong return value, vfs lose data randomly (backport v5.1)
See merge request espressif/esp-idf!26174
2023-09-27 18:37:36 +08:00
1c21f07139
fix(app_update): Reverted: Fix CI test_switch_ota by increasing deepsleep
...
This reverts commit 7ac7d43541
.
2023-09-27 12:26:29 +02:00
1256e6fd6b
fix(examples): Reverted: Fix example build errors caused by the deep_sleep funcs are returnable
...
This reverts commit d521b7d52a
.
2023-09-27 12:25:51 +02:00
4c60d48e5b
workaround(phy): workaround c3 BT nimble 2M phy issue
2023-09-27 18:21:09 +08:00
c4b6f0cf41
Merge branch 'feature/walkthrough_for_spp_server_v5.1' into 'release/v5.1'
...
doc(nimble): Added the tutorial for spp_server example. (v5.1)
See merge request espressif/esp-idf!26216
2023-09-27 17:30:11 +08:00
fd7f8ee8f9
Merge branch 'bugfix/fix_condition_to_verify_when_no_SB_v5.1' into 'release/v5.1'
...
fix(bootloader_support): Fix condition for checking signature in the application (v5.1)
See merge request espressif/esp-idf!26225
2023-09-27 17:20:50 +08:00
86808a09f7
Merge branch 'bugfix/http_client_tcp_config_v5.1' into 'release/v5.1'
...
http_client: Set common tcp config to both TCP and SSL transport (v5.1)
See merge request espressif/esp-idf!26205
2023-09-27 17:15:10 +08:00
35f1a02ebf
fix(rmt): fixed unstable transfer during DFS
...
Closes https://github.com/espressif/esp-idf/issues/12292
2023-09-27 16:56:47 +08:00
5a06ceebda
Merge branch 'bugfix/fix_hid_congestion_v5.1' into 'release/v5.1'
...
Fix(bt/bluedroid): Fix the issue for HID congestion checking[backport 5.1]
See merge request espressif/esp-idf!26230
2023-09-27 16:24:56 +08:00
584250aa2d
Merge branch 'bugfix/temp_clk_gate_v5.1' into 'release/v5.1'
...
fix(temperature_snesor): Put clock gate enable/disable in to sar_periph_ctrl together(backport v5.1)
See merge request espressif/esp-idf!26171
2023-09-27 15:11:38 +08:00
deea438c23
change(mspi): remove s3 120mhz sdr warning
2023-09-27 14:57:07 +08:00
30529d3916
fix(wifi): Support ESP32 PHY enabled not enter WiFi RX state by default
2023-09-27 14:55:26 +08:00
e5b4308b9d
change(ble/controller): disable pll track by default in BLE controller on ESP32-C3 and ESP32-S3
2023-09-27 14:55:26 +08:00
ee087e91c2
fix(CI): fix CI build
2023-09-27 14:55:26 +08:00
f0a4aa4760
fix(phy): move phy tx power track to IDF
2023-09-27 14:55:26 +08:00
0bbc2805fc
fix(phy): Fix ble phy_enable/disable api invoking issue for esp32c2,esp32h2 and esp32c6
2023-09-27 14:55:26 +08:00
9337525cdc
fix(phy): Fix PHY enabled enter WiFi RX state default
2023-09-27 14:55:25 +08:00
d4e0de8a6b
feat(phy): Add modem type to phy init
2023-09-27 14:55:25 +08:00
e5c8434c6e
fix(parlio_tx): fix wrong dma descriptor setup
2023-09-27 14:53:53 +08:00
7bbe19d92f
feat(volt): chip auto adjust volt for esp32c6 & esp32h2
2023-09-27 06:39:59 +00:00
5b45d359d2
Merge branch 'feature/update_esp32h2_sleep_logic_backport_v5.1' into 'release/v5.1'
...
feat(pm): remove SOC_PM_RETENTION_HAS_CLOCK_BUG for esp32h2 (backport v5.1)
See merge request espressif/esp-idf!26181
2023-09-27 14:38:47 +08:00
cba086c3a8
Merge branch 'bugfix/fix_sleep_risk_vol_param_to_v5.1' into 'release/v5.1'
...
fix(sleep): fix inproper sleep vol param for esp32c6 & esp32h2 (v5.1)
See merge request espressif/esp-idf!26074
2023-09-27 14:36:10 +08:00
8008dbe624
Merge branch 'test/bqb_test_bt_classic_hfp_v5.1' into 'release/v5.1'
...
feat(bt/hfp): Add support for HFP BQB auto test (backport v5.1)
See merge request espressif/esp-idf!26222
2023-09-27 14:15:22 +08:00
67e5366863
Merge branch 'bugfix/fix_pma_bad_backup_v5.1' into 'release/v5.1'
...
fix(sleep): fix pma cfg csr regs bad retention (backport v5.1)
See merge request espressif/esp-idf!26137
2023-09-27 13:47:51 +08:00
4b3cc2aa02
Merge branch 'feature/eth_iram_optimization_v5.1' into 'release/v5.1'
...
feat(esp_eth): added IRAM optimization option for internal EMAC (v5.1)
See merge request espressif/esp-idf!25842
2023-09-27 10:34:00 +08:00
b5891b61b6
Merge branch 'feature/walkthrough_for_coc_ble_cent_v5.1' into 'release/v5.1'
...
doc (nimble): Added the tutorial for coc_blecent example. (v5.1)
See merge request espressif/esp-idf!26204
2023-09-27 10:24:29 +08:00
10793c3f7e
Merge branch 'bugfix/shared_intr_memory_location_v5.1' into 'release/v5.1'
...
fix(intr): always allocate memory from internal ram (v5.1)
See merge request espressif/esp-idf!26187
2023-09-27 10:01:46 +08:00
28e62166a0
Merge branch 'test/bqb_test_bt_classic_l2cap_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): Add flags for BQB auto test of L2CAP (backport v5.1)
See merge request espressif/esp-idf!26218
2023-09-27 09:52:15 +08:00
98e2f5b391
Merge branch 'feature/locking_layer_for_ecdsa_v5.1' into 'release/v5.1'
...
feat(esp_hw_support): Added locking mechanism for the ECDSA and ECC peripherals (v5.1)
See merge request espressif/esp-idf!26194
2023-09-27 06:58:14 +08:00
5d0bdce91d
Merge branch 'bugfix/fix_modem_reject_deepsleep_v5.1' into 'release/v5.1'
...
fix(sleep): fix modem reject the deepsleep request (backport v5.1)
See merge request espressif/esp-idf!26102
2023-09-27 05:23:00 +08:00
3a652b2ce0
Merge branch 'update/micro-ecc_submodule_v5.1' into 'release/v5.1'
...
feat(bootloader): Update micro-ecc version to v1.1 (v5.1)
See merge request espressif/esp-idf!26139
2023-09-26 20:14:59 +08:00
8c74d2795c
Merge branch 'feature/walkthrough_for_ble_multi_adv_v5.1' into 'release/v5.1'
...
doc (nimble): Added the tutorial for ble_multi_adv example. (v5.1)
See merge request espressif/esp-idf!26178
2023-09-26 19:15:55 +08:00
bb307238b4
Merge branch 'ci/increase_all_adc_performance_test_thersh_on_c6_v5.1' into 'release/v5.1'
...
ci(adc): increase all adc performance test threshold on c6 (v5.1)
See merge request espressif/esp-idf!26138
2023-09-26 17:37:51 +08:00
af4cb757a2
Merge branch 'backport/support_openthread_feature_on_512' into 'release/v5.1'
...
Backport/support openthread feature for release v5.1.2(backport5.1)
See merge request espressif/esp-idf!26203
2023-09-26 16:40:47 +08:00
f71eccb546
Merge branch 'bugfix/hfp_api_pkt_stat_nums_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fix the judgment condition for packet transmission status statistics (backport v5.1)
See merge request espressif/esp-idf!26169
2023-09-26 16:37:40 +08:00
e565bc5a1b
Merge branch 'bugfix/fix_build_error_in_protocol_examples_v5.1' into 'release/v5.1'
...
fix: Fix protocols example to build without setting target (v5.1)
See merge request espressif/esp-idf!26200
2023-09-26 16:11:38 +08:00
361b6c00dc
fix(nimble): Add event for reattempt connection count information
2023-09-26 13:41:29 +05:30
a4c13f156e
fix(bootloader): Update kconfig option
2023-09-26 13:31:43 +05:30
c4e6312687
fix(bootloader_support): Fix condition for SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT
...
Fix the condition to verify the image when SECURE_SIGNED_APPS_ECDSA_V2_SCHEME and
SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT are selected.
2023-09-26 13:31:43 +05:30
83a6683006
fix(bt/bluedroid): Modify the operator name to English in hfp_ag example
2023-09-26 15:10:05 +08:00
8e58ffbd16
fix(bt/bluedroid): Revise the description for index in esp_hf_ag_clcc_response and correct the error return in btc_hf_indchange_notification
...
1: modify the description of param index in function
esp_hf_ag_clcc_response.
2: fix the error code return of function btc_hf_indchange_notification.
2023-09-26 15:10:04 +08:00
928ece17c1
feat(bt/bluedroid): Add flag to control whether to send AT+CLIP cmd for BQB test
2023-09-26 15:10:04 +08:00
8098e3a9ce
feat(bt/bluedroid): Add flag to change HFP client features for BQB test
2023-09-26 15:10:04 +08:00
5734d58c6f
feat(bt/bluedroid): Add eSCO S1 support for hfp client BQB test
2023-09-26 15:10:04 +08:00
8996222eb9
feat(bt/bluedroid): Add flag to send BRSF features for hfp ag BQB test
2023-09-26 15:10:04 +08:00
d1c701bfaa
feat(bt/bluedroid): Modify the btc hf features for AT+NREC cmd in BQB test
2023-09-26 15:10:04 +08:00
768e15afc5
fix(bt/bluedroid): Fix the process of sending OK in ATD and COPS cmds
2023-09-26 15:10:04 +08:00
e989d9eb32
feat(bt/bluedroid): Add supprot for specific indicator sending from AG to Client
2023-09-26 15:10:04 +08:00
e1ead7ae40
feat(bt/bluedroid): Modify AT+CNUM response api and HFP AG example
2023-09-26 15:10:04 +08:00
186ce934ed
feat(bt/bluedroid): Add HFP config for BQB test
2023-09-26 15:10:03 +08:00
aaded3fd59
Merge branch 'bugfix/remove_unused_coex_header_v5.1' into 'release/v5.1'
...
remove(nimble): Removed unused coex header inclusion (v5.1)
See merge request espressif/esp-idf!26179
2023-09-26 14:27:59 +08:00
f8402c7721
fix(bt/bluedroid): Fix the issue for HID congestion checking
2023-09-26 14:13:36 +08:00
19575dbe3c
feat(bt/bluedroid): Add flags for BQB auto test of L2CAP
...
1: add sdp_bqb_disable_flag to avoid running sdpu_build_n_send_error.
2: add sdp_bqb_inact_timeout_flag to set the SDP inactivity timeout to 90 seconds.
3: add l2cap_bqb_bad_cmd_len_rej_flag to reject the C-Frame with invalid PDU length
4: add l2cap_bqb_ertm_mode_included_flag to set L2CAP_FCR_ERTM_MODE for most L2CAP cases
2023-09-26 14:06:14 +08:00
0d2a52491b
Merge branch 'bugfix/check_mapping_target_conflict_v5.1' into 'release/v5.1'
...
fix(ldgen): check target conflict for entries with section aliases (v5.1)
See merge request espressif/esp-idf!26123
2023-09-26 13:56:27 +08:00
face850973
Merge branch 'feature/rename_wpa2_ent_to_eap_client_v5.1' into 'release/v5.1'
...
WiFi: Rename WPA2 enterprise APIs to EAP Client. (v5.1)
See merge request espressif/esp-idf!26082
2023-09-26 13:30:52 +08:00
3c8d9a0d77
doc(nimble): Added the tutorial for spp_server example.
2023-09-26 10:23:10 +05:30
4ac53c7cd7
Merge branch 'bugfix/add_params_check_for_hci_v5.1' into 'release/v5.1'
...
Fixed some HCI commands parameter (backport v5.1)
See merge request espressif/esp-idf!26147
2023-09-26 10:37:02 +08:00
a59f65e68f
Merge branch 'bugfix/BLEQABR23-414_v51' into 'release/v5.1'
...
Fix PB-GATT adv is reported to the app layer too frequently (v5.1)
See merge request espressif/esp-idf!25897
2023-09-26 10:26:30 +08:00
d21aa2330a
Fix PB-GATT adv is reported to the app layer too frequently (v5.1)
2023-09-26 10:26:30 +08:00
9e0383cc50
fix(sleep): fix pma cfg csr regs bad retention
2023-09-25 23:52:27 +00:00
b17c8aa3d4
fix(sleep): fix modem reject the deepsleep request
2023-09-25 23:52:01 +00:00
1363566b73
fix(http_client): Set common tcp config to both TCP and SSL transport
...
Foundation transport contained TCP properties for both TCP and SSL
transport, so it was enough to set the TCP connection properties
(keepalive, interface binding) to one transport only. After merging
5778a7c7
we have separate TCP properties for these transports and need
to set the same for both.
This commit also fixes unnecessary allocation of 1 more byte for if_name
Closes https://github.com/espressif/esp-protocols/issues/322
2023-09-25 14:56:55 +02:00
5caf3b566d
doc (nimble): Added the tutorial for coc_blecent example.
2023-09-25 17:57:37 +05:30
b46a32cd92
fix(openthread): update openthread_br lib
2023-09-25 19:42:53 +08:00
3f02e5e901
feat(openthread): enable time sync feature
2023-09-25 19:42:36 +08:00
8a565641c2
feat(openthread): Add some configuration for customer using
2023-09-25 19:41:57 +08:00
d38147037d
doc(nimble): Added the tutorial for spp_client example. (v5.1)
2023-09-25 17:04:41 +05:30
7decf3e344
fix: Fix protocols example to build without setting target
...
Protocol examples used to raise an error if the target was not set
and `idf.py build` command was used. This commit fix this error
and when IDF_TARGET is not set, ESP32 is selected as default target
2023-09-25 16:57:22 +05:30
9a2b707e76
fix(ieee802154): using link0/2 for ieee802154 in esp32h2 chip
2023-09-25 17:26:24 +08:00
f6b589e275
feat(esp_hw_support): Added locking mechanism for the ECDSA and ECC peripheral
2023-09-25 14:33:04 +05:30
710b9d228b
feat(esp_hw_support): Add esp_crypto_lock layer for esp32c2
2023-09-25 14:31:18 +05:30
1199806d71
docs(esp_eth): added Ethernet to Improving Network Speed section
2023-09-25 10:54:08 +02:00
80f7e913a0
fix(sleep): fix inproper sleep vol param for esp32c6 & esp32h2
2023-09-25 16:39:46 +08:00
199205026e
UART: UART_SELECT_WRITE_NOTIF event added in UART driver
...
Closes https://github.com/espressif/esp-idf/issues/10986
2023-09-25 10:36:44 +02:00
1cbed4e2c1
fix(intr): always allocate memory from internal ram
...
Closes https://github.com/espressif/esp-idf/issues/12271
2023-09-25 15:41:15 +08:00
179e3293be
change: remove has clock bug macro for esp32h2
2023-09-25 13:40:26 +08:00
0e668ddf63
feat(ble): update ble sleep logic for esp32h2
2023-09-25 13:40:10 +08:00
1d02b6c1c6
feat(ieee802154): update ieee802154 sleep logic and support modem sleep
2023-09-25 13:39:59 +08:00
a9714ebe11
change(wifi): Add dependency of group 19 for MbedTLS crypto
2023-09-25 10:55:07 +05:30
52120cde26
change(wifi): Add supplicant's public API header files to doc
2023-09-25 10:54:52 +05:30
d49c020750
remove(nimble): Removed unused coex header inclusion
2023-09-25 10:38:27 +05:30
c542d62d21
doc (nimble): Added the tutorial for ble_multi_adv example.
2023-09-25 10:35:39 +05:30
518212a8f6
fix(usb_serial_jtag): Clean-up usb_serial_jtag lose byte fix, Closes https://github.com/espressif/esp-idf/pull/11344
2023-09-25 11:05:05 +08:00
0ed7093fb2
[Usb Serial JTAG] printing to console could sometimes skip bytes
2023-09-25 11:04:55 +08:00
69d283b9ae
fix(usb_serial_jtag): Fix usb_serial_jtag wrong return value, vfs lose data randomly,
...
Closes https://github.com/espressif/esp-idf/issues/12119 ,
Closes https://github.com/espressif/esp-idf/pull/11344 ,
Closes https://github.com/espressif/esp-idf/issues/9318
Closes https://github.com/espressif/esp-idf/issues/11192
2023-09-25 11:04:16 +08:00
73c78c20a6
fix(temperature_snesor): Put clock gate enable/disable in to sar_periph_ctrl together
2023-09-25 10:57:06 +08:00
36563c86be
fix(bt/bluedroid): Fix the judgment condition for packet transmission status statistics
2023-09-25 10:29:34 +08:00
09f6dfa2c4
feat(esp_eth): added IRAM optimization option for internal EMAC
2023-09-25 02:10:29 +00:00
7a32d72409
Merge branch 'doc/fix_misleading_vref_to_vdd_in_dac_doc_v5.1' into 'release/v5.1'
...
docs(dac): added the explanation to Vref (v5.1)
See merge request espressif/esp-idf!26143
2023-09-22 22:36:08 +08:00
22ab7ff325
fix(bt/controller): Fixed some HCI commands parameter
...
1: add param check for HCI_Recevie_Synchronization_Train.
2: add param check for HCI_Set_Connectionless_Peripheral_Broadcast.
3: fix slave cannot take a secure authentication.
2023-09-22 15:02:17 +08:00
1880ddca9e
docs(dac): added the explanation to Vref (v5.1)
2023-09-22 14:24:13 +08:00
85239ce2af
feat(bootloader): Update micro-ecc version to v1.1
...
This fix ensures that https://nvd.nist.gov/vuln/detail/CVE-2020-27209 is not
reported by the ESP-IDF SBOM tool. Please note that, this CVE was anyways not
applicable for ESP32 platform, as the bootloader (user of micro-ecc library)
do not perform signing on the device, its only verification that happens in
secure-boot-v1 case.
2023-09-22 10:49:43 +05:30
d57651b13c
ci(adc): increase all adc performance test threshold on c6 (v5.1)
2023-09-22 12:37:44 +08:00
6ff4bb0994
Merge branch 'refactor/esp_timer_etm_test_v5.1' into 'release/v5.1'
...
test(etm): refactor systimer etm test case (v5.1)
See merge request espressif/esp-idf!26093
2023-09-22 11:09:55 +08:00
cef55b1712
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/clk_trees.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-reference/peripherals/clk_tree.rst (Backport v5.1)
See merge request espressif/esp-idf!26108
2023-09-22 10:52:59 +08:00
198ea10c59
docs: provide CN translation for api-reference/peripherals/clk_tree.rst (Backport v5.1)
2023-09-22 10:52:56 +08:00
c395dd3781
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/spi_slave_hd.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-reference/peripherals/spi_slave_hd.rst (Backport v5.1)
See merge request espressif/esp-idf!26107
2023-09-22 10:52:31 +08:00
fb969a4411
docs: provide CN translation for api-reference/peripherals/spi_slave_hd.rst (Backport v5.1)
2023-09-22 10:52:31 +08:00
6d9046a64d
Merge branch 'docs/add_Chinese_translation_for_api-reference_peripherals_sdspi_host.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-reference/peripherals/sdspi_host.rst (Backport v5.1)
See merge request espressif/esp-idf!26106
2023-09-22 10:52:18 +08:00
44351d691b
docs: provide CN translation for api-reference/peripherals/sdspi_host.rst (Backport v5.1)
2023-09-22 10:52:18 +08:00
d3b6d0ac18
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/adc_oneshot.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-reference/peripherals/adc_oneshot.rst (Backport v5.1)
See merge request espressif/esp-idf!26105
2023-09-22 10:52:00 +08:00
c4df51cb66
docs: provide CN translation for api-reference/peripherals/adc_oneshot.rst (Backport v5.1)
2023-09-22 10:52:00 +08:00
687b97d901
Merge branch 'feature/update_h2_wifi_docs_backport_v5.1' into 'release/v5.1'
...
feat(doc): update wifi sections for H2 (Backport V5.1)
See merge request espressif/esp-idf!26099
2023-09-22 10:12:53 +08:00
5d8433ec56
fix(ldgen): duplicate entries in the generated .ld file
2023-09-21 19:38:49 +08:00
de93968670
fix(ldgen): check target conflict for entries with section alias
2023-09-21 19:38:49 +08:00
77492f3bc5
fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix
...
This commit updates the IDLE task names for each core by concatenating
the respective coreIDs to the names.
Closes https://github.com/espressif/esp-idf/issues/12204
2023-09-21 13:07:34 +02:00
aececf745f
Merge branch 'bugfix/some_wifi_fixes_v5.1' into 'release/v5.1'
...
fix(esp_wifi): Some Wi-Fi bug fixes
See merge request espressif/esp-idf!26084
2023-09-21 18:46:02 +08:00
02ea722492
Merge branch 'change/optimize_sniff_request_v5.1' into 'release/v5.1'
...
Change(bt/bluedroid): Limit sniff request when pending mode change event[backport 5.1]
See merge request espressif/esp-idf!26053
2023-09-21 17:19:06 +08:00
9f6fe72a46
Merge branch 'bugfix/coex_ble_scan_rate_v5.1' into 'release/v5.1'
...
fix(esp_coex): Fix esp32 ble scan not restart when wifi start stop (Backport v5.1)
See merge request espressif/esp-idf!26000
2023-09-21 16:18:57 +08:00
5c3f7ed2fd
Merge branch 'feature/support_pd_hp_aon_domain_in_deepsleep_v5.1' into 'release/v5.1'
...
feat(pm/deepsleep): support pd hp aon domain in deepsleep (backport v5.1)
See merge request espressif/esp-idf!26078
2023-09-21 15:36:19 +08:00
2a0a080c9f
feat(doc): update wifi sections for H2
2023-09-21 14:28:12 +08:00
1c15c2aded
refactor(etm): systimer etm test case
...
previously we use the systimer event to toggling a GPIO and assert the GPIO level,
which is not stable in CI.
Now we swicth to clear the GPIO at the systimer event.
2023-09-21 13:03:49 +08:00
5fffeddf79
feat(esp_http_client): Added support for OTA using ds peripheral for TLS
2023-09-21 10:21:02 +05:30
25f031c6e1
Merge branch 'backport/optimize-zb-core-implementation-v5.1' into 'release/v5.1'
...
feat(zigbee): optimize Zigbee example implementation (backport v5.1)
See merge request espressif/esp-idf!26064
2023-09-21 10:34:51 +08:00
08262e1975
Merge branch 'bugfix/fix_cpu_switches_freq_bug_s2s3_to_v5.1' into 'release/v5.1'
...
EspS2/S3: fixed the bug of insufficient voltage when the CPU switches frequency(V5.1)
See merge request espressif/esp-idf!26044
2023-09-21 10:22:48 +08:00
af7ce38507
Merge branch 'feat/warn_on_unpulled_mqtt_sub_v5.1' into 'release/v5.1'
...
feat(mqtt): Stop cmake process if submodule is missing (v5.1)
See merge request espressif/esp-idf!26032
2023-09-21 10:12:18 +08:00
941811a0b5
Merge branch 'feature/docker_image_update_qemu8.0.0_v5.1' into 'release/v5.1'
...
tools: Docker: update QEMU to 8.0.0 version, with xtensa and riscv32 chip support (v5.1)
See merge request espressif/esp-idf!26009
2023-09-21 10:11:22 +08:00
19d710dd61
Merge branch 'gdb_panic_server_remove_v5.1' into 'release/v5.1'
...
fix(tools): remove unused gdp_panic_server; replace with new esp-idf-panic-decoder package (v5.1)
See merge request espressif/esp-idf!25878
2023-09-21 10:09:07 +08:00
cb174b0fe1
Merge branch 'remove_monitor_tests_v5.1' into 'release/v5.1'
...
feat(tools/monitor): move target tests to monitor repo (v5.1)
See merge request espressif/esp-idf!26068
2023-09-21 01:57:35 +08:00
7f9b241f7e
fix(wifi): fix some esp32c6 wifi bugs
2023-09-20 19:50:44 +08:00
55fcae23c9
esp_wifi: support connectionless manually pwr mgmt
2023-09-20 19:50:05 +08:00
b439f7568c
sleep_modem: split esp_wifi_internal_mac_sleep_configure, add lock for pm functions
2023-09-20 19:49:54 +08:00
f66740362e
fix(sleep_modem): fix lightsleep failure if enable lightsleep at phy disabled
2023-09-20 19:49:42 +08:00
ae3f3f7a10
feat(esp_wifi):static buf for management,control,qos null,null data rx packet
2023-09-20 19:48:46 +08:00
3d056fd748
fix(esp_wifi): Fix issues with extended caps IE, scan and HT40 mode
...
-Merges the addition of extended caps IE for assoc req, probe resp
and beacons in a single place. This ensures that there are no
duplicate Extended Caps IE in the frame. Moves the capability
indication for BTM and HT20/40 from supplicant to wifi libs.
-Fix issue with frequent disconections when scanning for only a single
channel.
-Prints error message and returns ESP_ERR_NOT_SUPPORTED in case
esp32c2 tries to set bandwidth to HT40.
2023-09-20 19:44:57 +08:00
6c9692ecef
change(example): Update eap-fast example
2023-09-20 17:07:00 +05:30
d490e99f74
change(example): Update wifi enterprise example
2023-09-20 17:06:59 +05:30
981086ba30
change(esp_wifi): Rename WiFi enterprise connection APIs
2023-09-20 17:06:59 +05:30
3dc3ee0817
feat(pm/deepsleep): support pd hp aon domain in deepsleep
2023-09-20 19:26:35 +08:00
41d8715dfe
Merge branch 'feat/add_internal_pull_up_or_pull_down_option_for_deepsleep_wakeup_prepare_v5.1' into 'release/v5.1'
...
feat(pm): add internal pull-up/downs option for gpio used for deepsleep wakeup (backport v5.1)
See merge request espressif/esp-idf!26040
2023-09-20 19:15:48 +08:00
013c52afe4
Merge branch 'test/bqb_test_bt_classic_avdtp_v5.1' into 'release/v5.1'
...
feat(bt/bqb): Add avdt abort function for BQB test (backport v5.1)
See merge request espressif/esp-idf!26045
2023-09-20 19:12:25 +08:00
f37ac82c2b
fix(esp_coex): Fix esp32 ble scan not restart when wifi start stop
2023-09-20 17:02:17 +08:00
013a0d4fab
Merge branch 'bugfix/update_ble_phy_example_v5.1' into 'release/v5.1'
...
fix(nimble): Updated BLE Phy example (v5.1)
See merge request espressif/esp-idf!26015
2023-09-20 16:14:48 +08:00
e3beb8ce26
Merge branch 'contrib/github_pr_12179_v5.1' into 'release/v5.1'
...
fix(uart): Fix uart_ll_set_baudrate div-by-zero crash due to uint32_t overflow (backport v5.1)
See merge request espressif/esp-idf!26014
2023-09-20 16:13:20 +08:00
732dbe8556
feat(tools/monitor): move target tests to monitor repo
2023-09-20 09:23:42 +02:00
e666df3345
feat(zigbee): optimize Zigbee example implementation
2023-09-20 12:38:51 +08:00
ffc8da6ee1
Merge branch 'backport/rcp_size_opt_config' into 'release/v5.1'
...
Backport/rcp size opt config
See merge request espressif/esp-idf!26010
2023-09-20 11:36:21 +08:00
b8d3ee9844
Merge branch 'contrib/github_pr_12258_v5.1' into 'release/v5.1'
...
fix(vfs): Fix event_write may not exit critical section (GitHub PR) (v5.1)
See merge request espressif/esp-idf!26047
2023-09-19 20:40:22 +08:00
fe5734b4f1
change(bt/bluedroid): Limit sniff request when pending mode change event
2023-09-19 20:08:04 +08:00
15c7cf4cab
feat(bt/bluedroid): Add avdt abort function for BQB test
...
1: add new AVDTP abort function for BQB test
2023-09-19 19:02:29 +08:00
614024106e
feat(openthread): rcp size optimization configurations
2023-09-19 17:15:03 +08:00
d5f3f73f51
fix(openthread): copy the networkname with a null terminator
2023-09-19 17:15:03 +08:00
35535a6b6e
Merge branch 'bugfix/suppress_compiler_warning_silent_reboot_is_enabled_v5.1' into 'release/v5.1'
...
fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled(backport v5.1)
See merge request espressif/esp-idf!26036
2023-09-19 17:13:30 +08:00
20219b8ee6
fix(vfs): Fix event_write may not exit critical section
...
This commit fixes the event_write() function where the critical section
was unbalanced.
Merges https://github.com/espressif/esp-idf/pull/12258
2023-09-19 08:52:36 +02:00
da6625faae
fix(docs): update esp32h2 gpio docs about pin led out
2023-09-19 12:12:05 +08:00
d167087f2d
fix(docs): Improve the DFS and Peripheral Drivers section in power_management.rst
2023-09-19 12:12:05 +08:00
b7ed76110c
fix(uart): Add 8/16-bit register field access workaround to ESP32C2
2023-09-19 12:12:05 +08:00
9cd0aee51b
fix(uart): Fix uart_ll_set_baudrate div-by-zero crash due to uint32_t overflow
...
Merges https://github.com/espressif/esp-idf/pull/12179
2023-09-19 12:12:05 +08:00
c7132d3f15
Merge branch 'bugfix/error_param_in_BTA_AG_WBS_EVT_v5.1' into 'release/v5.1'
...
Bugfix/error param in bta ag wbs evt (v5.1)
See merge request espressif/esp-idf!26001
2023-09-19 12:01:11 +08:00
bb33a2bf6b
fix cpu switches freq bug s2s3 to v5.1
2023-09-19 11:27:08 +08:00
86e5252d63
feat(pm): add internal pull-up/downs option for gpio used for deepsleep wakeup
2023-09-19 10:59:57 +08:00
a96f2c7674
fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled
2023-09-19 10:37:23 +08:00
5badfeefac
Merge branch 'bugfix/pthread_cond_var_link_hook_v5.1' into 'release/v5.1'
...
bugfix(pthread): fixed pthread_condvar linker hook (v5.1)
See merge request espressif/esp-idf!26004
2023-09-19 10:35:57 +08:00
80307247aa
feat(mqtt): Stop cmake process if submodule is missing
...
Closes https://github.com/espressif/esp-idf/issues/12202
2023-09-18 14:34:02 +02:00
783cc77a29
fix(nimble): Updated BLE Phy example
...
The existing example has some issues which are now fixed.
1. Original example had legacy_pdu set which was not causing
the PHY to actually change. Fixed this
2. Added a way to initiate connection directly on 2M or Coded Phy.
2023-09-18 13:25:30 +05:30
7fc23046e2
Merge branch 'feat/add_sbom_manifest_file_v5.1' into 'release/v5.1'
...
feat(nimble): Update nimble submodule pointer for SPDX manifest addition for SBOM tool (v5.1)
See merge request espressif/esp-idf!25994
2023-09-18 15:35:29 +08:00
66c9fb087d
Merge branch 'feature/extenal_coexist_slave_support_v5.1' into 'release/v5.1'
...
feat(esp_coex): add external coex slave support (backport v5.1)
See merge request espressif/esp-idf!25976
2023-09-18 15:06:11 +08:00
8cdc795435
feat(tools/docker): update QEMU to 8.0.0 version, with xtensa and riscv32 chip support
2023-09-18 13:02:36 +07:00
62ad7658ed
fix(pthread): fixed pthread_condvar linker hook
2023-09-18 12:31:25 +08:00
8ce86c32d0
Merge branch 'bugfix/fix_some_wifi_bugs_230913_v5.1' into 'release/v5.1'
...
fix(wifi): fix some wifi bugs 20230913(Backport v5.1)
See merge request espressif/esp-idf!25960
2023-09-18 12:09:31 +08:00
d41661be42
Merge branch 'bugfix/freertos_private_critical_section_macro_v5.1' into 'release/v5.1'
...
fix(freertos): Fixed bug with prvENTER/EXIT_CRITICAL_OR_MASK_ISR() macro (v5.1)
See merge request espressif/esp-idf!25706
2023-09-18 11:05:21 +08:00
a99bb2e32f
Merge branch 'backport/suppport_ot_message_pool_using_PSRAM' into 'release/v5.1'
...
feat(openthread): support to allocate message pool from PSRAM(backport v5.1)
See merge request espressif/esp-idf!25990
2023-09-18 10:55:41 +08:00
7698a413bc
Merge branch 'bugfix/fix_120_ddr_pll_cali_issue_5.1' into 'release/v5.1'
...
mspi: fixed bbpll calibration issue (v5.1)
See merge request espressif/esp-idf!25980
2023-09-16 00:44:04 +08:00
c546540ef1
feat(nimble): Added SBOM manifest file for SPDX file generation
2023-09-15 17:37:28 +05:30
331cc97d01
feat(openthread): Add support to allocate message pool from PSRAM
2023-09-15 18:30:42 +08:00
7275ae17bd
Merge branch 'backport_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fix set periodic advertising data error(backport v5.1)
See merge request espressif/esp-idf!25956
2023-09-15 11:59:02 +08:00
0b9748f096
Merge branch 'bugfix/usb/host/urb_check_revert_v5.1' into 'release/v5.1'
...
[USB Host] Fix transfer determination during argument checking for regular EP transfer (backport v5.1)
See merge request espressif/esp-idf!25965
2023-09-15 11:38:13 +08:00
dcddd48d6a
Docs: add CN translation for api-guides/performance/speed.rst
2023-09-15 10:53:07 +08:00
85dd7ed731
Merge branch 'bugfix/esp32h2_sleep_current_issue_v5.1' into 'release/v5.1'
...
fix(esp_phy): fix esp32h2 tx-power incorrect issue after wakeup (backport v5.1)
See merge request espressif/esp-idf!25977
2023-09-15 10:45:26 +08:00
cd193469f2
fix(mspi): fixed bbpll calibration issue
2023-09-15 10:38:44 +08:00
9e756359cc
Merge branch 'bugfix/use_xtal_for_c3_wdt_v5.1' into 'release/v5.1'
...
fix(wdt): changed ESP32-C3 WDT to use XTAL as clock (v5.1)
See merge request espressif/esp-idf!25946
2023-09-15 10:27:38 +08:00
bb8f10533f
Merge branch 'docs/docker_image_flashing_v5.1' into 'release/v5.1'
...
docs(docker): Update Using Remote Serial Port chapter (backport v5.1)
See merge request espressif/esp-idf!25852
2023-09-15 10:26:37 +08:00
6609e5e785
Merge branch 'bugfix/ulp_i2c_fail_opt_v5.1' into 'release/v5.1'
...
fix(ulp-i2c): fixed ulp i2c not working from main cpu if compiled with 0S or O2 (v5.1)
See merge request espressif/esp-idf!25947
2023-09-15 08:09:03 +08:00
667b83db0e
Merge branch 'mqtt/update_submodule_05b3476_v5.1' into 'release/v5.1'
...
feat(mqtt): Update submodule to 05b3476(v5.1)
See merge request espressif/esp-idf!25768
2023-09-14 19:56:04 +08:00
e7cf51ebec
fix(esp_phy): fix esp32h2 tx-power incorrect issue after wakeup
2023-09-14 18:09:30 +08:00
ca37e4dee6
feat(esp_coex): add external coex slave support
2023-09-14 17:59:30 +08:00
b2b9b904f1
Merge branch 'bugfix/set_eir_when_no_eir_data_v5.1' into 'release/v5.1'
...
change(bt/bluedroid): Send a name tag with zero length when there is no EIR data
See merge request espressif/esp-idf!25949
2023-09-14 15:55:43 +08:00
a28f50d062
fix(wifi): fix ccmp and gcmp PN became large issue
2023-09-14 11:12:48 +08:00
1c7b1b8db0
Merge branch 'bugfix/bugfix_for_esp32c2_esp32c6_esp32h2_v5.1' into 'release/v5.1'
...
Bugfix/bugfix for esp32c2 esp32c6 esp32h2 v5.1
See merge request espressif/esp-idf!25836
2023-09-14 10:44:12 +08:00
8f9c2c6891
Merge branch 'bugfix/fix_dhcp_server_address_pool_issue_5.1' into 'release/v5.1'
...
fix(dhcp server): Fix dhcp server address pool issue 5.1
See merge request espressif/esp-idf!25817
2023-09-14 10:39:21 +08:00
ae6fdffcd7
fix(esp_wifi): WPA3 enterprise 192 bit fix and config modification
...
1. Added SOC caps dependency for enabling 192 bit security in wifi enterprise example
2. Fixed authmode in log and connected event for WPA3 enterprise 192 bit security
2023-09-14 10:14:13 +08:00
45b22c5ef0
Apply 1 suggestion(s) to 1 file(s)
2023-09-14 10:14:13 +08:00
b74c293505
feat(wifi): optimize esp32c6 iperf performance
2023-09-14 10:14:13 +08:00
71c201617e
fix(esp_wifi): Skip PMK cache usage if configured password is incorrect
2023-09-14 10:14:13 +08:00
05915fee6e
docs(wifi): Update wifi and wifi security documentation
...
1. Update documentation for WPA3 Enterprise and WPA3 Enterprise 192-bit
mode
2. Update documentation for WPA3 OWE and OWE transition mode
3. Update documentation related to SAE PK, SAE PWE and Transition Disable
4. Update documnetation for wifi connect API
5. Fix config paramter information for wifi scan start
6. Fix documentation related to scan threshold config setting
7. Replace ESP_ERR_WIFI_ARG error code as ESP_ERR_INVALID_ARG
8. Update documentation for 802.11R Fast transition
2023-09-14 10:14:13 +08:00
554e6880bc
fix(wifi): fix some bugs in LR and bandwidth
...
1. Fix the LR rate set fail for espnow and 80211 tx
2. Check phy bandwidth when setting espnow peer rate
Closes https://github.com/espressif/esp-idf/issues/11751
2023-09-14 10:14:13 +08:00
75b1a135ad
bugfix(usb/host): Fix transfer direction determination during argument checking for regular EP transfer
2023-09-13 21:51:24 +02:00
1fa048191a
Merge branch 'bugfix/failed_module_import_v5.1' into 'release/v5.1'
...
fix(tools): extend error message for failed python module import (v5.1)
See merge request espressif/esp-idf!25868
2023-09-14 01:50:22 +08:00
5438cfa49f
fix(bt/bluedroid): Fix set periodic advertising data error
2023-09-13 17:28:15 +08:00
fc9ce3b5f4
ci(esp_wifi): unit test for fast PBKDF2 validation
2023-09-13 16:33:19 +08:00
4756c22ffa
change(esp_wifi): Port fast_pbkdf2 implementation for mbedlts
...
Add changes to use fast_pbkdf2 as default for PMK calculations.
fast_pbkdf2 is significantly faster than current implementations
for esp chips.
Also removes unnecessary code for pbkdf-sha256 and pbkdf-sha512.
2023-09-13 16:33:19 +08:00
e62d11ef41
change(esp_wifi): Copy fastpbkdf2 implementation
...
Copy pbkdf2 implementation from https://github.com/ctz/fastpbkdf2(3c56895)
2023-09-13 16:33:19 +08:00
8f05165284
Merge branch 'test/bqb_test_bt_classic_sdp_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): Add language base attr list to SDP record for BQB test (backport v5.1)
See merge request espressif/esp-idf!25929
2023-09-13 14:48:41 +08:00
6e1b968d0a
Merge branch 'fix/vtaskdelay_caused_etm_test_failure_v5.1' into 'release/v5.1'
...
fix(test_etm): fix vTaskDelay caused ci failure (v5.1)
See merge request espressif/esp-idf!25945
2023-09-13 14:39:24 +08:00
a79ba4f1bf
change(bt/bluedroid): Send a name tag with zero length when there is no EIR data
2023-09-13 14:09:11 +08:00
da33cd2170
feat(mqtt): Update submodule to 05b3476
...
* Update submodule:
git log --oneline dffabb067fb3c39f486033d2e47eb4b1416f0c82..05b347643f6679cc60a50a9664b86a24ebf3ae10
Detailed description of the changes:
* Fix: Mock test should include idf_additions.h
- See merge request espressif/esp-mqtt!191
- fix: Mock tests include idf_additions.h (espressif/esp-mqtt@f35aaa1 )
* Adds missing documentation to outbox configuration.
- See merge request espressif/esp-mqtt!190
- docs: Adds missing documentation to outbox configuration. (espressif/esp-mqtt@c355e0b )
* fix: Added missing update to message data
- See merge request espressif/esp-mqtt!189
- See commit https://github.com/espressif/esp-mqtt/commit/cc41d1b
* PR: fixing typos in `mqtt5_error_reason_code`
- See merge request espressif/esp-mqtt!188
- feat: Add enum definition with typo to keep backwards compatibility (espressif/esp-mqtt@90b4a45 )
- fixing typos in `mqtt5_error_reason_code` (espressif/esp-mqtt@dc775bb )
* docs: Clarify keepalive timeout
- See merge request espressif/esp-mqtt!186
- See commit https://github.com/espressif/esp-mqtt/commit/cb1e6cf
* fix: LOG format strings
- See merge request espressif/esp-mqtt!187
- See commit https://github.com/espressif/esp-mqtt/commit/a3b04f2
* Fix: Stop client only if it's running.
- See merge request espressif/esp-mqtt!183
- See commit https://github.com/espressif/esp-mqtt/commit/36eec6f
* fix: Error on publish message creation was ignored.
- See merge request espressif/esp-mqtt!185
- See commit https://github.com/espressif/esp-mqtt/commit/585e3ba
* Fix: Allocation for connection buffer was incorrectly done.
- See merge request espressif/esp-mqtt!182
- See commit https://github.com/espressif/esp-mqtt/commit/6c849c6
* Adds mqtt host tests to Ci
- See merge request espressif/esp-mqtt!181
- See commit https://github.com/espressif/esp-mqtt/commit/4050df4
* Fix: Outbox was leaked in case of initialization failure
- See merge request espressif/esp-mqtt!180
- See commit https://github.com/espressif/esp-mqtt/commit/5d491a4
* feat: Add option to bind interface of use
- See merge request espressif/esp-mqtt!179
- Closes https://github.com/espressif/esp-mqtt/issues/253
- See commit https://github.com/espressif/esp-mqtt/commit/363fbf7
* Add outbox size control feature
- See merge request espressif/esp-mqtt!141
- feat: Introduces outbox limit (espressif/esp-mqtt@372ab7b )
- Removes unused outbox functions. (espressif/esp-mqtt@21a5491 )
- refactor: Group access to output buffer in mqtt_connection_t (espressif/esp-mqtt@122875b )
* Add custom transport configuration
- See merge request espressif/esp-mqtt!169
- feat: Add custom transport configuration (espressif/esp-mqtt@a5c1b44 )
* Removes leftover calls to event_handler
- See merge request espressif/esp-mqtt!178
- See commit https://github.com/espressif/esp-mqtt/commit/a492935
* PR: Added support to set server common name.
- See merge request espressif/esp-mqtt!173
- Added support to set server common name. (espressif/esp-mqtt@6195762 )
* Merge branch 'bugfix/return_on_qos0_disconnected' into 'master'
- See merge request espressif/esp-mqtt!175
- See commit https://github.com/espressif/esp-mqtt/commit/5bd9724
* Merge branch 'bugfix/cpp_compilation' into 'master'
- See merge request espressif/esp-mqtt!174
- See commit https://github.com/espressif/esp-mqtt/commit/70cbaca
* bug: Incorrect return on disconnect qos0 publish
- See merge request espressif/esp-mqtt!172
* Fix: Compilation in C++ with multiple subscribe
- See merge request espressif/esp-mqtt!171
* ci: Fix qemu build against 5.1
- See merge request espressif/esp-mqtt!170
- See commit https://github.com/espressif/esp-mqtt/commit/94defb8
* Minor cleanups on mqtt client
- See merge request espressif/esp-mqtt!168
- Removes pending message count (espressif/esp-mqtt@da6d38a )
- Bugfix: Dispatch transport error on all write operations (espressif/esp-mqtt@5729048 )
- Merge enqueue functions (espressif/esp-mqtt@72833c7 )
* Adds a configuration for outbox data destination
- See merge request espressif/esp-mqtt!166
- feat: Adds a configuration for outbox data destination (espressif/esp-mqtt@2c71f9e )
* CI: Add configuration for ttfw
- See merge request espressif/esp-mqtt!167
- See commit https://github.com/espressif/esp-mqtt/commit/d71dcf3
* mqtt5: Fix flow control will increase count when send fragmented packet
- See merge request espressif/esp-mqtt!164
- Closes https://github.com/espressif/esp-mqtt/issues/255
- See commit https://github.com/espressif/esp-mqtt/commit/5cce2c4
* Add license information to queue
- See merge request espressif/esp-mqtt!163
- See commit https://github.com/espressif/esp-mqtt/commit/36f0faa
* MQTTv5: Fixes and additions from GitHub PRs
- See merge request espressif/esp-mqtt!162
- Merges https://github.com/espressif/esp-mqtt/pull/250
- fix: Allow MQTT v5 zero length payload (espressif/esp-mqtt@65a4fda )
- feature: Include subscribe_id in esp_mqtt5_event_property_t (espressif/esp-mqtt@1011e63 )
* Feature: Enable SUBSCRIBE to multiple topics
- See merge request espressif/esp-mqtt!156
- See commit https://github.com/espressif/esp-mqtt/commit/3210255
* Adds Kconfig option to configure poll read timeout
- See merge request espressif/esp-mqtt!159
- Closes: https://github.com/espressif/esp-mqtt/issues/245
- See commit https://github.com/espressif/esp-mqtt/commit/2fa945d
* Fix formatting when using printf nano
- See merge request espressif/esp-mqtt!160
- See commit https://github.com/espressif/esp-mqtt/commit/e9b865e
* mqtt5: Fix flow control will regard the DUP packet and not consider PUBCOMP packet
- See merge request espressif/esp-mqtt!158
- Closes https://github.com/espressif/esp-mqtt/issues/243
- See commit https://github.com/espressif/esp-mqtt/commit/ed76036
* Remove possible null pointer dereferences
- See merge request espressif/esp-mqtt!157
- Bugfix: Remove Remove possible null pointer dereferences (espressif/esp-mqtt@f80772b )
2023-09-13 06:08:13 +00:00
9d8af9748b
Merge branch 'bugfix/fix_compilation_issue_enc_adv_v5.1' into 'release/v5.1'
...
fix(nimble): Fix compilation issue of unknown MYNEWT_VAL(v5.1)
See merge request espressif/esp-idf!25856
2023-09-13 13:31:36 +08:00
c7532e27fa
fix(ulp-i2c): fixed ulp i2c not working from main cpu if compiled with 0S or O2
...
Compiler would optimize register write to use s8i which do not work for IO registers
Closes https://github.com/espressif/esp-idf/issues/12214
2023-09-13 11:47:36 +08:00
e29d4bd428
fix(dhcp server):fix set dhcp server poll fail issue
2023-09-13 10:49:21 +08:00
41a291fee0
fix(wdt): changed WDT clock source to XTAL for C6/H2
...
Previously it used PLL, but PLL could potentially be powered down by power-management
when CPU frequency changed.
2023-09-13 10:45:51 +08:00
c192ea478e
fix(wdt): changed ESP32-C3 WDT to use XTAL as clock
...
This clock is unchanged even when CPU/APB frequency changes (e.g. due to esp_pm),
which means timeout period is correct even after such a change.
2023-09-13 10:45:49 +08:00
111779db5a
Merge branch 'feature/configurable_wpa2_ent_v5.1' into 'release/v5.1'
...
Make enterprise support configurable to save binary size.(v5.1)
See merge request espressif/esp-idf!25558
2023-09-13 10:18:05 +08:00
f99b98a0f6
Merge branch 'doc/fix_xts_key_length_256_desc_v5.1' into 'release/v5.1'
...
fix(doc): Fix incorrect description for xts_key_length_256 efuse (v5.1)
See merge request espressif/esp-idf!25931
2023-09-13 10:06:24 +08:00
25922444a6
fix(test_etm): fix vTaskDelay caused ci failure
2023-09-13 10:04:30 +08:00
09c1bfe6b3
Merge branch 'bugfix/fix_hidd_send_rpt_without_connection_v5.1' into 'release/v5.1'
...
Change(bt/bluedroid): Optimize HIDD sending interrupt report behavior[backport 5.1]
See merge request espressif/esp-idf!25917
2023-09-13 09:13:33 +08:00
5d7bcdcf82
Merge branch 'bugfix/esp32c6_udp_bc_mc_short_time_cause_packet_loss_v5.1' into 'release/v5.1'
...
backport v5.1: optimize the retention step of the APM and TEE modules to set only the critical parts to level 2 priority
See merge request espressif/esp-idf!25837
2023-09-12 20:50:12 +08:00
8088c7216e
fix(freertos): Fixed bug with prvENTER/EXIT_CRITICAL_OR_MASK_ISR() macro
...
Fixed an undiscovered bug with prvENTER_CRITICAL_OR_MASK_ISR() and
prvEXIT_CRITICAL_OR_MASK_ISR() where the `uxInterruptStatus` argument was not
used.
However, all calls of this macro provide a local `uxSavedInterruptStatus`
variable, leading to this bug being hidden.
2023-09-12 20:18:23 +08:00
a86522d614
fix(nimble): Fix compilation issue of unknown MYNEWT_VAL
2023-09-12 16:49:57 +05:30
da575a6afa
Merge branch 'bugfix/ext_adv_log_v5.1' into 'release/v5.1'
...
fix(nimble): added log for extended advertisement (v5.1)
See merge request espressif/esp-idf!25928
2023-09-12 19:17:55 +08:00
2c1334ef1c
change(ble): update controller log print interface
2023-09-12 15:50:54 +08:00
d612db3bca
fix(doc): Fix incorrect description for xts_key_length_256 efuse
2023-09-12 14:52:48 +08:00
393530fb56
feat(bt/bluedroid): Add language base attr list to SDP record for BQB test
2023-09-12 13:04:23 +08:00
fc8d7e7f89
fix(nimble): added log for extended advertisement
2023-09-12 10:26:36 +05:30
5baf0197f0
Merge branch 'feature/modify_mcpwm_clock_pre_scale_v5.1' into 'release/v5.1'
...
feat(mcpwm): Make the MCPWM capture timer's resolution configurable (v5.1)
See merge request espressif/esp-idf!25904
2023-09-12 11:30:39 +08:00
40c6f1390d
Merge branch 'update/docs_api_refs_modbus_esp32h2_v51' into 'release/v5.1'
...
docs: updated modbus api reference documents for target esp32h2 (Backport v5.1)
See merge request espressif/esp-idf!24972
2023-09-12 10:10:40 +08:00
4c06791a40
docs: updated modbus api reference documents for target esp32h2
2023-09-11 13:41:07 +00:00
1963f75fa7
change(bt/bluedroid): Optimize HIDD sending interrupt report behavior
...
HID device is allowed to trigger reconnection by sending an interrupt
report. When reconnection is in progress, no more interrupt report can
be sent until the procedure is accomplished.
2023-09-11 20:12:35 +08:00
649b8bc6d5
Merge branch 'feature/support_ot_bugfixing' into 'release/v5.1'
...
Feature/support ot bugfixing(backport v5.1)
See merge request espressif/esp-idf!25676
2023-09-11 20:07:28 +08:00
a8790378e9
fix(bt/bluedroid): Fixed incorrect arrangement in type esp_hf_dial_type_t
2023-09-11 19:45:30 +08:00
36ba902bfe
change(bt/bluedroid): Added line information printing when error occurs CHECK_HF_IDX
2023-09-11 19:45:30 +08:00
ca1ef30aa7
fix(bt/bluedroid): Fixed the issue of uninitialized parameters in event BTA_AG_WBS_EVT
2023-09-11 19:45:29 +08:00
a432b1459e
Merge branch 'feature/lp_wdt_h2_5.1' into 'release/v5.1'
...
LP-WDT: add support for H2 (v5.1)
See merge request espressif/esp-idf!25863
2023-09-11 19:04:00 +08:00
31aa471af8
Merge branch 'contrib/github_pr_11869_v5.1' into 'release/v5.1'
...
bugfix: avoid warning in espcoredump when log disabled (GitHub PR) (v5.1)
See merge request espressif/esp-idf!25143
2023-09-11 14:42:10 +08:00
be9d8ef709
Merge branch 'feature/freertos_add_sbom_file_v5.1' into 'release/v5.1'
...
feat(freertos): Added SBOM manifest file for SPDX file generation (v5.1)
See merge request espressif/esp-idf!25891
2023-09-11 13:48:28 +08:00
0c27d2467d
Merge branch 'bugfix/pbc_overlap_in_wps_pin_method_v5.1' into 'release/v5.1'
...
Fix for issue of wps-pbc overlap in wps-pin method(v5.1)
See merge request espressif/esp-idf!25695
2023-09-11 12:12:29 +08:00
d8e5b2ac41
feat(mcpwm): Set group clock prescale dynamically
...
MCPWM group clock pre scale was originally fixed to 2, which is
inconvenient. Set group clock prescale dynamically. Now the maximum
resolution of the MCPWM timer is up to 160MHz(when the prescale set
to 1). And add a resulotion config for MCPWM capture.
2023-09-11 11:29:28 +08:00
1d91310e0f
Merge branch 'bugfix/wps_wpa3_passphrase_v5.1' into 'release/v5.1'
...
WiFi: get passphrase in WPS if AP support SAE (v5.1)
See merge request espressif/esp-idf!25885
2023-09-11 10:54:18 +08:00
680a254b18
Merge branch 'bugfix/hf_ag_report_event_with_null_bdaddr_v5.1' into 'release/v5.1'
...
Bugfix/fixed bugs of HFP in BlueDroid (v5.1)
See merge request espressif/esp-idf!25827
2023-09-11 10:54:09 +08:00
123fcbbf36
Merge branch 'fix/spiffs_log_errors_v5.1' into 'release/v5.1'
...
fix(spiffs): SPIFFS print formatter errors out (v5.1)
See merge request espressif/esp-idf!25392
2023-09-11 10:10:23 +08:00
79cd68f969
Merge branch 'fix/nvs_tool_invalid_entry_none_check_v5.1' into 'release/v5.1'
...
NVS: nvs_tool.py entry.data None check fix (v5.1)
See merge request espressif/esp-idf!24495
2023-09-11 10:09:08 +08:00
c99a5e6185
Merge branch 'feature/walkthrough_for_ble_periodic_adv_and_ble_periodic_sync_v5.1' into 'release/v5.1'
...
doc (nimble): Added the tutorial for ble_periodic_adv and ble_periodic_sync_examples. (v5.1)
See merge request espressif/esp-idf!25729
2023-09-11 10:07:54 +08:00
c1e0210285
Merge branch 'feature/walkthrough_for_nimble_examples_v5.1' into 'release/v5.1'
...
doc (nimble): Added Walkthrough tutorial for phy_cent example (v5.1)
See merge request espressif/esp-idf!24650
2023-09-11 10:07:40 +08:00
da07a096d0
Merge branch 'test/bqb_test_bt_classic_hid_v5.1' into 'release/v5.1'
...
feat(bt/bqb): Add setting local di record function for specific hid case of bqb auto test (backport v5.1)
See merge request espressif/esp-idf!25833
2023-09-11 07:36:25 +08:00
697e3e8eac
Merge branch 'fix/click-port-compl_v5.1' into 'release/v5.1'
...
fix(tools): fix autocomplete for --port option (v5.1)
See merge request espressif/esp-idf!25874
2023-09-08 23:05:43 +08:00
4afb2a86e2
Merge branch 'backport_v5.1' into 'release/v5.1'
...
fix(bt/bluedroid): Fix memory no free issue when disconneting for mesh(backport v5.1)
See merge request espressif/esp-idf!25859
2023-09-08 20:39:49 +08:00
b717333177
Merge branch 'bugfix/reduce_bss_logging_v5.1' into 'release/v5.1'
...
wifi: Reduce BSS logging in wpa_supplicant
See merge request espressif/esp-idf!25825
2023-09-08 19:19:43 +08:00
4d8644bfa8
feat(freertos): Added SBOM manifest file for SPDX file generation
...
This commit adds the SBOM manifest file for the FreeRTOS-Kernel to aid
SPDX file generation.
2023-09-08 12:55:47 +02:00
797ec25a3f
fix(wifi): Get passphrase in WPS if AP support SAE
...
Also add changes to send NACK if WPS message received twice.
2023-09-08 15:21:56 +05:30
9eceef649b
Merge branch 'bugfix/esp32h2_update_desc_ecdsa_workmode_v5.1' into 'release/v5.1'
...
fix(soc/esp32h2): Update the description of the ECDSA_WORK_MODE (backport v5.1)
See merge request espressif/esp-idf!25818
2023-09-08 16:09:42 +08:00
27f84d88dc
ble: support esp32c2 wakeup overhead
2023-09-08 15:52:23 +08:00
3d8c34efd5
feat(tools): remove gdb_panic_server and use just a wrapper for script
...
gdb_panic_server is now part of esp-idf-panic-decoder
2023-09-08 09:34:12 +02:00
b83a56512a
fix(tools): fix autocomplete for --port option
...
Closes https://github.com/espressif/esp-idf/issues/7970
2023-09-08 09:25:33 +02:00
2c3c4adaa3
docs(docker): Update Using Remote Serial Port chapter
...
By default some shells such as zsh has NOMATCH option set (https://zsh.sourceforge.io/Doc/Release/Options.html ).
The root cause of the problem is that while bash expands the parameter to itself if it does not match any filename, the zsh reports an error. IOW if we do % setopt nonomatch it will work even in zsh.
Closes https://github.com/espressif/esp-idf/issues/12060
2023-09-08 09:15:30 +02:00
9896ee353b
ble: update esp32h2 and esp32c6 libble to a9fa2002
2023-09-08 14:27:48 +08:00
dff4ec6fbf
fix(tools): extend error message for failed python module import
...
Currently idf.py reports just "Please use idf.py only in an ESP-IDF shell environment".
Sometimes it may be useful to know for which module the import failed.
Also the problem does not have to be related to shell environment only, but the
python venv can be corrupted. This adds a little bit more verbose error
message.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-09-08 07:29:43 +02:00
5f55496f51
feat(openthread): support BR deinit
2023-09-08 12:24:36 +08:00
0a6d6c085a
feat(wdt): add LL functions for WDT on H2
2023-09-08 11:01:25 +08:00
03be63636a
fix(bt/bluedroid): Fix memory no free issue when disconneting for mesh
2023-09-08 10:33:42 +08:00
ab7ad8a848
Merge branch 'bugfix/fix_some_ble_bugs_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs (backport v5.1)
See merge request espressif/esp-idf!25776
2023-09-08 10:19:40 +08:00
b3717678c3
Merge branch 'docs/update_multi_antenna_switch_docs_v5.1' into 'release/v5.1'
...
Docs/update multi antenna switch docs v5.1(Backport v5.1)
See merge request espressif/esp-idf!25822
2023-09-08 10:18:43 +08:00
8d0858060a
Merge branch 'feature/management_modem_etm_clock_indepently_v5.1' into 'release/v5.1'
...
feat(esp_hw_support): manage modem_etm clock in modem_clock for bt/154 indepently (backport v5.1)
See merge request espressif/esp-idf!25793
2023-09-08 10:16:59 +08:00
ef451cab0f
Merge branch 'bugfix/sntp_cpp_compat_v5.1' into 'release/v5.1'
...
esp_netif: Fix invalid conversion from int to enumeration in c++ build (GitHub PR) (v5.1)
See merge request espressif/esp-idf!25041
2023-09-08 10:16:21 +08:00
5aa01470d5
ci(bt/bluedroid): Add CI build test for HFP examples with voice over HCI enabled
2023-09-08 00:52:07 +00:00
7e406acb95
feat(bt/api): Add new apis for hfp to get the numbers of packet status received and sent
2023-09-08 00:52:07 +00:00
26600a8fcf
fix(bt/bluedroid): Deleted the redundant 'memset' in btc_hf_cb_handler
2023-09-08 00:52:07 +00:00
c6e62a9817
docs(bt/bluedroid): Changed the description of esp_hf_client_reject_call
2023-09-08 00:52:07 +00:00
2584ab84fc
fix(bt/bluedroid): Fixed invalid access to freed semaphore
2023-09-08 00:52:07 +00:00
eed85adaeb
fix(bt/bluedroid): Fixed wrong indexes of HF-AG indicators
2023-09-08 00:52:07 +00:00
71ec923e55
fix(bt/bluedroid): Added peer Bluetooth device address into HF callback parameters
2023-09-08 00:52:07 +00:00
7037ee47f9
fix(bt/bluedroid): Changed log level from WARNING to DEBUG in bta_ag_sco_read_cback
2023-09-08 00:52:07 +00:00
0167b14411
fix(bt/bluedroid): Fixed wrong code logic in 'AT+CIND?' of HFP
2023-09-08 00:52:07 +00:00
17d1b66d47
fix(bt/bluedroid): Fixed errors in parsing ATD command in HFP AG
2023-09-08 00:52:07 +00:00
19185a65fd
fix(bt/bluedroid): Fixed NULL Bluetooth device address in HF-AG events was reported to application layer
2023-09-08 00:52:07 +00:00
c1d8013330
Merge branch 'bugfix/backport_phy_v5.1' into 'release/v5.1'
...
fix(phy): backport some phy fix(v5.1)
See merge request espressif/esp-idf!25734
2023-09-08 06:18:58 +08:00
752a99d3d1
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/temp_sensor.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-reference/peripherals/temp_sensor.rst (backport v5.1)
See merge request espressif/esp-idf!25821
2023-09-07 18:05:02 +08:00
f0dec1b1a6
docs: provide CN translation for api-reference/peripherals/temp_sensor.rst (backport v5.1)
2023-09-07 18:05:01 +08:00
8254175931
wpa_supplicant: Fix for issue of wps-pbc overlap in wps-pin method
2023-09-07 15:14:35 +05:30
fefa61a7c7
Merge branch 'feature/esp_lcd_st7789_rgb_data_endian_config_v5.1' into 'release/v5.1'
...
feat(st7789): add data endian config (v5.1)
See merge request espressif/esp-idf!25802
2023-09-07 16:33:49 +08:00
325bf39c89
feat(ble): enable adv report flow control on esp32c2
2023-09-07 16:27:50 +08:00
615f9bd602
fix(ble): fixed crash when memory is insufficient on esp32c2
2023-09-07 16:27:42 +08:00
cbb2a3f8fa
fix(esp32c6/power save): optimize the retention step of the APM and TEE modules to set only the critical parts that affect wifi data frame receipt to level 2 priority
2023-09-07 14:31:12 +08:00
648bc35612
feat(bt/bluedroid): Add setting local di record function for bt classic hid device bqb test
2023-09-07 14:18:03 +08:00
e29b67c02a
fix(bt/bluedroid): Changed HID related copyright automatically
2023-09-07 14:17:42 +08:00
63bc27fb2d
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/adc_calibration.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-reference/peripherals/adc_calibration.rst (backport v5.1)
See merge request espressif/esp-idf!25820
2023-09-07 14:02:24 +08:00
3c0e72887a
docs: provide CN translation for api-reference/peripherals/adc_calibration.rst (backport v5.1)
2023-09-07 14:02:24 +08:00
cbee3f67b2
Merge branch 'docs/add_Chinese_translation_for_api-guides/cplusplus.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-guides/cplusplus.rst (backport v5.1)
See merge request espressif/esp-idf!25755
2023-09-07 13:15:27 +08:00
36376e0eab
docs: provide CN translation for api-guides/cplusplus.rst (backport v5.1)
2023-09-07 13:15:27 +08:00
397206d050
change(wifi): Reduce BSS logging in wpa_supplicant
2023-09-07 10:19:02 +05:30
01ebf0775e
esp_wifi: update multi antenna switch docs
2023-09-07 11:06:28 +08:00
e0e3bbd042
esp_wifi: the antenna parameter of example is not correct
2023-09-07 11:06:18 +08:00
3874281107
update esp32 bt-lib (7b24543)
...
- Support BLE RX error packet count record
- Fixed instant setting for LLC procedures with instants
- Fixed adv random delay when adv interval is less than 20ms
2023-09-07 11:05:10 +08:00
c315a246e6
Update bt lib for ESP32-C3 and ESP32-S3(59725b5)
...
- Support BLE RX error packet count record
- Fixed adv random delay when adv interval is less than 20ms
- Fixed adv random address setting when owner address type is public
2023-09-07 11:05:10 +08:00
5b7fcd80d2
Update bt lib for ESP32-C3 and ESP32-S3(ff6efe7)
...
- fix(bt/controller): Fixed PHY enable and disable
- feat(bt/controller): Support DAA and LBT mode for BLE CCA
2023-09-07 11:05:10 +08:00
0f6a7ac7b1
fix(bt): Fix bugs about updating connect param
2023-09-07 11:05:10 +08:00
e3c5c4fb7b
fix(bt): Fix bug while calculating block cipher using aes-128
2023-09-07 11:05:10 +08:00
98f59569b0
docs(bt): Update comment in ble
2023-09-07 11:05:10 +08:00
cc9c5b78b9
feat(bt/bluedroid): Support periodic adv adi feature
2023-09-07 11:05:09 +08:00
985f6a4892
fix(bt/bluedroid): Fixed BLE disconnect event report when disconnecting
2023-09-07 11:05:09 +08:00
9df464d7bb
fix(bt/bluedroid): Fixed GATTC cache address save when list is full
2023-09-07 11:05:09 +08:00
35af1c03e2
feat(bt/bluedroid): Support high duty adv interval setting
2023-09-07 11:05:09 +08:00
52a0a10ef4
fix(bt/bluedroid): Fix address check when using NRPA as random device address
2023-09-07 11:05:09 +08:00
9aeafb006e
fix(dhcp server): Fix dhcp server address pool issue
2023-09-07 10:35:52 +08:00
9ed6944c0d
fix(soc/esp32h2): Update the description of the ECDSA_WORK_MODE
2023-09-07 10:34:36 +08:00
4a221b0346
Merge branch 'feature/ble_lib_update_h2_c6_v5.1' into 'release/v5.1'
...
ble: update h2 c6 libble to 5d7af429
See merge request espressif/esp-idf!25692
2023-09-07 10:25:18 +08:00
d22e640579
Merge branch 'bugfix/aes_dma_descriptor_setup_issue_v5.1' into 'release/v5.1'
...
fix(aes): correct the linking of the DMA descriptors (v5.1)
See merge request espressif/esp-idf!25784
2023-09-07 10:24:09 +08:00
9331e240fc
fix(phy): backport some phy fix
...
1. WIFI RX multipath optimization for all chips
2. BLE TX sideband optimization for C3/S3
3. Optimize ht40 tx side band issue
2023-09-07 02:23:06 +00:00
98f4ce2011
Merge branch 'bugfix/fix_some_hci_cmd_param_check_v5.1' into 'release/v5.1'
...
fix(bt/controller): Fixed some HCI commands parameter check (Backport v5.1)
See merge request espressif/esp-idf!25712
2023-09-07 07:41:15 +08:00
94ad8f1a6a
Merge branch 'feature/dynamic_services_v5.1' into 'release/v5.1'
...
Nimble: Add support for dynamic service addition / deletion (v5.1)
See merge request espressif/esp-idf!25742
2023-09-06 17:18:27 +08:00
9d535c05f7
feat(st7789): add data endian config
...
Closes https://github.com/espressif/esp-idf/issues/11416
2023-09-06 16:59:13 +08:00
d3bfaf8f5f
feat(esp_hw_support): manage modem_etm clock in modem_clock for bt/154 indepently
2023-09-06 15:48:37 +08:00
8ff8486735
Merge branch 'fix/spi_polling_api_buslock_logic_v5.1' into 'release/v5.1'
...
fix(spi_master): polling_transmit forgot release bus lock when alloc DMA buffer failed (v5.1)
See merge request espressif/esp-idf!25576
2023-09-06 14:01:25 +08:00
5605189398
fix(aes): correct the linking of the DMA descriptors
...
For certain data lengths, the last input descriptor was not getting appended
correctly and hence the EOF flag in the DMA descriptor link list was
set at incorrect location. This was resulting in the peripheral being
stalled expecting more data and eventually the code used to timeout
waiting for the AES completion interrupt.
Required configs for this issue:
CONFIG_MBEDTLS_HARDWARE_AES
CONFIG_SOC_AES_SUPPORT_DMA
This observation is similar to the issue reported in:
https://github.com/espressif/esp-idf/issues/10647
To recreate this issue, start the AES-GCM DMA operation with data length
12280 bytes and this should stall the operation forever.
In this fix, we are tracing the entire descriptor list and then appending the
extra bytes descriptor at correct position (as the last node).
2023-09-06 08:28:43 +05:30
2fbe919e4c
fix(aes-gcm): correct the DMA completion wait condition for hardware GCM case
...
DMA operation completion must wait until the last DMA descriptor
ownership has been changed to hardware, that is hardware is completed
the write operation for entire data. Earlier for the hardware GCM case,
the first DMA descriptor was checked and it could have resulted in some
race condition for non interrupt (MBEDTLS_AES_USE_INTERRUPT disabled) case.
2023-09-06 08:28:43 +05:30
c67381dce6
doc (nimble): Added Walkthrough tutorial for phy_cent example
2023-09-05 16:24:21 +05:30
1efe80af9b
Merge branch 'feature/esp_lcd_panel_add_data_and_type_v5.1' into 'release/v5.1'
...
feat(esp_lcd): add user data and init cmd (v5.1)
See merge request espressif/esp-idf!25721
2023-09-05 16:09:39 +08:00
90da6ebfec
change: print assert info before dump log
2023-09-05 15:10:54 +08:00
6f89300764
change: changed ble msys init for controller
2023-09-05 15:10:38 +08:00
d94c9d141b
feat: added ble wake up overhead support
2023-09-05 15:10:38 +08:00
d3e8242db1
feat: Support esp32c2 BLE power save example
2023-09-05 15:10:38 +08:00
56894b1bca
ble: update h2 c6 libble to 5d7af429
2023-09-05 15:10:38 +08:00
0954c0a231
Merge branch 'docs/add_Chinese_translation_for_api-guides/core_dump.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-guides/core_dump.rst and api-guides/core_dump_internals.rst (Backport v5.1)
See merge request espressif/esp-idf!25740
2023-09-05 14:44:29 +08:00
75e176fd21
docs: provide CN translation for api-guides/core_dump.rst and api-guides/core_dump_internals.rst (Backport v5.1)
2023-09-05 14:44:29 +08:00
1520984157
feat(nimble): Added support for dynamic services
...
Added support for dynamic services
2023-09-05 11:52:17 +05:30
54c81ddfc9
Merge branch 'feature/walkthrough_for_blecent_v5.1' into 'release/v5.1'
...
doc(nimble): Added the tutorial for blecent example. (v5.1)
See merge request espressif/esp-idf!25667
2023-09-05 14:15:23 +08:00
bf204d4150
Merge branch 'feature/adv_queue_congestion_v5.1' into 'release/v5.1'
...
feat(nimble): Added adv queue congestion check (v5.1)
See merge request espressif/esp-idf!25726
2023-09-05 14:14:35 +08:00
aec971572f
Merge branch 'feature/specify_rmt_intr_priority_v5.1' into 'release/v5.1'
...
feat(rmt): specify interrupt priority (v5.1)
See merge request espressif/esp-idf!25718
2023-09-05 12:09:44 +08:00
537198b15d
Merge branch 'docs/add_Chinese_translation_for_three_short_docs_of_api-guides_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for three short docs of api-guides (backport v5.1)
See merge request espressif/esp-idf!25743
2023-09-05 11:11:27 +08:00
ef5c85158d
docs: provide CN translation for three short docs of api-guides (backport v5.1)
2023-09-05 11:11:27 +08:00
cc27c579ad
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/touch_element.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-reference/peripherals/touch_element.rst (backport v5.1)
See merge request espressif/esp-idf!25746
2023-09-05 10:22:17 +08:00
b93ffc1cb4
docs: provide CN translation for api-reference/peripherals/touch_element.rst (backport v5.1)
2023-09-05 10:22:16 +08:00
c9a51b83a5
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/etm.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-reference/peripherals/etm.rst (backport v5.1)
See merge request espressif/esp-idf!25745
2023-09-05 10:21:18 +08:00
1e656013d7
docs: provide CN translation for api-reference/peripherals/etm.rst (backport v5.1)
2023-09-05 10:21:17 +08:00
1b87f35f0f
Merge branch 'feature/support_ble_53_host_feat_v5.1' into 'release/v5.1'
...
Support BLE host feature for PTS (backport v5.1)
See merge request espressif/esp-idf!25645
2023-09-04 15:32:23 +08:00
2264828ae5
(doc) nimble: Added the tutorial for ble_periodic_adv and ble_periodic_syncexamples.
2023-09-04 11:45:29 +05:30
6983b86528
feat(nimble): Added adv queue congestion check
2023-09-04 11:25:20 +05:30
559df9640c
feat(esp_lcd): add user data and init cmd
2023-09-04 13:25:39 +08:00
3b9c57ac32
feat(rmt): specify interrupt priority
2023-09-04 13:12:02 +08:00
f629029d4a
fix(bt/controller): Fixed some HCI commands parameter check
...
Fixed HCI_Change_Connection_Packet_Type Command parameter check
Fixed HCI_Accpet_Synchronous_Connection_Request Command parameter check
Fixed HCI_Set_Connectionless_Peripheral_Broadcast_Data Command parameter check
2023-09-04 11:03:33 +08:00
f0437b945f
Merge branch 'feature/esp32c2_add_trace_function_v5.1' into 'release/v5.1'
...
ble: supported trace function and adv report flow control on esp32c2
See merge request espressif/esp-idf!25640
2023-09-01 20:10:45 +08:00
865b48039d
Merge branch 'feature/openthread_disable_nd6_timer_v5.1' into 'release/v5.1'
...
feat(openthread): disable lwip nd6 in openthread sleepy device (backport v5.1)
See merge request espressif/esp-idf!25631
2023-09-01 16:09:31 +08:00
a9aea676e7
Merge branch 'ci/connect_at_different_phase_v5.1' into 'release/v5.1'
...
ci(wifi): Test connect api at different phase (backports v5.1)
See merge request espressif/esp-idf!25674
2023-09-01 10:24:48 +08:00
9619d85027
Merge branch 'test/bqb_test_bt_classic_a2dp_v5.1' into 'release/v5.1'
...
feat(bt/bqb): Add setting SBC encoder and reject invalid codec type support for a2dp BQB test (backport v5.1)
See merge request espressif/esp-idf!25684
2023-09-01 10:21:15 +08:00
6aa9086206
fix(spi_master): polling_transmit forgot release bus lock when alloc DMA buffer failed
...
Close https://github.com/espressif/esp-idf/issues/11845
2023-08-31 21:15:14 +08:00
e10e95282d
Merge branch 'fix/bp_wp_in_panic_v5.1' into 'release/v5.1'
...
fix(breakpoint): fix bp/wp logic when debugger is connected (v5.1)
See merge request espressif/esp-idf!25633
2023-08-31 19:50:11 +08:00
87135459a7
feat(bt/bqb): Set SBC encoder as PTS required for BQB test
...
1: set SBC encoder as PTS required. The encoder is effective first.
But it changes to default after media start.
2023-08-31 19:11:43 +08:00
4ea52074b4
fix(bt/avdtp): Reject SET CONFIGURATION command with error code INVALID_CODEC_TYPE
...
1: reset p_scb->avdt_handle in cleanup function.
2: cancel comparing p_scb->codec_type and p_scb->seps[xx].codec_type to
send the error INVALID_CODEC_TYPE.
2023-08-31 19:11:43 +08:00
9ba0647a8f
Merge branch 'dependency_check_fix_v5.1' into 'release/v5.1'
...
bug(tools): dependency check catch exception when package not installed (v5.1)
See merge request espressif/esp-idf!25656
2023-08-31 18:22:52 +08:00
4988c1a3d1
feat(openthread): add mesh local prefix configuration
2023-08-31 17:08:41 +08:00
f7fd03a79a
fix(openthread): fix openthread settings get next empty index
2023-08-31 17:08:27 +08:00
3f2ff9af34
bugfix(esp_phy): fix using wrong macro
2023-08-31 17:08:16 +08:00
23a38f0f6f
bug(tools): dependency check catch exception when package not installed
2023-08-31 10:24:06 +02:00
38b0cb6e98
doc(nimble): Added tutorial for the blecent example.
2023-08-31 11:22:08 +05:30
71083039f6
Merge branch 'bugfix/esp32c6_udp_bc_mc_rx_loss_rate_is_high_v5.1' into 'release/v5.1'
...
backport v5.1: fix esp32c6 UDP BC/MC RX loss rate is high when light sleep is enabled
See merge request espressif/esp-idf!25628
2023-08-31 13:28:48 +08:00
bd21c215c7
ble: supported trace function and adv report flow control on esp32c2
2023-08-31 12:02:00 +08:00
b58706c1d2
Merge branch 'feature/support_hp_regi2c_for_esp32c6_v5.1' into 'release/v5.1'
...
feat(esp_rom): support hp regi2c for esp32c6(backport v5.1)
See merge request espressif/esp-idf!25644
2023-08-31 10:49:58 +08:00
b3011ed759
Merge branch 'feature/coredump_panic_details_v5.1' into 'release/v5.1'
...
feat(coredump): add panic details to the elf file (v5.1)
See merge request espressif/esp-idf!25597
2023-08-30 22:23:41 +08:00
d0c5c2e13a
ci(wifi): Test connect api at different phase
2023-08-30 17:04:26 +08:00
61cb60c6af
Merge branch 'bugfix/fix_ieee802154_test_issue_v5.1' into 'release/v5.1'
...
fix(ieee802154): fix ieee802154_test issue(backport 5.1)
See merge request espressif/esp-idf!25630
2023-08-30 15:13:20 +08:00
5fa0d2a83d
Merge branch 'contrib/github_pr_9694_v5.1' into 'release/v5.1'
...
add low power doc and picture (GitHub PR)(backport v5.1)
See merge request espressif/esp-idf!25590
2023-08-30 14:56:31 +08:00
b3860800ae
bluedroid: add GATT read multi variable API and evt
2023-08-30 14:50:21 +08:00
e451b967d6
bluedroid: add periodic adv sync transfer API and EVT
2023-08-30 14:50:21 +08:00
97dd2dc88e
bluedroid: support gatts show local database
2023-08-30 14:50:21 +08:00
05cd295a28
fix(esp_rom): fix esp32c6, esp32h2 hp_regi2c ops data conflict with phy ops
2023-08-30 14:28:55 +08:00
d2730608d2
feature(esp_rom): support_hp_regi2c_for_esp32c6
2023-08-30 14:28:37 +08:00
be7cf3dffb
Merge branch 'bugfix/fix_adc_continuous_driver_isr_flag_issue_v5.1' into 'release/v5.1'
...
adc: fix continuous hal func not in iram when gdma isr iram (v5.1)
See merge request espressif/esp-idf!25505
2023-08-30 10:51:36 +08:00
1c27df8189
fix(breakpoint): fix bp/wp logic when debugger is connected
2023-08-29 12:32:06 +02:00
0a17c0831e
feat(openthread): disable lwip nd6 in openthread sleepy device
2023-08-29 17:35:27 +08:00
b1a946dd60
fix(ieee802154): fix ieee802154_test issue
...
* pti do not set in ieee802154 test
* ack_time_out do not using in ieee802154 test
2023-08-29 16:49:41 +08:00
6e852f86d9
fix(esp32c6/power save): improve TEE and APM module retention priority to 2 to avoid the wifi fail to read the rxbuf link and trigger the rxbuf overflow error
2023-08-29 16:30:02 +08:00
8e6bf6c3a0
Merge branch 'feat/add_high_duty_adv_interval_v5.1' into 'release/v5.1'
...
feat(nimble): Added support for high duty adv interval (v5.1)
See merge request espressif/esp-idf!25553
2023-08-29 14:51:45 +08:00
df8a4d3335
Merge branch 'feature/configurable_gcov_task_size_v5.1' into 'release/v5.1'
...
feat(gcov): make gcov dump task size configurable (v5.1)
See merge request espressif/esp-idf!25600
2023-08-29 09:43:51 +08:00
568c397822
feat(coredump): add panic details to the elf file
2023-08-28 18:48:16 +02:00
8f51aee8fa
feat(nimble): Added support for high duty adv interval
2023-08-28 17:53:16 +05:30
81ae481d7f
Merge branch 'feat/add_set_data_related_addr_change_cmd_v5.1' into 'release/v5.1'
...
feat(nimble): Add support for LE Data Set Related Address Change command (v5.1)
See merge request espressif/esp-idf!25583
2023-08-28 20:21:50 +08:00
09954c1d29
Merge branch 'feature/config_device_name_in_eir_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): Add option whether to include device name in extended inquiry response
See merge request espressif/esp-idf!25541
2023-08-28 19:02:07 +08:00
261af82d1f
Merge branch 'bugfix/ble_hci_issues_chain_mbuf_v5.1' into 'release/v5.1'
...
fix hci issues when chain mbuf exists
See merge request espressif/esp-idf!25532
2023-08-28 18:39:37 +08:00
c300ef7efa
feat(gcov): make gcov dump task size configurable
2023-08-28 12:01:49 +02:00
2fa873408c
docs: update power save part
2023-08-28 14:08:02 +08:00
164d5df66a
add low power doc and picture
...
Merges https://github.com/espressif/esp-idf/pull/9694
2023-08-28 14:07:45 +08:00
d3f2e4dab5
Merge branch 'fix/esp_prov_recent_changes_v5.1' into 'release/v5.1'
...
fix(esp_prov): update devices tuple usage due to API deprecations (v5.1)
See merge request espressif/esp-idf!25536
2023-08-28 14:07:35 +08:00
3eed68cc9c
Merge branch 'bugfix/update_supplicant_copyrights_v5.1' into 'release/v5.1'
...
Update copyright info for wpa_supplicant (v5.1)
See merge request espressif/esp-idf!25526
2023-08-28 13:49:25 +08:00
8da2c57889
Merge branch 'feature/mcpwm_interrupt_prioity_v5.1' into 'release/v5.1'
...
feat(MCPWM): Support set interrupt priority(v5.1)
See merge request espressif/esp-idf!25573
2023-08-28 11:21:55 +08:00
2a80451b24
Merge branch 'feature/add_mcpwm_carrier_clk_source_v5.1' into 'release/v5.1'
...
feat(MCPWM): Add mcpwm carrier clk source(v5.1)
See merge request espressif/esp-idf!25572
2023-08-28 11:11:04 +08:00
dabbc8b70e
Merge branch 'feature/pcnt_interrupt_prioity_v5.1' into 'release/v5.1'
...
feat(pcnt): support set interrupt priority(v5.1)
See merge request espressif/esp-idf!25575
2023-08-28 10:58:25 +08:00
4299b9346b
Merge branch 'bugfix/supplicant_osi_violation_v5.1' into 'release/v5.1'
...
Fix abstraction violation in wpa_supplicant (Backport v5.1)
See merge request espressif/esp-idf!25565
2023-08-28 10:30:37 +08:00
b20c3f8a79
Merge branch 'bugfix/remove_deprecated_err_code_v5.1' into 'release/v5.1'
...
fix(bt): Removed an incorrectly defined HCI error code (5.1)
See merge request espressif/esp-idf!25288
2023-08-28 10:30:00 +08:00
88e436f85a
Merge branch 'feature/add_ci_for_esp_wifi_powersave_example_v5.1' into 'release/v5.1'
...
ci(wifi): add pytest case for wifi powersave example (backport v5.1)
See merge request espressif/esp-idf!25499
2023-08-28 10:28:44 +08:00
99a80eddc3
Merge branch 'ci/fix_example_test_advanced_ota_v5.1' into 'release/v5.1'
...
ci(fix): example test advanced_https_ota_example_bluedroid_gatts (v5.1)
See merge request espressif/esp-idf!25524
2023-08-28 10:26:31 +08:00
609ac084c5
Merge branch 'feature/esp_lcd_spi_support_quad_mode_v5.1' into 'release/v5.1'
...
esp_lcd: spi support quad mode (v5.1)
See merge request espressif/esp-idf!25561
2023-08-28 10:26:17 +08:00
4a7cbc9b96
Merge branch 'feat/update_cjson_submodule_v5.1' into 'release/v5.1'
...
feat: Update cJSON version to v1.7.16 (v5.1)
See merge request espressif/esp-idf!25137
2023-08-28 10:25:14 +08:00
69d0872cd6
Merge branch 'docs/fatfs_add_api_reference_v5.1' into 'release/v5.1'
...
docs(fatfs): Move mentioned APIs to a separate API reference section (v5.1)
See merge request espressif/esp-idf!25349
2023-08-28 10:24:53 +08:00
de4d72c5b5
Merge branch 'bugfix/ccmp_decrypt_log_v5.1' into 'release/v5.1'
...
esp_wifi: Move ccmp mgmt enc/decrypt logs to verbose (v5.1)
See merge request espressif/esp-idf!25168
2023-08-28 10:24:20 +08:00
3a34b768a9
Merge branch 'contrib/github_pr_12039_v5.1' into 'release/v5.1'
...
docs(iperf): Update documentation with console interface details(v5.1)
See merge request espressif/esp-idf!25512
2023-08-28 10:23:59 +08:00
6e403fb140
Merge branch 'docs/add_protocomm_trans_backport_v5.1' into 'release/v5.1'
...
Docs: add CN translation for api-reference/provisioning/protocomm.rst (backport v5.1)
See merge request espressif/esp-idf!25037
2023-08-28 10:23:21 +08:00
67f59c8ddb
Docs: add CN translation for api-reference/provisioning/protocomm.rst (backport v5.1)
2023-08-28 10:23:21 +08:00
fae05ace21
Merge branch 'bugfix/fix_duplicate_disable_compile_issue_backport_5_1' into 'release/v5.1'
...
bugfix(ble): Fix compile issue when disable duplicate config option in kconfig.
See merge request espressif/esp-idf!25177
2023-08-28 10:22:50 +08:00
d7020c02f4
Merge branch 'backport_v5.1' into 'release/v5.1'
...
fix(bt): Fix ble periodic advertising data length 0 error(backport v5.1)
See merge request espressif/esp-idf!25005
2023-08-28 10:22:11 +08:00
60143c7f68
Merge branch 'bugfix/fix_idfgh_10045_v5.1' into 'release/v5.1'
...
Bluedroid: fixed compile warning when optimize for performance (backport v5.1)
See merge request espressif/esp-idf!24844
2023-08-28 10:21:37 +08:00
5a25786a8a
Merge branch 'bugfix/lp_i2c_bugfixes_v5.1' into 'release/v5.1'
...
Fixed multiple LP I2C bugs (v5.1)
See merge request espressif/esp-idf!25277
2023-08-28 10:20:40 +08:00
2baf418119
feat(nimble): Add support for LE Data Set Related Address Change command
2023-08-26 20:42:40 +05:30
ce6d7ba1bb
Merge branch 'feature/default_clock_source_can_leave_empty_v5.1' into 'release/v5.1'
...
feat(mcpwm): default clock source setting can leave empty (v5.1)
See merge request espressif/esp-idf!25548
2023-08-26 17:52:21 +08:00
cd979e293c
Merge branch 'bugfix/usb/host/urb_compliance_verification_add_v5.1' into 'release/v5.1'
...
[USB Host] added URB check args and transfer check compliance for regular EP transfer submit (v5.1)
See merge request espressif/esp-idf!25467
2023-08-25 23:17:32 +08:00
6a859a6cc5
fix(bt): Removed an incorrectly defined HCI error code
2023-08-25 11:54:39 +00:00
92cc9fca07
feat(pcnt): support set interrupt priority
2023-08-25 17:47:52 +08:00
d3aba34baa
feat(MCPWM): Support set interrupt priority
2023-08-25 17:41:31 +08:00
c240a1f46b
feat(MCPWM): Add mcpwm carrier clk source
...
The MCPWM carrier is part of the operator and can work independently
without the MCPWM timer being enabled. This commit add the MCPWM
carrier clk source.
2023-08-25 17:34:58 +08:00
c15472b12e
fix(supplicant): Fix abstraction violation in wpa_supplicant
2023-08-25 12:30:44 +05:30
06a4943e41
Merge branch 'fix/bin_names_with_dots_v5.1' into 'release/v5.1'
...
fix(build_system): Allow dots in the name of an app binary (backport v5.1)
See merge request espressif/esp-idf!25276
2023-08-25 14:42:32 +08:00
c8970d8205
Merge branch 'feature/requires_hints_v5.1' into 'release/v5.1'
...
feat(tools): show hints for component dependencies (v5.1)
See merge request espressif/esp-idf!25386
2023-08-25 14:28:13 +08:00
84e5d91b4e
Merge branch 'docs/uninstall_idf_v5.1' into 'release/v5.1'
...
docs(idf-tools): Add uninstallation instructions (backport v5.1)
See merge request espressif/esp-idf!25494
2023-08-25 14:27:54 +08:00
88c5511503
Merge branch 'bugfix/ps_export_extra_paths_v5.1' into 'release/v5.1'
...
tools: export.ps1: define functions for helper python tools (v5.1)
See merge request espressif/esp-idf!25139
2023-08-25 14:26:05 +08:00
a1be2f3613
Merge branch 'bugfix/sbom_hash_check_v5.1' into 'release/v5.1'
...
fix(test_submodules.py): don't rely on submodule init (v5.1)
See merge request espressif/esp-idf!25057
2023-08-25 14:21:18 +08:00
e7722dc79e
Merge branch 'bugfix/debug_ext_ctrl_c_v5.1' into 'release/v5.1'
...
tools: fix waiting on gdb process when interrupted with CTRL+C (v5.1)
See merge request espressif/esp-idf!24933
2023-08-25 14:20:40 +08:00
50e098d5e2
Merge branch 'ci/update_pre_commit_copyright_checker_v5.1' into 'release/v5.1'
...
ci(pre-commit): Use the newest copyright checker (v5.1)
See merge request espressif/esp-idf!24907
2023-08-25 14:20:04 +08:00
cc380696e4
Merge branch 'docs/monitor_rom_address_decoding_v5.1' into 'release/v5.1'
...
docs(esp_idf_monitor): ROM ELF address decoding (backport v5.1)
See merge request espressif/esp-idf!24856
2023-08-25 14:19:44 +08:00
3c9f407c1d
feat(esp_lcd): spi add support for quad mode
2023-08-25 14:18:31 +08:00
f96a9ad84c
feat(esp_lcd): rgb add callback when bounce buffer finish
2023-08-25 14:18:31 +08:00
0624d5e58f
esp_wifi: Make enterprise support configurable to save binary size.
2023-08-25 11:20:58 +05:30
6503758ec0
ble: Assert when getting memory fail
2023-08-25 12:25:33 +08:00
01fbc285b0
ble: Fix hci issues when chain mbuf exists
2023-08-25 12:25:11 +08:00
9080a7ac7c
Merge branch 'bugfix/fix_legacy_adc_continuous_driver_dma_descriptor_not_internal_issue_v5.1' into 'release/v5.1'
...
adc: fixed legacy adc continuous driver dma descriptor not in internal ram issue (v5.1)
See merge request espressif/esp-idf!25508
2023-08-25 10:38:09 +08:00
860e0477ee
Merge branch 'bugfix/fix_adc_filter_acquire_logic_v5.1' into 'release/v5.1'
...
adc: fix adc filter driver acquire logic (v5.1)
See merge request espressif/esp-idf!25507
2023-08-25 10:37:05 +08:00
842f5385a3
feat(mcpwm): default clock source setting can leave empty
2023-08-25 10:29:57 +08:00
48052e4d1f
Merge branch 'bugfix/fix_current_issue_after_ble_init_5.1' into 'release/v5.1'
...
ble: move phy enabled/disable to controller enable/disable
See merge request espressif/esp-idf!25081
2023-08-25 10:25:11 +08:00
3d8744476b
fix(adc): invalid assertion on the adc_unit
2023-08-25 10:18:03 +08:00
9332a31d27
Merge branch 'bugfix/usb_hcd_interrupt_alloc_error_return_v5.1' into 'release/v5.1'
...
USB Host: Fix coverity issues with hcd_install() (v5.1)
See merge request espressif/esp-idf!25463
2023-08-24 22:48:00 +08:00
f0cd979746
Merge branch 'lwip/dhcp_client_fix_forwardportV5.1' into 'release/v5.1'
...
Fix: Added check to ensure safe restart of dhcp fine timer (v5.1)
See merge request espressif/esp-idf!24706
2023-08-24 21:03:17 +08:00
920ca1c882
Merge branch 'contrib/github_pr_11923_v5.1' into 'release/v5.1'
...
fix(esp-tls): fix pointer cast and condition for CONFIG_ATECC608A_TCUSTOM (GitHub PR) (v5.1)
See merge request espressif/esp-idf!25500
2023-08-24 20:08:48 +08:00
6340713fef
feat(bt/bluedroid): Add option whether to include device name in extended inquiry response
2023-08-24 19:37:35 +08:00
9396753e1a
Merge branch 'feature/enc_adv_data_v5.1' into 'release/v5.1'
...
NimBLE: Added support of encrypted advertising data (v5.1)
See merge request espressif/esp-idf!25325
2023-08-24 19:12:55 +08:00
c3987d2163
Merge branch 'test/bqb_test_bt_classic_spp_rfcomm_5.1' into 'release/v5.1'
...
feat(bt/bqb): Add BQB enabling and rfcomm msc command sending support (backport v5.1)
See merge request espressif/esp-idf!25091
2023-08-24 18:59:15 +08:00
667493584c
Merge branch 'bugfix/fix_psram_size_doc_s3_v5.1' into 'release/v5.1'
...
doc: update s3 psram vaddr max range size (v5.1)
See merge request espressif/esp-idf!25503
2023-08-24 17:36:48 +08:00
7b961d7734
fix(esp_prov): update devices tuple usage due to API deprecations
...
- a recent commit fixed the API deprecations,
and the BLEDevice object now needs to be accessed through a tuple.
- thus the changes were made in the code wherein the object was used,
but updating the usage in the condition when de
vname is not None got skipped.
2023-08-24 14:48:25 +05:30
2de3e90c21
Merge branch 'feature/periodic_adv_enhancement_v5.1' into 'release/v5.1'
...
NimBLE : Added periodic Adv Feature Updates in BLE 5.3 (v5.1)
See merge request espressif/esp-idf!25489
2023-08-24 17:14:43 +08:00
eca9a818c5
Merge branch 'feature/add_duplicate_excep_list_vsc_v5.1' into 'release/v5.1'
...
feat(mesh): Add support for Duplicate Exception list update VSC for Nimble (v5.1)
See merge request espressif/esp-idf!25131
2023-08-24 17:13:57 +08:00
0c4ac54fcf
Merge branch 'bugfix/fix_pcl_set_rssi_vsc_v5.1' into 'release/v5.1'
...
fix(nimble): Add API to send pcl set rssi vsc (v5.1)
See merge request espressif/esp-idf!25434
2023-08-24 17:13:25 +08:00
79d403a713
Merge branch 'bugfix/esp_timer_prevents_delay_for_isr_dispatch_callbacks_v5.1' into 'release/v5.1'
...
fix(esp_timer): Fix delay in ISR dispatch callbacks (v5.1)
See merge request espressif/esp-idf!25471
2023-08-24 14:54:19 +08:00
4d044ab25d
Merge branch 'bugfix/v5.1_ble_issues_bugfix_c2' into 'release/v5.1'
...
update btlib to f9db7b90, some esp32c2 issues bugfixed
See merge request espressif/esp-idf!25433
2023-08-24 14:13:39 +08:00
ccfa68c827
Merge branch 'feat/psram_support_d2wd_single_clk_u4wdh_v5.1' into 'release/v5.1'
...
spiram: Add support for U4WDH, and fixed D0WD/D2WD cannot share CLK pins (v5.1)
See merge request espressif/esp-idf!25171
2023-08-24 12:49:46 +08:00
a22ba76f33
change(esp_wifi): Update copyright info for wpa_supplicant
2023-08-24 10:05:39 +05:30
0a3ab5863a
ci(fix): example test advanced_https_ota_example_bluedroid_gatts
2023-08-24 12:24:50 +08:00
d42d86b369
bugfix: avoid warning in espcoredump when log disabled
2023-08-24 04:17:33 +00:00
5758b66a9f
Merge branch 'ci/fix_test_switch_ota_v5.1' into 'release/v5.1'
...
fix(app_update): Fix CI test_switch_ota by increasing deepsleep (v5.1)
See merge request espressif/esp-idf!25465
2023-08-24 12:16:51 +08:00
240f420f1a
feat: Update cJSON version to v1.7.16
...
Changelog: https://github.com/DaveGamble/cJSON/releases/tag/v1.7.16
2023-08-24 04:14:08 +00:00
3c41beee68
Merge branch 'bugfix/l2cap_coc_more_one_pkt_v5.1' into 'release/v5.1'
...
NimBLE: Fixed crash when L2CAP COC sends large amount of data. (v5.1)
See merge request espressif/esp-idf!25059
2023-08-24 12:04:21 +08:00
29a38ceeca
usb_host: added URB check args and transfer check compliance for regular EP transfer submit
2023-08-24 12:02:49 +08:00
6b585fe542
usb_host: Fix coverity issues with hcd_install()
...
- Use single "err_ret" variable for returning errors
- Simplify bail out procedure by using more labels
2023-08-24 12:01:50 +08:00
9dbefdbb41
Merge branch 'refactor/usb_host_usbh_interface_v5.1' into 'release/v5.1'
...
USB Host: Refactor USBH interface (v5.1)
See merge request espressif/esp-idf!24210
2023-08-24 11:16:02 +08:00
c7a7bb62c6
esp_wifi: Move ccmp mgmt enc/decrypt logs to verbose
2023-08-24 03:11:42 +00:00
8b6957a99c
test(adc): continuous driver iram test with gdma iram safe option only
2023-08-24 11:04:43 +08:00
879b5d4401
fix(adc): fix adc continuous hal func not in iram when gdma isr iram
2023-08-24 11:04:43 +08:00
927183e744
Merge branch 'docs/add_CN_trans_for_contribute/index.rst_backport_v5.1' into 'release/v5.1'
...
docs:Provide CN translation for contribute/index.rst_backport_v5.1
See merge request espressif/esp-idf!25270
2023-08-24 10:52:29 +08:00
a66f61e33f
Merge branch 'feature/usb_host_restrict_ahb_errata_workaround_to_esp32s2_eco0_v5.1' into 'release/v5.1'
...
USB Host: Restrict ESP32-S2 AHB errata workaround to only ECO0 chips (v5.1)
See merge request espressif/esp-idf!25054
2023-08-24 10:12:48 +08:00
3a79e3694c
Merge branch 'bugfix/twai_install_returns_error_on_intr_alloc_fail_v5.1' into 'release/v5.1'
...
TWAI: twai_driver_install() returns error on interrupt allocation failure (GitHub PR) (v5.1)
See merge request espressif/esp-idf!24823
2023-08-24 10:11:57 +08:00
0bd405be7b
Merge branch 'feature/modbus_add_support_esp32h2_v51' into 'release/v5.1'
...
examples: modbus add support for target esp32h2 (Backport v5.1)
See merge request espressif/esp-idf!24970
2023-08-24 10:10:44 +08:00
3cc358102b
Merge branch 'bugfix/i80_lcd_reset_gpio_config_v5.1' into 'release/v5.1'
...
fix(i80_lcd): reset cs gpio on exit (v5.1)
See merge request espressif/esp-idf!25243
2023-08-24 10:08:03 +08:00
ed6e997d4c
Merge branch 'feature/gptimer_interrupt_priority_v5.1' into 'release/v5.1'
...
feat(gptimer): support set interrupt priority (v5.1)
See merge request espressif/esp-idf!25199
2023-08-24 10:07:48 +08:00
54ef954292
Merge branch 'contrib/github_pr_11878_v5.1' into 'release/v5.1'
...
feat(mcpwm): Allow for pull up/down to be configurable on generators (GitHub PR) (v5.1)
See merge request espressif/esp-idf!24893
2023-08-24 10:07:35 +08:00
fad1874ae2
Merge branch 'docs/add_Chinese_translation_for_api-guides_hardware-abstraction.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN tranlsation for api-guides/hardware-abstraction.rst (backport v5.1)
See merge request espressif/esp-idf!25045
2023-08-24 10:06:39 +08:00
faf5941978
Merge branch 'docs/add_Chinese_translation_for_api-guides/performance/ram-usage.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-guides/performance/ram-usage.rst (backport v5.1)
See merge request espressif/esp-idf!25038
2023-08-24 10:05:57 +08:00
9838675d3b
Merge branch 'bugfix/intr_flags_to_level_v5.1' into 'release/v5.1'
...
fix(intr_flags_to_level): fix value returned one more than correct value (v5.1)
See merge request espressif/esp-idf!25424
2023-08-24 08:34:37 +08:00
36abbe8fc8
Merge branch 'docs/get_started_h2_v5.1' into 'release/v5.1'
...
docs: add H2 to list of supported series to front page doc (v5.1)
See merge request espressif/esp-idf!25042
2023-08-24 08:10:09 +08:00
f41df5641a
Merge branch 'bugfix/gptimer_hal_placement_wrong_condition_v5.1' into 'release/v5.1'
...
fix(gptimer): hal function placement under wrong condition (v5.1)
See merge request espressif/esp-idf!25280
2023-08-23 23:21:20 +08:00
59a06a8ad2
fix: Added check to ensure safe restart of dhcp fine timer
2023-08-24 00:51:36 +10:00
d57466da3c
feat(nimble): Added periodic Adv Feature Updates in BLE 5.3
2023-08-23 18:53:51 +05:30
db5b50af2c
NimBLE: Added support of encrypted advertising data
2023-08-23 18:18:23 +05:30
64926fd137
Merge branch 'doc_5.1/c2_h2_c6' into 'release/v5.1'
...
c2 h2 c6 headfile re-organized
See merge request espressif/esp-idf!25079
2023-08-23 20:18:31 +08:00
4b512c5e7b
fix(nimble): Add API to send pcl set rssi vsc
2023-08-23 17:43:22 +05:30
b638cb3335
Merge branch 'bringup/esp32h2_deep_sleep_for_rebase_v5.1' into 'release/v5.1'
...
esp32h2: support deep_sleep(backport v5.1)
See merge request espressif/esp-idf!24962
2023-08-23 20:12:01 +08:00
acc08b9421
feat(mesh): Add support for Duplicate Exception list update VSC for
...
Nimble
2023-08-23 17:41:18 +05:30
6e3c700bf6
Merge branch 'bugfix/handle_NULL_data_periodic_adv_v5.1' into 'release/v5.1'
...
fix(nimble): Add check to set length only if data is valid in periodic adv (v5.1)
See merge request espressif/esp-idf!25178
2023-08-23 20:09:13 +08:00
4fc363546e
Merge branch 'bugfix/netif_default_sta_init_v5.1' into 'release/v5.1'
...
wifi: Fix default wifi-netif creation to assert if no event loop (v5.1)
See merge request espressif/esp-idf!25344
2023-08-23 19:57:06 +08:00
5b3ed2f794
docs(iperf): Update documentation with console interface details
...
Closes https://github.com/espressif/esp-idf/pull/12039
2023-08-23 19:54:54 +08:00
372a34f6d5
Merge branch 'fix/wifi_wps_pbc_overlap_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant): Add support to detect PBC overlap in wps registrar mode (Backport v5.1)
See merge request espressif/esp-idf!25440
2023-08-23 19:54:50 +08:00
43d6f90d72
Merge branch 'bugfix/ignore_eapol_nonkey_v5.1' into 'release/v5.1'
...
Ignore EAPOL non-key frames in EAPOL txdone callback (Backport v5.1)
See merge request espressif/esp-idf!25453
2023-08-23 19:54:14 +08:00
5256c317f9
Merge branch 'bugfix/role_switch_enc_mode_lmp_timeout_v5.1' into 'release/v5.1'
...
bt: Fix disconnection due to lmp messages not being processed by both sides(v5.1)
See merge request espressif/esp-idf!25202
2023-08-23 19:53:29 +08:00
c57e42471c
Merge branch 'bugfix/fix_variable_type_v5.1' into 'release/v5.1'
...
fix(bt): Fix argument type of ESP_LOGI for spp examples about format error (backport v5.1)
See merge request espressif/esp-idf!25324
2023-08-23 19:52:25 +08:00
d00077e5a9
Merge branch 'bugfix/incr_sdp_max_conns_v5.1' into 'release/v5.1'
...
fix(bt): Increased SDP maximum connections to avoid connection exhausted (v5.1)
See merge request espressif/esp-idf!25429
2023-08-23 19:51:39 +08:00
71f2f98b60
adc: fixed legacy adc continuous driver dma descriptor not in internal ram issue
2023-08-23 19:44:25 +08:00
888ccfe0cb
adc: added adc filter exhausted allocation test
2023-08-23 19:41:15 +08:00
628162d71e
adc: fix adc filter acquire logic
2023-08-23 19:41:02 +08:00
1fc5a5a3a4
NimBLE: Fixed crash when L2CAP COC sends large amount of data.
2023-08-23 11:15:12 +00:00
83bab7591e
doc: update s3 psram vaddr max range size
2023-08-23 19:10:58 +08:00
13f261a8ea
Merge branch 'docs/add_Chinese_translation_for_api-guides/openthread.rst_backport_v5.1' into 'release/v5.1'
...
provide CN translation for api-guides/openthread.rst (backport v5.1)
See merge request espressif/esp-idf!25048
2023-08-23 19:09:08 +08:00
60164a230c
provide CN translation for api-guides/openthread.rst (backport v5.1)
2023-08-23 19:09:07 +08:00
842eb0ffd4
Merge branch 'doc/update_kconfig_example_ext_adv_usage_v5.1' into 'release/v5.1'
...
doc(nimble): Update Kconfig help section for Example Ext Adv (v5.1)
See merge request espressif/esp-idf!24913
2023-08-23 19:03:37 +08:00
1360b5fa83
fix(esp-tls): fix pointer cast and condition for CONFIG_ATECC608A_TCUSTOM
...
Closes https://github.com/espressif/esp-idf/pull/11923
2023-08-23 15:49:56 +05:30
a6b5c93ed5
Merge branch 'esp_prov/update_deprecation_warnings_v5.1' into 'release/v5.1'
...
fix(esp_prov): Fixed the deprecation APIs warnings (v5.1)
See merge request espressif/esp-idf!25150
2023-08-23 18:18:59 +08:00
4d95619595
Merge branch 'fix/mmu_hal_valid_vaddr_check_v5.1' into 'release/v5.1'
...
fix(hal): Fix the external memory vaddr region validity check (v5.1)
See merge request espressif/esp-idf!25154
2023-08-23 18:17:53 +08:00
10e100f584
Merge branch 'feature/update_mbedtls_v5.1' into 'release/v5.1'
...
feat(mbedtls): Update to release/v3.4.1 (v5.1)
See merge request espressif/esp-idf!25394
2023-08-23 18:17:20 +08:00
75692c96e2
Merge branch 'feature/support_mbedtls_ecp_fixed_point_configurable_v5.1' into 'release/v5.1'
...
feat(mbedtls): support ecp fixed-point multiplication configurable (backport v5.1)
See merge request espressif/esp-idf!25286
2023-08-23 18:16:20 +08:00
a1defb4fd9
Merge branch 'feature/wifi_prov_event_security_session_v5.1' into 'release/v5.1'
...
wifi_prov: Exposed events for secure session establishment and credential mismatch (v5.1)
See merge request espressif/esp-idf!25474
2023-08-23 18:16:07 +08:00
0f849d4c40
Merge branch 'bugfix/secure_ota_without_padding_v5.1' into 'release/v5.1'
...
fix(secure_ota): secure app verification issue without padding bytes (v5.1)
See merge request espressif/esp-idf!25211
2023-08-23 18:15:30 +08:00
1d0b4ceeef
ci(wifi): add wifi powersave pytest case
2023-08-23 18:02:03 +08:00
b9186e7b22
feat(esp_wifi): support get AP info from stdin in wifi powersave example
2023-08-23 18:00:48 +08:00
c517a15dd2
fix(light_sleep): shouldn't backup uart fifo reg in pd_top light sleep
2023-08-23 18:00:48 +08:00
fa806d758a
ble: move phy enabled/disable to controller enable/disable
2023-08-23 17:56:33 +08:00
6cca4bddd2
Merge branch 'bugfix/esp32c6_heap_corruption_v5.1' into 'release/v5.1'
...
Bugfix/esp32c6 heap corruption v5.1
See merge request espressif/esp-idf!25333
2023-08-23 17:52:31 +08:00
3a3c9a73f0
docs: Update CN translation for get-started/index.rst
2023-08-23 11:19:43 +02:00
4e88f767cd
docs(idf-tools): Add uninstallation instructions
2023-08-23 11:19:33 +02:00
d710a83982
Merge branch 'bugfix/sha_dma_mode_incorrect_result_v5.1' into 'release/v5.1'
...
fix(sha): DMA mode iteration calculation issue for certain data lengths (v5.1)
See merge request espressif/esp-idf!25127
2023-08-23 17:11:44 +08:00
99d0cff1ba
docs: Provide CN translation for contribute/index.rst
2023-08-23 15:48:42 +08:00
f35959d7d1
ble: update btlib to f9db7b90, some esp32c2 issues bugfixed
2023-08-23 10:21:20 +08:00
a0da805f2b
fix(hal): Fix the external memory vaddr region validity check
...
- For c6 and h2, the vaddr end calculated was off by 1
byte.
2023-08-22 15:24:02 +05:30
9d905d18bb
wifi_prov: Fix build issue when building only for sec1
or sec2
2023-08-22 15:21:48 +05:30
fcb98e5851
wifi_prov: Exposed events for secure session establishment
2023-08-22 15:21:48 +05:30
c93310956a
refactor(esp_timer): Remove duplicate code and move it to a common file
2023-08-22 17:22:24 +08:00
eef3a90871
fix(esp_timer): Fix delay in ISR dispatch callbacks
...
Set the following alarm before calling the alarm handler.
Closes https://github.com/espressif/esp-idf/pull/11637
Closes https://github.com/espressif/esp-idf/issues/11636
2023-08-22 17:22:24 +08:00
d521b7d52a
fix(examples): Fix example build errors caused by the deep_sleep funcs are returnable
2023-08-22 16:17:32 +08:00
7ac7d43541
fix(app_update): Fix CI test_switch_ota by increasing deepsleep
...
It increases the deepsleep time from 2000 to 20000.
2000 is too small for esp32-s3 chip.
2023-08-22 16:10:49 +08:00
d3c99ed3b8
Merge branch 'update/version_5_1_1' into 'release/v5.1'
...
Update version to 5.1.1
See merge request espressif/esp-idf!25443
2023-08-22 14:40:50 +08:00
c05a0b4c50
fix(supplicant): Ignore EAPOL non-key frames in EAPOL txdone callback
2023-08-21 18:06:32 +05:30
e088c3766b
versions: Update version to 5.1.1
2023-08-21 14:24:40 +05:50
2791508094
fix(wpa_supplicant): Add support to detect PBC overlap in wps registrar mode
2023-08-21 12:35:50 +05:30
757bd78247
update btlib to f9db7b90, some esp32c2 issues bugfixed
2023-08-21 11:49:14 +08:00
3638d265ed
fix(bt): Increased SDP maximum connections to avoid connection exhausted
2023-08-21 11:21:56 +08:00
e5394440df
fix(intr_flags_to_level): fix value returned one more than correct value
2023-08-21 10:08:49 +08:00
62f5905be2
bluedroid: fixed compile warning when optimize for performance
2023-08-19 12:26:19 +08:00
8d2dbd461f
Merge branch 'bugfix/eapol_txdone_cb_issue_v5.1' into 'release/v5.1'
...
Fix EAPOL Key TxDone callback implementation (Backport v5.1)
See merge request espressif/esp-idf!25381
2023-08-18 14:36:25 +08:00
7eae1e4534
feat(mbedtls): Update to release/v3.4.1
2023-08-17 17:33:22 +05:30
c99a036b43
fix(spiffs): SPIFFS print formatter errors out
...
Closes https://github.com/espressif/esp-idf/issues/11922
2023-08-17 11:46:25 +02:00
96b312ddde
soc: Move revision MAX/MIN static assert to esp_hw_support
...
Previously, "soc/chip_revision.h" contained a static assert to check that the
CONFIG_ESP_REV_MIN_FULL <= CONFIG_ESP_REV_MAX_FULL. There are two issues with
this assert:
- Contained in a header file, so it is only compiled if the "chip_revision.h"
is included somewhere
- CONFIG_ESP_REV_MIN_FULL and CONFIG_ESP_REV_MAX_FULL are defined in
"esp_hw_support", which is a G0 component. This creates a reverse dependency
of G0 on G1.
This commit moves the static assert "revision.c" in "esp_hw_support".
2023-08-17 15:26:23 +08:00
c98aa927f6
usb_host: Restrict ESP32-S2 AHB errata workaround to only ECO0 chips
2023-08-17 15:26:23 +08:00
5d78511eac
Merge branch 'bugfix/temperature_get_value_negative_v5.11' into 'release/v5.1'
...
bugfix(temperature_sensor): Fix issue that get the value is negative (backport v5.1)
See merge request espressif/esp-idf!25251
2023-08-17 15:24:29 +08:00
3e8b1a90cc
ci(tools): fix test_hints.py to run on windows
...
1. The original test, before hint modules support was added, used
tempfile.NamedTemporaryFile in a way which is not supported on windows.
It was having the file open, which the hints tried to read it, leading
the EPERM exception. The docs[1] says this is not supported.
<quote>
Whether the name can be used to open the file a second time, while the
named temporary file is still open, varies across platforms (it can be
so used on Unix; it cannot on Windows)
</quote>
2. The hint module component_requirements test used the idf.py directly,
which is idf.py.exe on windows.Now it's starting idf.py through python.
We could probably used shell=True, but this approach is used in other
tests too.
Anyway the test are now passing on windows.
[1] https://docs.python.org/3/library/tempfile.html
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-08-17 07:57:39 +02:00
41f029d654
ci(tools): add tests for component_requirements.py hints module
...
Following tests were added.
1. Test for missing header directory in component's INCLUDE_DIRS
2. Test for missing dependency in component's PRIV_REQUIRES
3. Test for missing dependency in component's REQUIRES
4. Test for dependency in PRIV_REQUIRES which should be in REQUIRES
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-08-17 07:57:38 +02:00
0a029f4bf4
feat(tools): idf.py: implement hints for component reqs
...
Implementation of hint module for component dependency. It can provide
hint about missing header directory in component's INCLUDE_DIRS or
about missing component dependency in REQUIRES or PRIV_REQUIRES.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-08-17 07:57:38 +02:00
924857d0b4
feat(tools): idf_monitor: support for loadable hint provider modules
...
Currently hints are supported based on hints.yml only, which may be
limiting for some use cases. This introduces a generic plugin approach,
which allows to implement hint module that doesn't require entry in hints.yml.
Such module has the full command output available and it is not limited to
a single regex in hints.yml.
Note that regex in hint.yml expects the output concatenated into a single line,
but hint modules are getting the output unchanged.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-08-17 07:57:38 +02:00
148b7f9a56
feat(tools): add global build context
...
Introduces get_build_context() helper, which allows to get build context, e.g.
project description, at places where this info is not available. The
build context is set within ensure_build_directory.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-08-17 07:57:38 +02:00
cd2172935d
Merge branch 'bugfix/fix_esp32h2_wakeup_pll_enable_access_flash' into 'release/v5.1'
...
fix(esp_hw_support): fix esp32h2 wakeup process access flash cause stuck on v5.1
See merge request espressif/esp-idf!25379
2023-08-17 11:53:19 +08:00
77b74ab091
Merge branch 'bugfix/spi_bus_unify_defualt_mosi_level_v5.1' into 'release/v5.1'
...
spi: unify default mosi level on all targets (v5.1)
See merge request espressif/esp-idf!25014
2023-08-17 10:13:05 +08:00
45288496fb
bugfix(temperature_sensor): Fix issue that get the value is negative
2023-08-17 10:06:22 +08:00
feecbad7db
fix(wifi): Fix EAPOL Key TxDone callback implementation
...
Fix issues arising due to not distinguishing between M2 and M4
TxDone during 4-way handshake. Also fix EAPOL frame rate to lowest
possible rate.
2023-08-16 19:26:22 +05:30
d5396e1d84
fix(esp_hw_support): fix esp32h2 wakeup process access flash cause crash
2023-08-16 20:44:16 +08:00
05e44b1021
ble: Added adv report flow control config on ESP32C6 and ESP32H2
2023-08-16 19:37:09 +08:00
fb6f00158e
ble: fixed heap corruption on esp32c6 and esp32h2
2023-08-16 19:37:03 +08:00
461db723f1
Merge branch 'bugfix/fix_disassociation_callback_miss_free_key_lead_memory_leak_issue_v5.1' into 'release/v5.1'
...
fix(wifi): fix disassociation callback miss free key issue(Backport v5.1)
See merge request espressif/esp-idf!25360
2023-08-16 19:18:28 +08:00
98c39e28c8
fix(wifi): fix disassociation callback miss free key issue
2023-08-15 18:01:43 +08:00
075bbb526c
twai: twai_driver_install() returns error on interrupt allocation failure
...
This commit updates twai_driver_install() so that an error is returned when
esp_intr_alloc() fails, instead of aborting.
Closes https://github.com/espressif/esp-idf/pull/11494
[darian@espressif.com: Refactored object allocation and free procedures]
[darian@espressif.com: Updated commit message]
Signed-off-by: Darian Leung <darian@espressif.com>
2023-08-15 03:26:10 +00:00
c623b0701b
docs: Provide CN translation for wear-levelling.rst
2023-08-14 12:46:20 +02:00
756c61b628
docs(fatfs): Move mentioned APIs to a separate API reference section
2023-08-14 12:44:53 +02:00
597810bf96
fix(c++): invalid conversion from int to enumeration
2023-08-14 07:49:02 +00:00
67327ed47a
fix(wifi): Fix default wifi-netif creation to assert if no event loop
...
- Added ESP_ERROR_CHECK() checks to `esp_wifi_set_default_wifi_..._handlers()` calls
- Added ESP_ERROR_CHECH() to `esp_netif_attach_wifi_...()` calls
- Updated documentation to reflect the changes
Closes https://github.com/espressif/esp-idf/issues/11580
2023-08-14 09:16:29 +02:00
5e0129c91b
fix(secure_ota): secure app verification issue without padding bytes
...
For the following configuration case:
- CONFIG_SECURE_SIGNED_APPS_RSA_SCHEME
- CONFIG_SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT
- CONFIG_SECURE_BOOT_ALLOW_SHORT_APP_PARTITION
verification of the application was failing because the externally
padded bytes were not considered in the hash (checksum) process.
This commit fixes the problem by enabling relevant code for secure OTA
without secure boot case.
Closes https://github.com/espressif/esp-idf/issues/11995
2023-08-14 03:29:44 +00:00
25876e8f49
Merge branch 'bluedroid/memory_full_v5.1' into 'release/v5.1'
...
fix (Bluedroid) : Fix the memory corruption issue(v5.1)
See merge request espressif/esp-idf!25181
2023-08-14 10:40:50 +08:00
b7aea79cb8
fix(gptimer): hal function placement under wrong condition
...
timer_hal_capture_and_get_counter_value
should be placed in the IRAM for speed optimization
because the default ISR handler is placed in the IRAM.
Closes https://github.com/espressif/esp-idf/issues/12021
2023-08-14 02:31:16 +00:00
c113507ad7
feat(gptimer): add gptimer linker.lf to control the placement of driver and hal
...
since the linker placement of the hal functions are controlled by the Kconfig in the driver component,
we should create the linker.lf in the driver component, not in the hal component.
2023-08-14 02:31:16 +00:00
6c0270c788
fix(i80_lcd): reset cs gpio on exit
2023-08-14 02:30:54 +00:00
5d49509969
Fix the mem corruption
2023-08-11 18:22:58 +00:00
6b1292284e
fix(lp_i2c): Fixed a bug where the LP_I2C did not send NACK for 16-byte reads
...
This commit updates the LP_I2C driver used by the LP CPU wherein the
driver did not send out a NACK when we do a read of multiple of the FIFO
depth bytes. This was because the LP I2C controller was configured to
send an ACK when the Rx FIFO reaches the threshold instead of a NACK.
This commit updates the behavior.
2023-08-11 14:43:15 +00:00
a9ef76b031
fix(lp_i2c): Fixed a bug where LP I2C write got stuck
...
This commit fixes a bug where an I2C write got stuck when using the
lp_core_i2c_master_write_read_device() API. This was because the LP I2C
HW was not programmed with an END condition and therefore did not know
the end of a transaction.
Closes: https://github.com/espressif/esp-idf/issues/11958
2023-08-11 14:43:15 +00:00
ee8adce5ea
fix(lp_i2c): Fixed incorrect clock setting for LP_I2C
...
The LP_I2C clock setting was incorrect and a lower frequency value was
being set during initialization. This commit fixes the behavior.
2023-08-11 14:43:15 +00:00
3fd0eff833
Merge branch 'fix/tools_idf_tools_tests_keep_constraints_v5.1' into 'release/v5.1'
...
fix(tools): idf_tools.py test improvements (v5.1)
See merge request espressif/esp-idf!25328
2023-08-11 19:44:53 +08:00
fdc8654c55
docs: add new mbedtls configuration option in optimize size
2023-08-11 16:40:38 +08:00
e9a1a7add5
feat(mbedtls): support ecp fixed-point multiplication configurable
2023-08-11 16:40:38 +08:00
8f91dfed12
fix(tools): Increase timeout in idf_tools.py Python tests
2023-08-11 09:25:52 +02:00
951f3300ed
fix(tools): Keep the original Python environment when idf_tools.py tests are run
2023-08-11 09:25:52 +02:00
dced82b949
fix(tools): idf_tools.py tests should keep the original constraint file
2023-08-11 09:25:52 +02:00
68ac16c010
Merge branch 'version_check_fix_dev_5.1' into 'release/v5.1'
...
fix(tools): check_python_version accept dev releases as requirement (v5.1)
See merge request espressif/esp-idf!25186
2023-08-11 15:16:57 +08:00
2708ffece1
fix(bt): Fix argument type of ESP_LOGI for spp examples about format error
...
Closes https://github.com/espressif/esp-idf/pull/11819
2023-08-11 14:46:53 +08:00
e72cf8c908
fix(build_system): Allow dots in the name of an app binary
2023-08-08 15:13:25 +02:00
0be661f8bf
fix(tools): check_python_version accept dev releases as requirement
2023-08-04 14:06:35 +02:00
e5199390a3
Merge branch 'bugfix/manage_i2c_clock_with_modem_clock_driver_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): manage i2c_ana_mst clock witch modem clock driver (backport v5.1)
See merge request espressif/esp-idf!25164
2023-08-04 17:39:14 +08:00
94d129df76
fix(light_sleep): save vddsdio_config before lightsleep
2023-08-04 12:04:51 +08:00
aaf04f514f
fix(esp_hw_support): manage i2c_ana_mst clock witch modem clock driver
2023-08-04 12:04:40 +08:00
3b48ccb343
fix(bt/controller): Fix disconnection due to lmp messages not being processed by both sides
...
The master sent lmp_enc_mode_req, and the slave sent lmp_switch_req.
However, both sides failed to handle the LMP message, resulting in LMP timeout.
2023-08-04 10:59:25 +08:00
b68519cb17
feat(gptimer): support set interrupt priority
...
Related forum post: https://esp32.com/viewtopic.php?f=13&t=34959
2023-08-04 10:20:07 +08:00
6ec52679c3
Merge branch 'bugfix/action_tx_sleep_fix_v5.1' into 'release/v5.1'
...
Trigger null data frame TX before going offchannel.(v5.1)
See merge request espressif/esp-idf!25095
2023-08-04 08:36:16 +08:00
2c196590d3
Merge branch 'bugfix/vtasksteptick_assert_failed_issue_v5.1' into 'release/v5.1'
...
backport v5.1: fix the issue of esp32c6 enable light sleep, vTaskStepTick assert failed caused by wifi baseband sleep retention linked list
See merge request espressif/esp-idf!25147
2023-08-04 02:37:01 +08:00
96934613fb
fix(wifi): Fix error propagation while initiating FTM
2023-08-03 19:55:55 +08:00
c97181ad5e
fix(esp_wifi): Fix some OWE issues
...
1. Allow flow of traffic after 4 way handshake is completed
2. Fix beacon timeout issue in transition mode
2023-08-03 19:55:15 +08:00
b4df07185c
fix (nimble): Add check to set length only if data is valid in periodic adv
2023-08-03 14:44:07 +05:30
de0e027bd1
fix(ble): Fix compile issue when disable duplicate config option in kconfig.
2023-08-03 17:07:02 +08:00
830a627362
remove(pm/deep_sleep): enable CI test for esp32h2 deepsleep
2023-08-03 16:46:55 +08:00
5859b83232
docs(pm/sleep): rewrite_all_low_to_any_low_when_not_esp32
2023-08-03 16:46:55 +08:00
badef66538
change(pm/deepsleep): rewrite the option all low as any low for esp32s2, esp32s3, esp32c6 and esp32h2
2023-08-03 16:46:55 +08:00
7c1e797008
change(pm/deepsleep): remove disable rtcio before hold it when ext1 wakeup
2023-08-03 16:46:55 +08:00
a4dd1b2bb3
feat(pm/deepsleep): Support EXT1 wakeup pin select
2023-08-03 16:46:55 +08:00
b27e57db7b
feat(pm/deepsleep): Support EXT1 wakeup for esp32h2 deep_sleep
2023-08-03 16:46:55 +08:00
6768f098dc
change(driver/rtcio): Describe RTCIO CAPS with more accurate note
2023-08-03 16:46:55 +08:00
8833c2bc87
change(pm/deepsleep): Update deep_sleep pmu analog parameter for esp32h2
2023-08-03 16:46:54 +08:00
4bc5e24f82
feat(pm/deepsleep): Support deep_sleep example and deep_sleep_wake_stub example for esp32h2
2023-08-03 16:46:54 +08:00
6dab947f68
spiram: Support configure CLK onto the same pin as flash for ESP32-D0WD
...
When using PSRAM of rev0, the Flash and PSRAM should use different clock pins. But if using newer PSRAM, this is not necesary. This MR fixed the issue that allocating CLK of PSRAM to the same pin as Flash may crash.
2023-08-03 15:44:22 +08:00
602d021263
Merge branch 'ble_mesh/esp32c6_BLEQABR23-266v5.1' into 'release/v5.1'
...
ble mesh: stack: return error when scanning failed to be enabled(v5.1)
See merge request espressif/esp-idf!24776
2023-08-03 11:15:42 +08:00
d6c18ad4c5
ble mesh: stack: return error when scanning failed to be enabled(v5.1)
2023-08-03 11:15:41 +08:00
a56ea11f91
Merge branch 'bugfix/fix_gpio_driver_calloc_v5.1' into 'release/v5.1'
...
fix(gpio): fix potential crash when processing gpio isr (v5.1)
See merge request espressif/esp-idf!24901
2023-08-03 11:13:47 +08:00
761af9869f
fix(esp_wifi): fix no mac retention at wifi start
2023-08-03 10:54:31 +08:00
d73f61ebc9
fix(wifi): Prevent PMF config overwritten by tx_cb
2023-08-03 10:54:31 +08:00
bba48079a2
Fix(esp_wifi):revert send wake up and sleep null between scaning
2023-08-03 10:54:31 +08:00
6eb872f7d2
fix(wifi): fix some wifi bugs
...
1. fix the RX error when softAP and ESP-NOW both encrypted
2.Trigger null data frame TX before offchan channel switch.
2023-08-03 10:54:05 +08:00
0169ae545d
fix(esp_prov): Fixed the deprecation APIs warnings
...
- Updated the extraction of service_uuids using AdvertisementData
- Replaced the `get_services()` API with the `services` property
2023-08-02 17:22:04 +05:30
827d863865
fix(wifi/phy): fix the issue of vTaskStepTick assert failed caused by wifi baseband retention linked list
2023-08-02 19:18:22 +08:00
4c7b2cb4e3
feat(tools): add espsecure.py to the Windows export scripts
...
This is not needed on Linux/macOS where the path to esptool directory
is added to PATH.
2023-08-02 10:43:54 +02:00
e449ec8f8e
change(tools): export.ps1: define functions for helper python tools
...
Follows the approach used in Initialise-Idf.ps1 created by the tools
installer. This is the closes equivalent of "alias" used in export.bat
Closes https://github.com/espressif/esp-idf/issues/9849
2023-08-02 10:43:54 +02:00
bef0eaf2c7
ci(test): add SHA DMA mode test for large data in PSRAM
...
Covers a test scenario described in following issue:
https://github.com/espressif/esp-idf/issues/11915
2023-08-02 04:48:40 +00:00
b966103800
fix(sha): DMA mode iteration calculation issue for certain data lengths
...
SHA hardware DMA mode calculation had off-by-one error for specific
input lengths. This was causing last chunk of the input data not being
fed to the hardware accelerator and hence resulting in an incorrect
final result.
Closes: https://github.com/espressif/esp-idf/issues/11915
2023-08-02 04:48:40 +00:00
afcf3e261b
Merge branch 'bugfix/fix_cache_data_mem_corrupt_after_sleep_v5.1' into 'release/v5.1'
...
fix(lightsleep): Suspend cache before goto sleep to avoid cache load wrong data (backport v5.1)
See merge request espressif/esp-idf!25087
2023-08-02 11:21:33 +08:00
01c6fc6511
Merge branch 'bugfix/minor_enterprise_fixes_v5.1' into 'release/v5.1'
...
Drop Eapol msg if EAP success is not processed (Backport v5.1)
See merge request espressif/esp-idf!25065
2023-08-02 10:48:56 +08:00
4cb955461f
Merge branch 'backport/openthread_feature_to_v51' into 'release/v5.1'
...
Openthread: backport some features
See merge request espressif/esp-idf!25113
2023-08-02 10:47:32 +08:00
adcc697082
Merge branch 'bugfix/neighbour_report_crash_v51' into 'release/v5.1'
...
Fix crash in RRM neighbour report requests.(v5.1)
See merge request espressif/esp-idf!25114
2023-08-02 10:13:40 +08:00
ffaef9971a
Merge branch 'docs/update_bluetooth_power_save_readme_v5.1' into 'release/v5.1'
...
Docs: update bluetooth power save readme(v5.1)
See merge request espressif/esp-idf!24843
2023-08-02 10:10:38 +08:00
727f7cbb3a
Merge branch 'bugfix/sync_master_esp32c6_and_esp32h2_uart_ll_inline_attr' into 'release/v5.1'
...
fix(hal): sync esp32c6 and esp32h2 uart ll inline attr from master to v5.1
See merge request espressif/esp-idf!24961
2023-08-01 16:18:16 +08:00
0ba37a2b85
fix(rrm) : Fix crash in RRM neighbour report requests.
...
Fix crash in sending new RRM neighbour report requests by removing
the call to neighbour report request timeout callback in case of
already ongoing neighbour report request timer.
2023-08-01 13:12:00 +05:30
12f1c165e3
feat(thread): update openthread lib
2023-08-01 14:59:07 +08:00
31212f284a
feat(openthread): enable openthread border agent id support
2023-08-01 14:58:57 +08:00
c2681f00aa
fix(openthread): Use the existing dataset for autostart
2023-08-01 14:58:35 +08:00
4fc329fc10
Merge branch 'bugfix/mbedtls_sha_test_fail_when_run_twice_v5.1' into 'release/v5.1'
...
fix(mbedtls): sha test will fail when run twice (backport v5.1)
See merge request espressif/esp-idf!24827
2023-08-01 10:57:25 +08:00
a4d64dab30
Merge branch 'backport/fix_ieee802154_state' into 'release/v5.1'
...
ieee802154: fix ieee802154 sleep state (backport v5.1)
See merge request espressif/esp-idf!24841
2023-08-01 10:55:51 +08:00
2f9bb7937a
Merge branch 'bugfix/remove__warning_for_rc_fast_calibration_h2_v5.1' into 'release/v5.1'
...
remove(clk): remove warning log if RC_FAST clock calibration is needed on esp32h2 (v5.1)
See merge request espressif/esp-idf!25075
2023-08-01 10:53:46 +08:00
fbfdd97343
Merge branch 'bugfix/esp32h2_revision_config_prompt_v5.1' into 'release/v5.1'
...
fix(esp32h2): correct typo in chip revision prompt (v5.1)
See merge request espressif/esp-idf!25024
2023-08-01 10:53:26 +08:00
5dfbd1eb8d
Merge branch 'bugfix/malloc_free_removal_v5.1' into 'release/v5.1'
...
change(esp_wifi): Remove direct call of malloc() and free() (v5.1)
See merge request espressif/esp-idf!24932
2023-08-01 10:53:10 +08:00
58a01eb10b
fix(hal): sync esp32c6 & esp32h2 uart_ll inline attr from master
2023-08-01 02:32:55 +00:00
c5703cff8d
fix(lightsleep): fix access pu_cfg after sleep wake wakeup which is linked to flash
2023-07-31 21:41:56 +08:00
dab45c243a
Merge branch 'bugfix/handle_conn_type_and_array_reset_v5.1' into 'release/v5.1'
...
fix(nimble): Update connection type in reattempt connection code (v5.1)
See merge request espressif/esp-idf!24915
2023-07-31 20:31:00 +08:00
2b8e8e832a
fix(bt/bqb): Modify BQB related configurations
2023-07-31 15:28:33 +08:00
f05c0a36e8
feat(bt): Add BQB enabling and rfcomm msc command sending support
...
1: add the CONFIG_BT_BQB_ENABLED for some functions of bqb test.
2: add bqb_rfc_send_msc_cmd function to send rfcomm msc command with
only address arg input.
2023-07-31 15:28:20 +08:00
1acc14bf72
fix(lightsleep): suspend cache before goto sleep to avoid cache load wrong data after spi io isolation
2023-07-31 14:52:03 +08:00
bb845e1841
cache: refactor cache_utils into cache_hal instade
2023-07-31 14:52:03 +08:00
45eb0b6271
cache: fix cache suspended/resumed twice on S3
2023-07-31 14:52:03 +08:00
dc4731101d
c2 h2 c6 headfile re-organized
...
c2 c6 h2 cfg_t and addr_t documented
comments for controller_enable
2023-07-31 12:41:52 +08:00
56eef9151f
fix(nimble): Update connection type in reattempt connection code
...
Added change to set connection type correctly and clear array when it is
full in reattempt connection flow
2023-07-31 09:30:45 +05:30
59672cee17
remove(clk): remove warning log if RC_FAST clock calibration is needed on esp32h2
2023-07-31 10:48:55 +08:00
d83fe16c93
Merge branch 'bugfix/revert_26mhz_esp32c2_bad_apb_clock_fix' into 'release/v5.1'
...
Revert "fix(soc): fix wrong freq definition for 26Mhz version esp32c2 soc" (v5.1)
See merge request espressif/esp-idf!24983
2023-07-31 10:26:58 +08:00
d026b92c75
Merge branch 'bugfix/fix_c6_wrong_pwdet_register_v5.1' into 'release/v5.1'
...
pwdet: fix pwdet wrong base address on c6 h2 (v5.1)
See merge request espressif/esp-idf!25025
2023-07-31 10:22:57 +08:00
b98bcd75aa
Merge branch 'bugfix/backport_wifi_fixes_v5.1' into 'release/v5.1'
...
Backport some wifi fixes to v5.1
See merge request espressif/esp-idf!24948
2023-07-31 10:22:14 +08:00
a28ef8df5b
Merge branch 'bugfix/cache_writeback_bug_v5.1' into 'release/v5.1'
...
esp_rom: patch Cache_WriteBack_Addr (backport v5.1)
See merge request espressif/esp-idf!24941
2023-07-31 10:17:10 +08:00
9fa9621a8f
Merge branch 'bugfix/enable_i2c_master_clock_in_bbpll_configure_v5.1' into 'release/v5.1'
...
fix(rtc_clk): fix i2c master clock missing in bbpll configure (backport v5.1)
See merge request espressif/esp-idf!24852
2023-07-31 10:16:20 +08:00
a0d882c25e
fix(esp32h2): correct typo in chip revision prompt
2023-07-28 13:45:28 +00:00
bc16331ba0
fix(test_submodules.py): don't rely on submodule init
...
Current version of the test is using "git-submodule foreach", which
requires submodules to be initialized. Non-initialized submodules are
ignored. Our CI is not performing submodule initialization, but instead
it only downloads the submodule content in tools/ci/ci_fetch_submodule.py
from cache and copies it into the submodule path.
Since we already know the submodule path from .gitconfig, we can use it
as argument to git-ls-tree and avoid calling git-submodule at all. This
allows to perform the test even if the submodules are not initialization
and also it makes the code simpler.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-07-28 12:13:32 +02:00
c612f36786
fix(esp_wifi): Drop Eapol msg if EAP success is not processed
2023-07-28 15:11:44 +05:30
4cf31c3194
Merge branch 'feature/services_health_therm_v5.1' into 'release/v5.1'
...
NimBLE: Added health thermometer profile (v5.1)
See merge request espressif/esp-idf!24830
2023-07-28 15:37:35 +08:00
6fb014d535
Merge branch 'feature/add_ble_multi_conn_example_with_vs_hci_5.1' into 'release/v5.1'
...
feat(ble): Added ble examples for multiple connections
See merge request espressif/esp-idf!24814
2023-07-28 15:35:54 +08:00
2e8dea7622
docs: provide CN tranlsation for api-guides/hardware-abstraction.rst
2023-07-28 14:42:03 +08:00
4b8fd7df41
docs: add H2 to list of supported series to front page doc
2023-07-28 14:02:16 +08:00
d5c6719a69
docs: provide CN translation for api-guides/performance/ram-usage.rst
2023-07-28 11:59:21 +08:00
5e60fb9924
docs(bt/example): Updated bluetooth power save readme
2023-07-27 07:54:36 +00:00
ce1a619252
docs(sleep_modes): Updated Wi-Fi/Bluetooth and Sleep Modes in docs
2023-07-27 07:54:36 +00:00
c4b984734f
docs(esp_idf_monitor): ROM ELF address decoding
2023-07-27 06:50:36 +00:00
c7654d7c6b
Merge branch 'ci/fix_failures_in_esp_http_client_example_v5.1' into 'release/v5.1'
...
CI: fix esp_http_client example failures in CI. Timeout was observed in the... (v5.1)
See merge request espressif/esp-idf!24949
2023-07-27 12:42:10 +08:00
fcb3ae32cb
fix(pwdet): fix pwdet wrong base address on c6 h2
2023-07-27 12:30:44 +08:00
125014d242
fix(gpio): fix potential crash when processing gpio isr
...
If CONFIG_SPIRAM_USE_MALLOC is enabled, and cache is disabled when GPIO ISR is triggered,
it would lead to Guru Meditation Error due to "Cache disabled but cached memory region accessed".
Closes https://github.com/espressif/esp-idf/issues/11876
2023-07-26 12:42:11 +00:00
7a30edc412
fix(all): unify default mosi level to low on all targets
2023-07-26 20:34:25 +08:00
79b1379662
Merge branch 'bugfix/ble_issues_bugfix_v5.1' into 'release/v5.1'
...
ble: bugfix for esp32c6 and esp32h2
See merge request espressif/esp-idf!24952
2023-07-26 18:14:28 +08:00
b1799a7042
fix(bt): Fix bug with address resolution enabling during non-connected activities
2023-07-26 16:36:19 +08:00
063e62f30a
docs(bt): Organize header files for esp32c3 and esp32s3
2023-07-26 16:36:08 +08:00
d01fa70ba8
fix(bt): Fix ble periodic advertising data length 0 error
...
- Fixed issues about data length 0 when set ext adv data,ext scan rsp data and periodic adv data
2023-07-26 16:35:57 +08:00
5f6f20ea30
fix(esp_pm): fix bad apb_max_freq for 26mhz esp32c2
2023-07-25 13:54:24 +08:00
e0e4642ff8
Revert "fix(esp_pm): Constrains the minimum frequency of APB_MAX when the modem is working"
...
This reverts commit 9158cba846
.
2023-07-25 13:51:37 +08:00
c64231564a
Revert "fix(soc): fix wrong freq definition for 26Mhz version esp32c2 soc"
...
This reverts commit d2fb32ed70
.
2023-07-25 13:51:32 +08:00
c624b0a45e
esp_rom_printf
2023-07-24 21:45:11 +08:00
c41579d2d3
examples: modbus add support for target esp32h2
2023-07-24 10:58:02 +02:00
99c0715962
ble update for doc: bugfix for esp32c6 and esp32h2
2023-07-24 10:59:19 +08:00
020eba74c6
change(esp_wifi): Remove direct call of malloc() and free()
2023-07-22 07:13:53 +00:00
87ad40140e
docs(nimble): Update Kconfig help section for Example Ext Adv
2023-07-21 14:32:12 +00:00
14819cb409
ble update: bugfix for esp32c6 and esp32h2
2023-07-21 20:25:01 +08:00
de15b6f819
fix(mbedtls): sha test will fail when run twice
2023-07-21 12:06:26 +00:00
b8bbd90ad4
fix(ieee802154): fix ieee802154 sleep state
2023-07-21 11:03:23 +00:00
9df77e015a
fix(rtc_clk): fix i2c master clock missing in bbpll configure
2023-07-21 11:01:56 +00:00
6406620712
fix(debug_ext): CTRL+C handling while waiting on gdb process
...
idf.py spawns gdb process within a thread and uses Thread.join() to wait
for the gdb process to finish. As CTRL+C(SIGINT) is used by gdb to interrupt the
running program, we catch the SIGINT while waiting on the gdb to finish,
and try Thread.join() again.
With cpython's commit
commit a22be4943c119fecf5433d999227ff78fc2e5741
Author: Victor Stinner <vstinner@python.org >
Date: Mon Sep 27 14:20:31 2021 +0200
bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532)
this logic doesn't work anymore, because cpython internally marks the
thread as stopped when join() is interrupted with an exception. IMHO
this is broken in cpython and there is a bug report about this
https://github.com/python/cpython/issues/90882 . Problem is that
waiting on a thread to finish is based on acquiring a lock. Meaning
join() is waiting on _tstate_lock. If this wait is interrupted, the
above referenced commit adds a logic that checks if the lock is help,
meaning the thread is done and marks the thread as stopped. But there is
no way to tell if the lock was acquired by us running join() or if it's
held by someone else e.g. still by the thread bootstrap code. Meaning
the thread is still running.
I may be missing something, but I don't see any reason why to spawn gdb
process within a thread. This change removes the thread and spawns gdb
directly. Instead waiting on a thread, we wait on the process to finish,
replacing join() with wait() and avoiding this problem.
Closes https://github.com/espressif/esp-idf/issues/11871
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-07-21 12:37:19 +02:00
2aaa5579f0
fix(ci): update HTTP client example tests runner assignment
...
HTTP client example tests now connect with locally hosted httpbin service
for more stable results across multiple runs
2023-07-21 15:21:41 +05:30
3298a8a483
CI: fix esp_http_client example failures in CI. Timeout was observed in the logs while performing HTTP requests. Changing the endpoint when testing in CI
2023-07-21 15:20:09 +05:30
dbe7c4a78d
fix(esp_wifi): Backport some wifi fixes
...
1. Fix memory leak caused by assoc IE and retry timer
2. Discard commit frame received at confirmed state in SAE
3. Ignore immediate assoc req received from the station while we are
processing the older one. Fix regression caused by 4cb4faa9
2023-07-21 15:06:09 +05:30
aff298be18
fix(cache): no longer use freeze in esp_cache_msync
...
Writeback and invalidation don't need cache to be frozen first
2023-07-21 17:19:11 +08:00
3b8853b3c0
NimBLE: Added health thermometer profile
2023-07-21 05:36:32 +00:00
c8ec729252
feat(mcpwm): support open drain output for generator IO
...
Closes https://github.com/espressif/esp-idf/issues/11877
2023-07-21 05:08:20 +00:00
c818ddd282
feat(mcpwm): Allow for pull up/down to be configurable on generators
2023-07-21 05:08:20 +00:00
1b2b046f9a
ci(pre-commit): Use the newest copyright checker
2023-07-21 04:41:18 +00:00
3187b8b326
Merge branch 'ci/fix_build_examples_v5.1' into 'release/v5.1'
...
CI: fix build examples import future
See merge request espressif/esp-idf!24864
2023-07-21 12:40:11 +08:00
38d54b4b62
fix(esp32s3): patch Cache_WriteBack_Addr api
...
Need to ensure that the cacheline being written back will not be
accessed during the write back process.
2023-07-21 11:44:56 +08:00
c4377e8dcc
ci(esp_prov): remove import future usage
2023-07-19 14:03:12 +08:00
ff8c4f79d2
usb_host: Run formatting script
2023-07-15 12:56:45 +02:00
a3e4e9c772
usb_host: Fix spelling errors
2023-07-15 12:56:45 +02:00
b891aa0443
usb_host: Refactor USBH and USB Host Library calls to HCD
...
This commit refactors the USBH and the USB Host Library in the following ways:
- USBH now presents an abstraction of an endpoint (via usbh_ep_handle_t)
- Added separate functions to enqueue/dequeue URBs to a particular endpoint
- USB Host Library no longer calls HCD API directly. Calls USBH endpoint API
instead.
- Renamed "notif_cb" to "proc_req_cb" (Processing Request Callback)
- This is to avoid confusion with FreerTOS task notifications and Host
Library client event notifications.
- The processing functions of each layer (i.e., "xxx_process()") request
calls via the "proc_req_cb"
- The main handling function (i.e., usb_host_lib_handle_events()) is
responsible for calling the required "xxx_process()" of each layer
2023-07-15 12:56:45 +02:00
b530d768e6
Merge branch 'fix/esp_aes_return_values_v5.1' into 'release/v5.1'
...
fix(mbedtls): fix return values of esp-aes APIs (v5.1)
See merge request espressif/esp-idf!24804
2023-07-15 12:24:25 +08:00
d84e6c3dda
Merge branch 'bugfix/fix_esp32c2_wifi_works_on_too_low_apb_clk_v5.1' into 'release/v5.1'
...
fix(esp_pm): fix esp32c2 modem works on too low apb clk (backport v5.1)
See merge request espressif/esp-idf!24811
2023-07-15 12:18:09 +08:00
077cb8d150
Merge branch 'feature/usb_host_interface_claim_debug_info_v5.1' into 'release/v5.1'
...
USB Host: better debugging information during usb_host_interface_claim() (backport v5.1)
See merge request espressif/esp-idf!23456
2023-07-15 08:37:32 +08:00
b21005487d
Merge branch 'bugfix/fix_sleep_cache_spi_safe_issues_backport_v5.1' into 'release/v5.1'
...
Power Management: fix cache spi flash related issues in sleep process (backport v5.1)
See merge request espressif/esp-idf!24812
2023-07-15 08:36:46 +08:00
d2fb32ed70
fix(soc): fix wrong freq definition for 26Mhz version esp32c2 soc
2023-07-15 01:57:07 +08:00
9158cba846
fix(esp_pm): Constrains the minimum frequency of APB_MAX when the modem is working
2023-07-15 01:56:55 +08:00
16d849b95e
fix(esp_pm): fix flash access after light sleep wakeup
2023-07-15 01:41:03 +08:00
34dccf840e
refactor(mbedtls): refactored the return values check in some esp-aes APIs
2023-07-14 20:51:47 +05:30
77f6f72b83
Merge branch 'fix/mbedtls_internal_shaX_process_api_port_v5.1' into 'release/v5.1'
...
fix(mbedtls): Fix the port for mbedtls_internal_shaX_process api (v5.1)
See merge request espressif/esp-idf!24809
2023-07-14 22:53:13 +08:00
f447ee35b8
Merge branch 'pkg_res_deprecation_5.1' into 'release/v5.1'
...
fix(tools/python_dep_check): replace deprecated pkg_resources with importlib (backport v5.1)
See merge request espressif/esp-idf!24817
2023-07-14 22:44:05 +08:00
77429e3ef7
fix(tools/python_dep_check): replace deprecated pkg_resources with importlib
...
Closes https://github.com/espressif/esp-idf/issues/11712
2023-07-14 14:16:10 +02:00
2d1544b863
feat(ble): Added ble examples for multiple connections
2023-07-14 19:01:11 +08:00
82fde1e823
Merge branch 'backport_v5.1' into 'release/v5.1'
...
fix(bt): Fix the issue of not printing the Bluetooth MAC address for ESP32(backport v5.1)
See merge request espressif/esp-idf!24780
2023-07-14 18:17:32 +08:00
ec35c2ab60
fix(esp_pm): put vddsdio configure api always in iram if pd_flash is enabled
...
- Put vddsdio configure api always in iram if pd_flash is enabled to ensure access flash at flash unavailable time
2023-07-14 17:48:27 +08:00
f69ea24d15
fix(esp_pm): wait spi bus idle before hold CS pin
...
- Wait for spi bus idle before holding CS pin to prevent hold selected state during sleep
2023-07-14 17:48:20 +08:00
bba66a1566
Merge branch 'fix/esp_ptr_check_sign_compare_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): Fix different signed comparison in `esp_ptr_in_drom` (v5.1)
See merge request espressif/esp-idf!24798
2023-07-14 17:27:54 +08:00
4f37aeb747
Merge branch 'update/ble_mesh_debug_log_level_update_v5.1' into 'release/v5.1'
...
update(ble_mesh: stack): Update provisioning bearer check debug log to INFO level (v5.1)
See merge request espressif/esp-idf!24769
2023-07-14 16:56:19 +08:00
895d86621b
fix(mbedtls): Fixed the transmission of return values of the esp-aes APIs
...
- Earlier, some intermediate return values were not stored and returned,
thus incorrect return values used to get transmitted to the upper layer of APIs.
- Also, zeroised the output buffer in case of error condition.
2023-07-14 14:20:47 +05:30
8692da51a0
fix(mbedtls): Fix the port for the mbedtls_internal_shaX_process API
...
- Also added the fix to update intermediate SHA state in the mbedtls_shaX_update API
2023-07-14 14:20:20 +05:30
e9a3a3eeea
Merge branch 'bugfix/fix_some_wifi_bugs_24063_to_v5.1' into 'release/v5.1'
...
fix(wifi): Backport some wifi bugs 24063 to v5.1(Backport v5.1)
See merge request espressif/esp-idf!24794
2023-07-14 16:41:49 +08:00
fa95b46a0d
Merge branch 'bugfix/fix_miss_annotate_ld_function_issue_v5.1' into 'release/v5.1'
...
fix(wifi): missed annotate ld function from txop fix(Backport v5.1)
See merge request espressif/esp-idf!24800
2023-07-14 16:41:04 +08:00
da8b9ad59d
Merge branch 'bugfix/esp32c6_eco1_ble_lpclk_main_xtal_v5.1' into 'release/v5.1'
...
backport v5.1: support 40 MHz XTAL as BLE low power clock source of esp32c6 eco1
See merge request espressif/esp-idf!24789
2023-07-14 16:34:09 +08:00
1296991b2f
Merge branch 'backport/fix_br_issues_of_cert' into 'release/v5.1'
...
OpenThread: fix issues found in certification(backport v5.1)
See merge request espressif/esp-idf!24079
2023-07-14 15:01:07 +08:00
727a8cdb9e
fix(wifi): missed annotate ld function from txop fix
2023-07-14 14:04:14 +08:00
8abdb33072
fix(esp_hw_support): Fix different signed comparison in esp_ptr_in_drom
...
- Closes https://github.com/espressif/esp-idf/issues/11653
- Closes https://github.com/espressif/esp-idf/issues/11865
2023-07-14 10:52:19 +05:30
fabe338a7a
Merge branch 'backport/enrich_ieee802154_assert_info' into 'release/v5.1'
...
ieee802154: add debug feature for driver (Backport v5.1)
See merge request espressif/esp-idf!24793
2023-07-14 13:17:32 +08:00
7ae116e3b2
Merge branch 'backport/backport_ci_for_zigbee' into 'release/v5.1'
...
feat(zigbee): Update Zigbee examples based on latest library (Backport v5.1)
See merge request espressif/esp-idf!24792
2023-07-14 12:02:38 +08:00
7148d826eb
Merge branch 'bugfix/wifi_bcn_timeout_m_f_probe_req_l0_v5.1' into 'release/v5.1'
...
backport v5.1: fix bcn_timeout and disconnect with error code 201, m f probe req l=0 issue
See merge request espressif/esp-idf!24781
2023-07-14 11:35:31 +08:00
5ec30e6fc2
ble : remove extra retention cnt upon deinit temporarily
2023-07-14 11:07:56 +08:00
6c62d13550
ble: support eco1 BLE light sleep
2023-07-14 11:07:49 +08:00
ee3452d410
light sleep: enable system clock in PMU HP sleep state when selecting a 40 MHz XTAL as low power clock source of ble
2023-07-14 11:07:41 +08:00
78683c7c33
modem clock: provide a protected wifipwr clock enable/disable interface to fix the bug of selecting xtal as the low power clock source for ble
2023-07-14 11:07:34 +08:00
a98db6dbd3
modem clock: gatable clock interface which can gate or ungate modem clock domain
2023-07-14 11:07:27 +08:00
6a5d4e40d2
Wi-Fi/power save: fix the some mac issues of wifi power save
...
Some APs are configured to hide the SSID, the length field of the SSID element
in the Beacon frame is set to 0. This can cause incorrect parsing of the Beacon
by the Wi-Fi MAC hardware.
Some APs send two beacon frames with different BSSID in a TBTT cycle. After
correctly parsing the beacon of the associated AP, it continue to receive the
other beacon frame, which will cause the MAC to remain in a wait RX/TXING
state, blocking the Wi-Fi go to sleep.
2023-07-14 10:51:47 +08:00
395ad3edc0
feat(wifi): itwt support itwt wake duration unit
2023-07-14 10:51:26 +08:00
cb6946cf00
feat(zigbee): Update zigbee examples based on latest library
2023-07-14 10:28:43 +08:00
e6ddff69da
fix(ci): remove the check of a inexistent host
2023-07-14 10:16:04 +08:00
6585c521b3
feat(openthread): openthread upstream update
2023-07-14 10:15:59 +08:00
cb29bfa6b4
openthread: forbid otPlatUdp to connect to address 0.0.0.0 and port 0
2023-07-14 09:54:52 +08:00
dd0afffde3
openthread cli: set dua feature optional
2023-07-14 09:54:52 +08:00
77c60765ca
openthread rcp: set link metrics feature optional
2023-07-14 09:54:52 +08:00
320f8ebe7d
Merge branch 'fix/mpi_incorrect_assert_v5.1' into 'release/v5.1'
...
fix(mbedtls): Fix incorrect assert for H/W MPI operations (v5.1)
See merge request espressif/esp-idf!24784
2023-07-14 09:49:01 +08:00
7d6a86062b
Merge branch 'bugfix/multiple_btm_rrm_task_v51' into 'release/v5.1'
...
Fix race conditions in btm task deletion(v5.1)
See merge request espressif/esp-idf!24764
2023-07-14 08:10:39 +08:00
bf4e212950
Merge branch 'feature/improve_pd_vddsido_help_doc_v5.1' into 'release/v5.1'
...
Power Management: improve ESP_SLEEP_PSRAM/FLASH_LEAKAGE_WORKAROUND help doc (backport v5.1)
See merge request espressif/esp-idf!24758
2023-07-14 06:38:02 +08:00
d7604b580a
Merge branch 'bugfix/fix_some_wifi_bugs_230713_v5.1' into 'release/v5.1'
...
Wifi: Backport some wifi bugs 230713 to v5.1(Backport v5.1)
See merge request espressif/esp-idf!24753
2023-07-14 03:33:03 +08:00
77876e5bea
ieee802154: add debug feature for driver
2023-07-14 03:13:04 +08:00
d0a2424151
Merge branch 'bugfix/sae_crypto_optimization_esp32_v5.1' into 'release/v5.1'
...
esp_wifi: Optimize sae crypto operations for esp32 (v5.1)
See merge request espressif/esp-idf!24760
2023-07-14 00:12:21 +08:00
aa5b7e0100
Merge branch 'bugfix/fix_some_bluedroid_bugs_v5.1' into 'release/v5.1'
...
Fixed some bluedroid bugs( backport v5.1)
See merge request espressif/esp-idf!24748
2023-07-14 00:11:43 +08:00
f195d48764
Merge branch 'bugfix/fix_s3_adc1_wrong_clk_div_v5.1' into 'release/v5.1'
...
adc: fix adc oneshot mode clk div issue on esp32, esp32s2 and esp32s3 (v5.1)
See merge request espressif/esp-idf!24743
2023-07-13 21:40:54 +08:00
8e25eb1e08
fix(mbedtls): Fix incorrect assert for H/W MPI operations
...
- Closes https://github.com/espressif/esp-idf/issues/11850
2023-07-13 16:24:44 +05:30
aba746cdc2
Merge branch 'refactor/s_adc_tsen_enabled_logic_v5.1' into 'release/v5.1'
...
refactor(adc): maintain s_adc_tsen_enabled in adc driver (v5.1)
See merge request espressif/esp-idf!24629
2023-07-13 18:49:01 +08:00
b188085ce8
usb_host: better debugging information during hcd_pipe_alloc() when usb_host_interface_claim() is being fulfiled.
2023-07-13 12:42:00 +02:00
9021fab579
Merge branch 'feature/use_esp_rom_delay_us_to_test_the_accuracy_of_gptimer_v5.1' into 'release/v5.1'
...
refactor(driver/gptimer): replace vTaskDelay with esp_rom_delay_us in test_apps(v5.1)
See merge request espressif/esp-idf!24724
2023-07-13 17:38:40 +08:00
d8db9235ff
Merge branch 'backport/update_docs_for_openthread' into 'release/v5.1'
...
docs(openthread): update openthread README for H2 and C6 (Backport v5.1)
See merge request espressif/esp-idf!24750
2023-07-13 17:10:36 +08:00
ae5f8dc139
Merge branch 'bugfix/fix_sometimes_sta_can_not_get_ip_from_softap_issue_v5.1' into 'release/v5.1'
...
lower the dhcp discover and request retry backoff time (Backport v5.1)
See merge request espressif/esp-idf!24742
2023-07-13 17:09:04 +08:00
958ae62197
power save: fix bcn_timeout and disconnect with error code 201, m f probe req l=0 issue
2023-07-13 17:02:50 +08:00
2b1269d4fb
fix(bt): Fix the issue of not printing the Bluetooth MAC address for ESP32
...
- Add a log statement to print the Bluetooth MAC address
2023-07-13 16:43:37 +08:00
124cce0de3
fix(bt): Fix ble advertising data length 0 error
...
- Fixed an issue where the BLE advertisement length of 0 was causing an error
2023-07-13 16:43:37 +08:00
78e641a4b0
Merge branch 'backport/bugfix_openthread_sleep_esp32s3_build' into 'release/v5.1'
...
fix(openthread): call sleep api only in native radio (Backport v5.1)
See merge request espressif/esp-idf!24754
2023-07-13 16:38:36 +08:00
04b0929d94
Merge branch 'bugfix/fix_idf_monitor_parsing_pc_with_wrong_rom_out_v5.1' into 'release/v5.1'
...
bugfix: fix idf passing wrong chip revision to idf_monitor (backport v5.1)
See merge request espressif/esp-idf!24756
2023-07-13 16:35:53 +08:00
f718d26d31
update(ble_mesh: stack): Update provisioning bearer check debug log to INFO level
2023-07-13 14:38:23 +08:00
cfa70abe0e
Merge branch 'bugfix/fix_adc_cali_workround_wrong_range_v5.1' into 'release/v5.1'
...
fix(regi2c): wrong ADC_CALI_PD_WORKAROUND on c6, h2 (v5.1)
See merge request espressif/esp-idf!24747
2023-07-13 14:17:27 +08:00
adc2bf1e93
Merge branch 'bugfix/fix_adc_continuous_driver_conv_frame_issue_v5.1' into 'release/v5.1'
...
adc: fix adc continuous driver conv_frame_size not bigger than 4092 issue / pr 11500, use circular dma descriptors in adc continuous mode (v5.1)
See merge request espressif/esp-idf!24739
2023-07-13 14:16:15 +08:00
d938559efb
Fix(esp_wifi): Fix race conditions in btm task deletion
2023-07-13 10:13:57 +05:30
02aa8e1a89
esp_wifi: Optimize sae crypto operations for esp32
2023-07-13 09:47:09 +05:30
34b4936a7d
fix(bt/bluedroid): Fix memory leak of gattc cache upon disconnection
2023-07-13 12:14:16 +08:00
62bd3973f6
bluedroid: fixed gatt tcb free when disconnecting
2023-07-13 12:13:47 +08:00
d4bb163e32
lower the dhcp discover and request retry backoff time
2023-07-13 11:49:12 +08:00
649541e6e3
refactor(driver/gptimer): replace vTaskDelay
...
with esp_rom_delay_us in test_apps
This commit replaces vTaskDelay with esp_rom_delay_us in the gptimer
driver. The former function can introduce millisecond jitter due to
OS task switching, while the latter has less jitter because of the
polling delay. Therefore this commit reduces the delta values for
various timer tests.
Changes made in this commit include:
- Replacing vTaskDelay with esp_rom_delay_us
- Adjusting delta values for various timer tests
2023-07-13 11:29:39 +08:00
3fc984690f
change(Kconfig): improve ESP_SLEEP_PSRAM/FLASH_LEAKAGE_WORKAROUND help doc
...
Closes https://github.com/espressif/esp-idf/issues/11558
2023-07-13 11:02:44 +08:00
73e380cc3a
fix: fix idf passing wrong chip revision to idf_monitor
2023-07-13 10:46:32 +08:00
7c4cd75fe7
feat(external coex): add set tx line flag api
2023-07-13 10:37:53 +08:00
2f56bd8aac
external coex: rename coex gpio struct field names
2023-07-13 10:37:53 +08:00
5cd0b6216a
external coex: add slave mode support
2023-07-13 10:37:53 +08:00
2c70cda9b6
external_coex: add extern coex wire 4
2023-07-13 10:37:53 +08:00
ef805e64a2
iperf: apply txline
2023-07-13 10:37:53 +08:00
00ef8391af
external coex: add txline, apply coex schm and half tx, apply lowest pti
2023-07-13 10:37:53 +08:00
19d8bdbd10
fix(wifi): Add bugfixes and improvements
...
1. Update wifi security mode
2. Add check for memory allocation in tx buffers
3. Fix association refused temporarily comeback time set to zero issue
2023-07-13 10:37:53 +08:00
8f7829d94e
doc: remove WEP as security mode
...
Signed-off-by: zhangyanjiao <zhangyanjiao@espressif.com >
Closes https://github.com/espressif/esp-idf/pull/10015
2023-07-13 10:37:53 +08:00
1f0982c0fc
spelling correction in documentation
...
Signed-off-by: zhangyanjiao <zhangyanjiao@espressif.com >
Closes https://github.com/espressif/esp-idf/pull/9721
2023-07-13 10:37:53 +08:00
dc46fe5343
fix(esp_wifi): Enable FTM for ESP32C2, fix other FTM issues
...
Enable FTM for ESP32C2 and update wifi libs with below fixes -
1. Bugfixes in Initiator and Responder mode
2. Fix wrong RTT value in first FTM procedure without connection
3. Update FTM calibration values for ESP32S2, S3, C3 and C2
4. Update distance estimation logic
5. Add some useful command parameters in FTM example
6. Fix bug when number of FTM measurement frames received is more
than (number_of_brusts * FTMs per brust).
Co-authored-by: Sarvesh Bodakhe <sarvesh.bodakhe@espressif.com >
2023-07-13 10:37:53 +08:00
a2d8225c9d
feat(wifi): Add API to get RSSI info after station connects to AP
...
- Add esp_wifi_sta_get_rssi() function to retrieve RSSI info after station connects to AP
2023-07-13 10:37:53 +08:00
5492f382f9
fix(openthread): call sleep api only in native radio
2023-07-13 10:29:08 +08:00
a300e79589
Merge branch 'backport/openthread_light_sleep' into 'release/v5.1'
...
Backportv5.1/openthread light sleep
See merge request espressif/esp-idf!24736
2023-07-13 10:20:38 +08:00
9745b7fab0
Merge branch 'bugfix/update_esp_rom_include_v5.1' into 'release/v5.1'
...
fix(esp_rom): remove unsupported rom headers (backport v5.1)
See merge request espressif/esp-idf!24735
2023-07-13 09:46:42 +08:00
e2e5894bc2
Merge branch 'bugfix/fix_exception_in_wifi_prov_v5.1' into 'release/v5.1'
...
Nimble: Increase the number of semaphore count for allocation (v5.1)
See merge request espressif/esp-idf!24469
2023-07-13 08:31:53 +08:00
bcd5eea0ea
Merge branch 'bugfix/btm_scan_done_crash_v51' into 'release/v5.1'
...
wpa_supplicant : Fix occasional crash during btm roam.
See merge request espressif/esp-idf!24731
2023-07-13 03:00:30 +08:00
5ed5b83f70
Merge branch 'bufix/update_esp_phy_h_comments_5.1' into 'release/v5.1'
...
esp_phy:update comments in esp_phy_init.h_5.1
See merge request espressif/esp-idf!24704
2023-07-12 22:36:21 +08:00
7a455c15f7
Merge branch 'bugfix/fix_crash_issue_cause_by_proto_cmd_v5.1' into 'release/v5.1'
...
fix proto cmd crash problem in iperf example (backport v5.1)
See merge request espressif/esp-idf!24727
2023-07-12 21:36:58 +08:00
30c5638ce6
docs(openthread): update openthread README for H2 and C6
2023-07-12 20:51:58 +08:00
73f16d0af2
Merge branch 'fix/mqtt_esp32h2_examples_v5.1' into 'release/v5.1'
...
protocols/examples: Disable Wifi connection if not supported (v5.1)
See merge request espressif/esp-idf!24249
2023-07-12 19:00:18 +08:00
cab8159187
Nimble: Increase the number of semaphore count to allow more semaphore
...
allocation
2023-07-12 15:31:46 +05:30
51cef99b71
Merge branch 'itwt/rename_connect_handler_v5.1' into 'release/v5.1'
...
Update itwt.c (backport v5.1)
See merge request espressif/esp-idf!24730
2023-07-12 17:29:21 +08:00
6acc155516
fix(regi2c): wrong ADC_CALI_PD_WORKAROUND on c6, h2
2023-07-12 17:28:01 +08:00
d21e332281
fix(adc): fixed esp32, esp32s2,esp32s3 adc oneshot mode clk div issue
2023-07-12 17:10:58 +08:00
e27b44e661
Merge branch 'bugfix/handle_signed_power_level_pcl_v5.1' into 'release/v5.1'
...
fix(nimble): Fix data type of power level and delta to handle negative values (v5.1)
See merge request espressif/esp-idf!24712
2023-07-12 16:54:23 +08:00
074850e87c
wifi: Fix typos and formatting issues with wifi.rst
...
- Used code-blocks for correct highlighting
- Use inline literals for macros
- Fixed some typos
2023-07-12 16:44:17 +08:00
d8ee45ce08
adc: port gh pr to current adc continuous mode driver
...
DMA EOF may happens per multiple dma descriptors, instead of only one.
Closes https://github.com/espressif/esp-idf/pull/11500
2023-07-12 16:41:24 +08:00
5da5e1801b
Fix #10804 by running continuous ADC DMA in endless loop instead of restarting after each run (descriptor chain) to avoid losing samples. Use descriptor error callback for GDMA to check for DMA buffer overrun.
...
Signed-off-by: Armando <douyiwen@espressif.com >
2023-07-12 16:41:19 +08:00
f76f3dc83f
adc: fix adc continuous driver conv_frame_size not bigger than 4092 issue
...
Closes https://github.com/espressif/esp-idf/issues/11385
2023-07-12 16:41:11 +08:00
dd9bcef9ea
refactor(adc): maintain s_adc_tsen_enabled in adc driver
2023-07-12 16:35:51 +08:00
e1a4d33575
Wifi: Fixed typo in wifi.rst
...
Closes https://github.com/espressif/esp-idf/pull/11640
[darian@espressif.com: Updated commit message]
Signed-off-by: Darian Leung <darian@espressif.com>
2023-07-12 16:23:34 +08:00
6c4c0c0c78
fix(esp_rom): remove unsupported rom headers
2023-07-12 01:06:04 -07:00
cadf80e875
Merge branch 'bugfix/fpu_registers_overwritten_v5.1' into 'release/v5.1'
...
Xtensa: fix a bug that altered CPU registers in FPU exception handlers (backport v5.1)
See merge request espressif/esp-idf!24607
2023-07-12 14:53:21 +08:00
7f722715b9
fix(openthread): Fixed light sleep lock issue
2023-07-12 14:38:36 +08:00
68910618fc
openthread: disable HW AES (IDF-7704)
2023-07-12 14:38:18 +08:00
eb04ccaf0b
openthread: change readme about specific target to 802.15.4 Soc
2023-07-12 14:38:08 +08:00
b422504d10
ieee802154: exclude sleep file when do not define CONFIG_FREERTOS_USE_TICKLESS_IDLE
2023-07-12 14:37:53 +08:00
55d30cdf2a
openthread sleepy device: remove HW acceleration in sdkconfig
2023-07-12 14:37:40 +08:00
6b1e3924af
ieee802154: update radio state in test
2023-07-12 14:37:29 +08:00
043893a49f
ieee802154: change light sleep config in ieee802154
2023-07-12 14:37:18 +08:00
aee329de2b
ieee802154: change BLE_BB/ieee802154_BB
2023-07-12 14:36:55 +08:00
2ac7558da2
openthread: add openthread autostart for sleep device
2023-07-12 14:36:41 +08:00
b4d951fa6a
ieee802154: add sleep state
2023-07-12 14:36:21 +08:00
4f537d3b98
ieee802154: support light sleep
2023-07-12 14:32:28 +08:00
65bf500d29
Merge branch 'backport/openthread_feature' into 'release/v5.1'
...
Backport some Openthread related MR to 5.1(Backport5.1)
See merge request espressif/esp-idf!24285
2023-07-12 14:25:22 +08:00
cc1526c570
protocols/examples: Disable Wifi connection if not supported
...
- Disable Kconfig option for Wifi if not supported by the SoC
- Enable building mqtt examples when target is set to esp32h2
2023-07-12 06:19:20 +00:00
9fb1b59054
Merge branch 'bringup/esp32h2_light_sleep_for_rebase_backport_v5.1' into 'release/v5.1'
...
esp32h2: support light_sleep(backport v5.1)
See merge request espressif/esp-idf!24697
2023-07-12 13:39:49 +08:00
3095888aaf
fix(wpa_supplicant) : Fix occasional crash during btm roam.
...
Fix crash due to premature deallocation of neighbour report elements
by scan_done. Post event to btm_rrm_t task to handle scan_done serially
rather than when btm_rrm_t task is processing btm request rx frame.
2023-07-12 10:39:05 +05:30
0c7e2a9d14
Merge branch 'bugfix/bod_intr__v5.1' into 'release/v5.1'
...
brownout: Disable the hardware BOD when BOD interrupt is enabled(backportv5.1)
See merge request espressif/esp-idf!24692
2023-07-12 11:17:58 +08:00
a0e8f5aa03
Merge branch 'contrib/github_pr_10811_5.1' into 'release/v5.1'
...
i2c: introduce chip specific cmd register number(backport v5.1)
See merge request espressif/esp-idf!24694
2023-07-12 11:15:03 +08:00
168c47f896
Update itwt.c
...
Change name from `connect_handler` to `start_handler`
2023-07-12 10:50:55 +08:00
26046c054e
Merge branch 'contrib/github_pr_11810_v5.1' into 'release/v5.1'
...
ledc.c: Fix frequency calculation. (GitHub PR) (v5.1)
See merge request espressif/esp-idf!24696
2023-07-12 10:46:36 +08:00
a09b89b36d
fix proto cmd crash problem in iperf example
2023-07-12 10:44:12 +08:00
196fc559b4
Merge branch 'feature/ble_mesh_example_support_duplicate_scan_v5.1' into 'release/v5.1'
...
Feature/ble mesh example support duplicate scan(v5.1)
See merge request espressif/esp-idf!24700
2023-07-12 10:38:05 +08:00
7d11517a68
Merge branch 'asyncio_error_v5.1' into 'release/v5.1'
...
fix(tools/hints): add guide to fix error with unsupported asyncio (v5.1)
See merge request espressif/esp-idf!24701
2023-07-12 10:34:23 +08:00
966312e54f
Merge branch 'backport/ieee802154_feature' into 'release/v5.1'
...
Backport some IEEE802154 related MR to 5.1(Backport 5.1)
See merge request espressif/esp-idf!24678
2023-07-12 07:23:43 +08:00
788f1def16
Merge branch 'bugfix/esp_netif_recieve_returns_v5.1' into 'release/v5.1'
...
esp_netif: Report error if esp_netif_receive() fails (v5.1)
See merge request espressif/esp-idf!24655
2023-07-12 04:07:17 +08:00
6b2209c41d
Merge branch 'backport/phy_track_pll_to_v51' into 'release/v5.1'
...
Backport: phy track pll logic refactor to V5.1(Backport v5.1)
See merge request espressif/esp-idf!24689
2023-07-12 00:13:50 +08:00
7f69e29bff
Merge branch 'docs/h2_timer_docs_v5.1' into 'release/v5.1'
...
docs: updated misc docs with H2 specific information. (v5.1)
See merge request espressif/esp-idf!24136
2023-07-11 23:44:35 +08:00
fa8f99249c
fix (nimble): Fix data type of power level and delta to handle negative values
2023-07-11 17:18:09 +05:30
ba54ce8657
esp_phy:update comments in esp_phy_init.h
2023-07-11 17:37:13 +08:00
174c38ba5c
Merge branch 'bugfix/fix-esp-even-compile-error-v5.1' into 'release/v5.1'
...
esp_event: fix build error related to format (v5.1)
See merge request espressif/esp-idf!24664
2023-07-11 17:08:38 +08:00
819da74d9f
Merge branch 'bugfix/improve-git-describe-handling-v5.1' into 'release/v5.1'
...
build system: more accurate error information for git_describe (v5.1)
See merge request espressif/esp-idf!24665
2023-07-11 17:07:40 +08:00
8e2de1b594
Merge branch 'ble_dev/esp32c6_support_power_save_example_5.1' into 'release/v5.1'
...
ble: support esp32c6 power save example
See merge request espressif/esp-idf!24386
2023-07-11 16:55:22 +08:00
3fc633e326
fix(tools/hints): add guide to fix error with unsupported asyncio
...
Closes https://github.com/espressif/esp-idf/issues/11732
2023-07-11 10:53:29 +02:00
7db5541c9f
Merge branch 'docs/add_Chinese_translation_for_api-guides/tools/idf-py_backport_v5.1' into 'release/v5.1'
...
docs: add CN translation for api-guides/tools/idf-py.rst (backport v5.1)
See merge request espressif/esp-idf!24190
2023-07-11 16:34:23 +08:00
6f253e2d37
docs: add CN translation for api-guides/tools/idf-py.rst (backport v5.1)
2023-07-11 16:34:23 +08:00
7e3463768f
Merge branch 'bugfix/saving-esp-idf-env-as-utf8-v5.1' into 'release/v5.1'
...
build system: fix init.bat crash in windows when folder contains unicode characters (v5.1)
See merge request espressif/esp-idf!24666
2023-07-11 16:00:15 +08:00
3603611af1
freertos: add a unit test for FPU context switch
2023-07-11 15:55:40 +08:00
f002aeae3d
Xtensa: fix a bug that altered CPU registers in FPU exception handlers
...
* Fixes https://github.com/espressif/esp-idf/issues/11690
2023-07-11 15:55:35 +08:00
573755a8d2
feat(ble_mesh: stack: esp32c6/h2): update Kconfig file to support duplicate scan.
2023-07-11 15:54:48 +08:00
e5e25c89e7
feat(ble_mesh: example: esp32c6/h2): update config file to support duplicate scan.
2023-07-11 15:54:41 +08:00
1d158ddd10
fix(ledc): fix frequency calculation
...
ledc.c: Fix frequency calculation.
Round int instead of truncate.
Merges https://github.com/espressif/esp-idf/pull/11810
2023-07-11 15:22:34 +08:00
af5a2fe4fd
bugfix: update pm trace io num for esp32h2
2023-07-11 15:06:01 +08:00
28cdaa58bb
docs: updated misc docs with H2 specific information.
2023-07-11 07:05:53 +00:00
efc9761ff0
Merge branch 'fix/heap-test-h2_v5.1' into 'release/v5.1'
...
heap: remove exclusion of esp32h2 as a target for heap pytest (v5.1)
See merge request espressif/esp-idf!24567
2023-07-11 15:05:07 +08:00
ee299b2d53
bugfix: set FORCE_INLINE_ATTR for resume_uart
2023-07-11 15:04:19 +08:00
c2b8a1d95c
i2c: introduce chip specific cmd register number
...
Merges https://github.com/espressif/esp-idf/pull/10811
2023-07-11 14:55:46 +08:00
d191b0c540
Power Management: fix hp xtal wait bug for esp32h2 and esp32c6
2023-07-11 14:53:43 +08:00
60a3e5053e
Power Management: support pu xtal in light sleep for esp32h2
2023-07-11 14:53:15 +08:00
7599d07c3f
bugfix: remove the workaround implemented in MR 22773 about the lp_timer
2023-07-11 14:53:02 +08:00
6e15f589cc
Power Management: move lp_timer_hal.c to upper hal layer for esp32h2 and esp32c6
2023-07-11 14:52:46 +08:00
8aaa256aa9
Power Management: support RC32K or Crystal32K powered down
2023-07-11 14:52:35 +08:00
c15c8664ca
codeclean: fix prefix to LP_AON and add LP_AON_STORE8_REG
2023-07-11 14:52:24 +08:00
f44e8a8a8f
brownout: Disable the hardware BOD when BOD interrupt is enabled
2023-07-11 14:32:40 +08:00
bdc49fbff4
ieee802154: update test code
2023-07-11 14:28:54 +08:00
91d17e0073
ieee802154: support ieee802154 test
2023-07-11 14:28:54 +08:00
c80ee99c6a
ieee802154: add a patch for ieee802154 test
2023-07-11 14:28:54 +08:00
bba902cc46
ieee802154: add CONFIG_IEEE802154_TEST for supporting ieee802154 test
2023-07-11 14:28:54 +08:00
e88adc3401
IEEE802154: match C6 max txpower value with datasheet
2023-07-11 14:28:54 +08:00
b135270e68
ieee802154: add modem reset and fix ieee802154 test app reg command error
2023-07-11 14:28:54 +08:00
181ed29c3a
feat(openthread): Add event post for thread role changed and integrate all the thread state change callbacks
2023-07-11 14:27:05 +08:00
bcd99bb58d
fix(openthread): fix ot settings out of range issue
2023-07-11 14:21:19 +08:00
a125e8f7ed
Merge branch 'feature/services_proximity_v5.1' into 'release/v5.1'
...
NimBLE : Added proximity sensor as a service (v5.1)
See merge request espressif/esp-idf!24649
2023-07-11 14:04:31 +08:00
2c9a2a76f7
example: bringup light sleep example for esp32h2
2023-07-11 13:58:08 +08:00
2abfeb19c8
Power Management: change the IO hold interface for esp32c6
2023-07-11 12:04:20 +08:00
8ef8459c0d
Power Management: update pmu init and sleep parameter
2023-07-11 12:04:09 +08:00
3b40ce4d9b
Power Management: fix REGDMA clock issue when wake up form light sleep
2023-07-11 12:03:59 +08:00
e5e0a0918a
Power Management: support MODEM domain powered down in light sleep for esp32h2
2023-07-11 12:03:46 +08:00
c39a0cc0b5
Power Management: fix REGDMA power issue when TOP domain powered down during light sleep for esp32h2
2023-07-11 12:03:36 +08:00
113366820b
Power Management: support TOP domain powered down in light sleep for esp32h2
2023-07-11 12:03:25 +08:00
24486dd069
Power Management: support PAU REGDMA feature for esp32h2
2023-07-11 12:03:13 +08:00
c12d7f5463
Power Management: support CPU powered down in light sleep for esp32h2
2023-07-11 12:03:02 +08:00
356fa3ab4b
Power Management: support DFS and PMU feature for esp32h2
2023-07-11 12:02:39 +08:00
62b20b5518
Merge branch 'bugfix/esp_event_err_docs_v5.1' into 'release/v5.1'
...
fix(core-system/esp event): Fixed missing error return documentation for... (v5.1)
See merge request espressif/esp-idf!24573
2023-07-11 11:46:43 +08:00
2bee46a354
esp_phy: phy track pll logic refactor
2023-07-11 10:50:29 +08:00
244be856b2
openthread: enable HW AES in ot_cli example
2023-07-11 10:39:34 +08:00
72cc92578d
Openthread: fix dead lock related to ot and lwip
2023-07-11 10:39:34 +08:00
26c0a23598
openthread: change partition table to nvs flash
2023-07-11 10:39:34 +08:00
d4dd3dfa2b
openthread: introduce the auto start API
2023-07-11 10:39:34 +08:00
f3924e5aa8
openthread: add source address selection hook
2023-07-11 10:39:34 +08:00
bcb9e6b5eb
lwip: add a hook for ip6 source address selection
2023-07-11 10:39:34 +08:00
e9a8456279
Merge branch 'fix/mbedtls_ecdsa_veriy_restartable_v5.1' into 'release/v5.1'
...
mbedtls: update submodule (v5.1)
See merge request espressif/esp-idf!24636
2023-07-11 10:18:27 +08:00
87426b8fbd
Merge branch 'fix/esp32s3_sysview_trace_corrupt_v5.1' into 'release/v5.1'
...
fix(app_trace): Fix apptrace data corruption on ESP32-S3 (v5.1)
See merge request espressif/esp-idf!24680
2023-07-11 08:37:55 +08:00
37ff7a92bf
Merge branch 'bugfix/wps_deauth_sent_before_eap_failure_v5.1' into 'release/v5.1'
...
Fix for sending deauth before Eap-Failure in WPS (v5.1)
See merge request espressif/esp-idf!24368
2023-07-11 06:43:27 +08:00
18a8f86ecb
Merge branch 'bugfix/lwip_dhcps_hook_types_v5.1' into 'release/v5.1'
...
lwip: Fix incorrect invocation of the hook `LWIP_HOOK_DHCPS_POST_APPEND_OPTS` (v5.1)
See merge request espressif/esp-idf!24658
2023-07-11 03:31:31 +08:00
1dbbd97749
ble: support esp32c6 power save example
2023-07-10 18:08:37 +00:00
0cf0757224
Merge branch 'bugfix/ulp_fsm_ci_v5.1' into 'release/v5.1'
...
ulp-system/ulp-fsm: clean up test cases (v5.1)
See merge request espressif/esp-idf!24070
2023-07-11 01:46:39 +08:00
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
cf517e3e39
Merge branch 'bugfix/tempsensor_wifi_conflict_v5.1' into 'release/v5.1'
...
temperature_sensor: Fix issue that have conflict with phy / Fix phy pwdet and tsens power cannot be set twice issue (v5.1)
See merge request espressif/esp-idf!24064
2023-07-11 01:38:04 +08:00
bdbb717be9
mbedtls: update submodule to include:
...
fix: mbedtls_ecdsa_can_do was not being defined when ECDSA_SIGN_ALT is defined but ECDSA_VERIFY_ALT is not defined causing mbedtls_ecdsa_verify_restartable to always fail.
feature: initial version of the sbom.yml file
2023-07-10 14:11:51 +00:00
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
24011f1e6c
Merge branch 'fix/update_doc_for_spi_slave_hd_protocol_v5.1' into 'release/v5.1'
...
fix(all): update documentaion for spi slave hd protocols (v5.1)
See merge request espressif/esp-idf!24635
2023-07-10 19:39:45 +08:00
3eacf08267
fix(app_trace): Fix apptrace data corruption on ESP32-S3
...
Close https://github.com/espressif/esp-idf/issues/10604
diff --git a/components/soc/esp32s3/include/soc/tracemem_config.h b/components/soc/esp32s3/include/soc/tracemem_config.h
index 55c9b907dd..75fd87419b 100644
--- a/components/soc/esp32s3/include/soc/tracemem_config.h
+++ b/components/soc/esp32s3/include/soc/tracemem_config.h
@@ -10,7 +10,7 @@ extern "C" {
#endif
#define TRACEMEM_MUX_BLK0_NUM 22
-#define TRACEMEM_MUX_BLK1_NUM 23
+#define TRACEMEM_MUX_BLK1_NUM 26
#if (TRACEMEM_MUX_BLK0_NUM < 6) || (TRACEMEM_MUX_BLK0_NUM > 29)
#error Invalid TRAX block 0 num!
2023-07-10 13:06:02 +03:00
e21fc0dc50
Merge branch 'feature/update_ble_libs_5.1' into 'release/v5.1'
...
ble: Added APIs for QA test
See merge request espressif/esp-idf!24651
2023-07-10 17:21:51 +08:00
e68d4a7177
Merge branch 'feature/update_ble_duplicte_vs_hci_lib_fix_5_1' into 'release/v5.1'
...
Feature/update ble duplicte vs hci lib fix 5 1
See merge request espressif/esp-idf!24638
2023-07-10 15:09:18 +08:00
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
7bce53cc0d
build system: fix init.bat crash in windows when folder contains unicode characters
2023-07-10 11:33:01 +08:00
d636754e70
build system: more accurate error information for git_describe
...
Closes https://github.com/espressif/esp-idf/issues/9071
See merge request espressif/esp-idf!23891
2023-07-10 11:31:32 +08:00
e29e39f9d6
esp_event: fix build error related to format
...
Closes https://github.com/espressif/esp-idf/issues/11428
See merge request !23833
2023-07-10 11:28:03 +08:00
0954babbd6
temperature_sensor: make as a weak link
2023-07-10 11:16:09 +08:00
a33541f036
phy: fix phy pwdet and tsens power cannot be set twice issue
...
Closes https://github.com/espressif/esp-idf/issues/11627
2023-07-10 11:16:09 +08:00
e493a99da2
temperature_sensor: Apply new-shared interface in temperature sensor driver
2023-07-10 11:16:09 +08:00
acc6d99572
temperature_sensor: Add new interface and reference counts so that phy and driver can use together
2023-07-10 11:16:09 +08:00
4a1c291389
fix(all): update documentaion for spi slave hd protocols
2023-07-10 03:00:45 +00:00
3b7dc69e90
Merge branch 'feature/sync_libphy_v5.1' into 'release/v5.1'
...
sync libphy to v5.1
See merge request espressif/esp-idf!24588
2023-07-10 10:38:41 +08:00
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
0930b5ca1e
Merge branch 'bugfix/fix_spi_flash_api_concurrency_issue_v5.1' into 'release/v5.1'
...
spi_flash: fix concurrency issue when concurrently calling esp_flash apis (v5.1)
See merge request espressif/esp-idf!24508
2023-07-10 10:24:51 +08:00
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
28860655af
Merge branch 'bugfix/update_esp_rom_layout_v5.1' into 'release/v5.1'
...
esp_rom: fix rom layout issues (backport v5.1)
See merge request espressif/esp-idf!24639
2023-07-10 10:23:16 +08:00
33aff4c5a0
Fix for sending deauth before Eap-Failure in WPS
2023-07-10 02:20:51 +00:00
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
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
575a433c98
Fix incorrect invocation of the hook LWIP_HOOK_DHCPS_POST_APPEND_OPTS
...
Fix https://github.com/espressif/esp-idf/issues/11373
2023-07-07 14:14:02 +02:00
cf4c39a225
esp_netif: Make esp_netif_receive() return value configurable
2023-07-07 13:56:13 +02:00
39b8218750
esp_netif: Report error if esp_netif_receive() fails
...
Closes https://github.com/espressif/esp-idf/issues/10770
2023-07-07 13:56:13 +02:00
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
a7b62bbcaf
Merge branch 'bufix/fix_assert_while_stack_deinit_v5.1' into 'release/v5.1'
...
NimBLE : Fix assert due to controller event while stack deinit (v5.1)
See merge request espressif/esp-idf!24620
2023-07-07 19:41:52 +08:00
027e6ecab9
ble: Added APIs for QA test
2023-07-07 19:40:48 +08:00
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
18ffa02b72
esp_wifi : Fix collection of issues during sta scan and roam.
...
1) Fix issue during split scan to allow for data tx.
2) Fix issue when parsing wpa_ie to set correct authmode when AP
supports both WPA_EAP and WPA_EAP_SHA256 authmode.
Closes https://github.com/espressif/esp-idf/issues/11202
3) Fix an occasional crash during sta roam.
4) Add home_channel_dwell_time to wifi_scan_config_t. This allows
configuration of the time spent between scanning consecutive
channels for tx.
2023-07-07 18:11:38 +08:00
43604dffbe
esp_wifi: fix ret when setting channel at wifi not started, fix timer callback
2023-07-07 18:09:29 +08:00
6cb39b4485
Merge branch 'bugfix/concurrency_while_eloop_register_v5.1' into 'release/v5.1'
...
esp_wifi: Bugfix concurrency observed while doing eloop register (v5.1)
See merge request espressif/esp-idf!24570
2023-07-07 18:00:49 +08:00
8592f19a95
esp_phy: fix rtc_printf and libbtbb version print
2023-07-07 17:39:25 +08:00
044baf90e5
sync libphy to v5.1
2023-07-07 17:38:01 +08:00
66f384cad0
Merge branch 'bugfix/added_chip_based_cca_config_v5.1' into 'release/v5.1'
...
ble: fix cca for esp32c2
See merge request espressif/esp-idf!24426
2023-07-07 17:31:00 +08:00
893967f596
feat (NimBLE): Add proximity sensor as a service
2023-07-07 14:59:22 +05:30
64ba835d05
Merge branch 'feat/improve_wifi_rx_in_high_interference_v5.1' into 'release/v5.1'
...
esp_phy: update esp32c2 phy lib to fix some issues(v5.1)
See merge request espressif/esp-idf!24163
2023-07-07 17:19:27 +08:00
a787b927c7
Nimble: Corrected conditional check during connection to handle failure case
2023-07-07 14:33:44 +05:30
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
68654bfd5f
Merge branch 'feature/add_support_pcl_vsc_v5.1' into 'release/v5.1'
...
fix(Nimble): Add VSC / VSE handling code and structure for PCL Set RSSI (v5.1)
See merge request espressif/esp-idf!24608
2023-07-07 16:27:26 +08:00
fc7d4488bf
esp_rom: fix rom layout issues
2023-07-07 01:02:07 -07:00
730d8e18d8
fix(ble): Fix duplicate var length issue
2023-07-07 14:29:21 +08:00
1398605873
fix(ci): Fix declaration isn't a prototype issue
2023-07-07 14:29:21 +08:00
0359d0df5d
feat(ble): Update ble lib to 6f9ef119
2023-07-07 14:29:21 +08:00
eea7df273c
change(ble): Enable pdu type trig in duplicate in default mode as before
2023-07-07 14:29:21 +08:00
a5f127ec88
feat(ble): Add duplicate refersh function support for esp32h2
2023-07-07 14:29:21 +08:00
2b195191b3
feat(ble): Add support to scan period refresh duplicate cache list
2023-07-07 14:29:21 +08:00
a357fd17c2
feat(ble): Add duplicate filter feature enable on ble for h2.
2023-07-07 14:29:21 +08:00
6dc7d9b63f
feat(ble): Add duplicate filter feature enable on ble for c6.
2023-07-07 14:29:21 +08:00
a7f00f503a
spi_flash: rename spi_flash_os_func_app: spi_start, spi_end
...
spi_start -> s_acquire_spi_bus_lock
spi_end -> s_release_spi_bus_lock
2023-07-07 10:13:28 +08:00
f142415475
spiflash: added esp_flash API concurrency pressure test
2023-07-07 10:13:28 +08:00
faa8c2bc8f
spi_flash: fix concurrency issue when calling esp_flash apis under xip_psram or auto_suspen
2023-07-07 10:13:28 +08:00
d2e8dccd40
spiflash: fix not calling on_spi_acquired when CONFIG_SPI_FLASH_SHARE_SPI1_BUS issue
2023-07-07 10:13:28 +08:00
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
022ce314c3
Nimble: Add APIs to handle vs HCI commands and events
2023-07-06 19:54:19 +05:30
bb3bd09b93
esp_phy: update esp32c2 phy lib to fix some issues
...
1. improve Wi-Fi rx 11b pkts for AC-DC power supply modules.
2. fix Wi-Fi disconnect in low temperature.
3. fix RTC_SW_CPU_RST occur in Wi-Fi start and stop process.
2023-07-06 17:09:09 +08:00
f1b9af72fd
Merge branch 'bugfix/sync_reporting_files_v5.1' into 'release/v5.1'
...
NimBLE : Sync common porting and nimble submodule files (v5.1)
See merge request espressif/esp-idf!24277
2023-07-06 15:05:54 +08:00
d25df894fa
Merge branch 'bugfix/host_flw_ctrl_v5.1' into 'release/v5.1'
...
NimBLE: Fixed mismatch of number of completed packtes in host flow control (v5.1)
See merge request espressif/esp-idf!23854
2023-07-06 14:33:06 +08:00
7b70e2eb34
ble: fix cca for esp32c2
2023-07-06 14:05:43 +08:00
fe05003a8f
fix(nimble): Fix assert due to controller event while stack deinit
2023-07-06 10:30:36 +05:30
57312e6e3e
adc_calib: support calibration v2 on esp32c6
2023-07-06 10:36:29 +08:00
5e3488396a
Merge branch 'bugfix/fix_some_bt_controller_bug_v5.1' into 'release/v5.1'
...
component_bt:Fixed some bluetooth bugs(v5.1)
See merge request espressif/esp-idf!24579
2023-07-06 00:54:40 +08:00
16ff61b36e
Merge branch 'ble_dev/support_ble_light_sleep_using_extra_link_5.1' into 'release/v5.1'
...
Ble dev/support ble light sleep using extra link 5.1
See merge request espressif/esp-idf!24192
2023-07-05 20:32:56 +08:00
71a5663786
Merge branch 'bugfix/hfp_packet_type_err_v5.1' into 'release/v5.1'
...
Revised (e)SCO configuration parameter sets (v5.1)
See merge request espressif/esp-idf!24346
2023-07-05 20:05:59 +08:00
d682fbeb07
Merge branch 'bugfix/alarm_not_free_when_a2dp_deinit_v5.1' into 'release/v5.1'
...
bugfix/Fixed the issue of alarm leak (v5.1)
See merge request espressif/esp-idf!24351
2023-07-05 19:53:09 +08:00
425b660583
Merge branch 'feature/update_avrcp_v1.5_v5.1' into 'release/v5.1'
...
change(bt/Bluedroid): Update AVRCP version to 1.5 (v5.1)
See merge request espressif/esp-idf!24582
2023-07-05 19:52:09 +08:00
4474b0ac8c
Merge branch 'bugfix/resume_ext_scan_pti_in_time_v5.1' into 'release/v5.1'
...
bt: fix the issue that BLE scan uses high priority incorrectly and causes Wi-Fi unable to work normally on ESP32-C3 and ESP32-S3(backport v5.1)
See merge request espressif/esp-idf!24403
2023-07-05 19:49:05 +08:00
51ed7ef9f1
Merge branch 'bugfix/fix_hang_during_sleep_process_v5.1' into 'release/v5.1'
...
Power Management: fix hang on pd_top sleep process (backport v5.1)
See merge request espressif/esp-idf!24459
2023-07-05 19:48:19 +08:00
60163c3b0f
Merge branch 'bugfix/memory_cleanup_optimization_v5.1' into 'release/v5.1'
...
Nimble: Fixes for memory leak / optimization (v5.1)
See merge request espressif/esp-idf!24139
2023-07-05 19:42:58 +08:00
97b0cb9d14
Merge branch 'contrib/github_pr_11337_v5.1' into 'release/v5.1'
...
w5500: mac: poll VERSIONR to ensure the chip is initialised (GitHub PR) (v5.1)
See merge request espressif/esp-idf!24551
2023-07-05 19:34:10 +08:00
87b960121a
Merge branch 'contrib/github_pr_10987_v5.1' into 'release/v5.1'
...
Allow to config the maximum number of VFS entries. (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23871
2023-07-05 19:32:32 +08:00
40f93bcc41
Merge branch 'ci/tcp_transport_test_app_v5.1' into 'release/v5.1'
...
ci: Migrate unit test for tcp_transport to unit test app (v5.1)
See merge request espressif/esp-idf!24248
2023-07-05 19:30:44 +08:00
aa434942c1
Merge branch 'backport/fix_multipan_api_error_and_coex_delay_reg' into 'release/v5.1'
...
ieee802154: fix multipan api error and update coex_arb_delay reg(Backport v5.1)
See merge request espressif/esp-idf!24399
2023-07-05 19:30:07 +08:00
9658469de2
Merge branch 'backport/modification_when_154_stop_tx_rx_ack' into 'release/v5.1'
...
Fix OpenThread/IEEE802.15.4 bugs found in test(backport v5.1)
See merge request espressif/esp-idf!24060
2023-07-05 19:28:43 +08:00
b8cfb56c43
Merge branch 'bugfix/tx_only_link_up_v5.1' into 'release/v5.1'
...
Ethernet minor fixes (v5.1)
See merge request espressif/esp-idf!23968
2023-07-05 19:25:46 +08:00
46396d7c16
Merge branch 'bugfix/usb_serial_jtag_select_poll_crash_v5.1' into 'release/v5.1'
...
vfs: select sanity NULL check (v5.1)
See merge request espressif/esp-idf!23946
2023-07-05 19:25:25 +08:00
5d05aa9942
fix(esp_wifi): NAN Service discovery and datapath bugfixes
...
1. Increase timeout value for NDP Accepted/Rejected events
2. Update publisher ID incase publisher restarts(service)
3. Ignore service discovery frames with invalid/inactive service ID
4. Update NAN documentation
2023-07-05 14:33:56 +05:30
f3e2681766
Merge branch 'contrib/github_pr_11743_v5.1' into 'release/v5.1'
...
docs(jtag): Update chip revisions to follow ESP32-C3 errata (GitHub PR) (v5.1)
See merge request espressif/esp-idf!24589
2023-07-05 15:26:26 +08:00
1e7d3425e5
bt-coexist: fix the issue for BLE scan in using whitelist that scan PTI keeps high and not resumes after reception of ADV_EXT_IND but no AUX_ADV_IND followed on ESP32-C3 and ESP32-S3, which causes Wi-Fi unable to work normally
2023-07-05 12:54:59 +08:00
6f673e95c9
adc_oneshot: move power acquire back to adc_oneshot_new_unit
...
Revert and fix of d197c59eaa
in !23575
adc_cali: fix the condition of ocode calibration
2023-07-05 12:48:11 +08:00
e90a2d50c4
adc_cali: supported channel compensation of adc calibration on esp32c6
2023-07-05 12:48:11 +08:00
0b7485db02
efuse(c6): Adds adc calib efuses
2023-07-05 12:48:11 +08:00
6336a9e2b5
adc_cali: supported adc calibration on esp32c6
2023-07-05 12:48:11 +08:00
a41f5387c1
NimBLE : Sync porting files
2023-07-05 10:02:58 +05:30
a2a674a107
NimBLE: Fixed mismatch of number of completed packtes in host flow control
2023-07-05 10:01:46 +05:30
e0b98b75e7
Merge branch 'docs/add_provisioning_CN_trans_backport_v5.1' into 'release/v5.1'
...
Docs: add CN translation for api-reference/provisioning/provisioning.rst (backport v5.1)
See merge request espressif/esp-idf!24486
2023-07-05 12:29:45 +08:00
deca1e79ba
Docs: add CN translation for api-reference/provisioning/provisioning.rst (backport v5.1)
2023-07-05 12:29:45 +08:00
bcde9d944e
Merge branch 'docs/add_Chinese_translation_for_linux-host-requirements.rst_and_external-ram-esp32-notes.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for linux-host-requirements.rst and external-ram-esp32-notes.rst (backport v5.1)
See merge request espressif/esp-idf!24491
2023-07-05 12:29:08 +08:00
4e2acf1af7
docs: provide CN translation for linux-host-requirements.rst and external-ram-esp32-notes.rst (backport v5.1)
2023-07-05 12:29:08 +08:00
2cffd23655
Merge branch 'bugfix/pmu_wait_xtal_stable_time_issue' into 'release/v5.1'
...
fix PMU wait xtal stable time issue for esp32c6
See merge request espressif/esp-idf!24259
2023-07-05 12:27:26 +08:00
7c696fcb71
Merge branch 'bugfix/rtc_clk_int_rc32k_miss_calib_cycles_config_v5.1' into 'release/v5.1'
...
backport v5.1: fix the issue of missing configuration for calibration cycles of the internal 32 kHz RC
See merge request espressif/esp-idf!24584
2023-07-05 12:27:08 +08:00
9d47a58750
Merge branch 'bugfix/macro_changes_in_nimble-1.5_v5.1' into 'release/v5.1'
...
NimBLE : Update macro name changes in nimble-1.5 (v5.1)
See merge request espressif/esp-idf!23745
2023-07-05 12:24:52 +08:00
8051cb704c
Merge branch 'bugfix/fix_bootloader_wrong_spi_freq_print_v5.1' into 'release/v5.1'
...
bugfix: fix esp32c6 bootloader print wrong spi speed mode (backport v5.1)
See merge request espressif/esp-idf!24460
2023-07-05 12:24:16 +08:00
bd0343c9c3
Merge branch 'bugfix/fix_config_option_v5.1' into 'release/v5.1'
...
Nimble: Fixed setting macro values based on selected configuration (v5.1)
See merge request espressif/esp-idf!24137
2023-07-05 12:16:36 +08:00
bcef59f33c
Merge branch 'bugfix/mbedtls_dyanmic_buffer_with_dhm_build_v5.1' into 'release/v5.1'
...
fix(mbedtls): Build issue in dynamic buffer feature (v5.1)
See merge request espressif/esp-idf!24537
2023-07-05 12:04:00 +08:00
051965af52
Merge branch 'bugfix/fix_pcl_enh_rsp_v5.1' into 'release/v5.1'
...
Nimble: Removed the extra status field in the enh read transmit power level (v5.1)
See merge request espressif/esp-idf!23883
2023-07-05 12:00:25 +08:00
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
4ea182eaa2
Merge branch 'docs/add_a_note_about_RMT_preipheral_in_the_programming_guide_v5.1' into 'release/v5.1'
...
rmt: add a note about binding channels to the same GPIO (v5.1)
See merge request espressif/esp-idf!24566
2023-07-05 10:08:33 +08:00
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
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
c66e4a8a50
Merge branch 'bugfix/ringbuf_static_object_size_v5.1' into 'release/v5.1'
...
Ringbuf: Fix ordering of StaticRingbuffer_t (v5.1)
See merge request espressif/esp-idf!24593
2023-07-05 09:45:02 +08:00
163f0721dd
feat(usb): update HID Host example
2023-07-05 00:52:13 +00:00
09808b7fb4
Merge branch 'doc/updata_adc_migration_guide_v5.1' into 'release/v5.1'
...
migration_guide: update adc calibration api part (v5.1)
See merge request espressif/esp-idf!24257
2023-07-05 08:49:26 +08:00
8cb70f0d12
ringbuf: Fix ordering of StaticRingbuffer_t
...
When building on linux/host compilers (e.g., GCC), the compiler may add padding
depending on the size and order of the member types.
This commit fixes the ordering or the StaticRingbuffer_t such that it matches
the internal Ringbuffer_t. The "_Static_assert" is always enabled for all
compilers.
Closes https://github.com/espressif/esp-idf/issues/11726
2023-07-04 21:30:43 +01:00
c81bc8c819
Merge branch 'bugfix/aes_dma_align_issue_v5.1' into 'release/v5.1'
...
aes: fix DMA descriptor calculation for the alignment case (v5.1)
See merge request espressif/esp-idf!24093
2023-07-04 19:57:10 +08:00
8f0d41d02b
docs(jtag): Update CN translation of 'api-guides/jtag-debugging/index.rst'
2023-07-04 19:29:24 +08:00
1737366af7
docs(jtag): Update chip revisions to follow ESP32-C3 errata (GitHub PR)
2023-07-04 19:29:24 +08:00
7b6af86814
docs(rmt): add a note about binding channels to the same GPIO
...
Added a note about RX Channel and TX Channel initialization order when
bound RX and TX to the same gpio.
Closes https://github.com/espressif/esp-idf/issues/11768
2023-07-04 19:26:33 +08:00
3ded61323d
Nimble: Added Example Walkthrough tutorial for Multi Adv example
2023-07-04 15:55:04 +05:30
3345092a44
Nimble: Added Example Walkthrough tutorial for HTP example in nimble
2023-07-04 15:54:34 +05:30
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
1ed419e23c
Nimble: Removed the extra status field in the enh read transmit power level
2023-07-04 15:48:38 +05:30
4e1ec90525
Nimble: Fixed setting macro values based on selected configuration
2023-07-04 15:48:16 +05:30
73639cf0b4
Nimble: Fixes for memory leak / optimization
2023-07-04 15:45:22 +05:30
d39b4d849e
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/rmt.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-reference/peripherals/rmt.rst (backport v5.1)
See merge request espressif/esp-idf!24540
2023-07-04 18:12:46 +08:00
9216bdc078
Power Management: fix PMU wait xtal stable time issue
2023-07-04 16:22:00 +08:00
94a10372cc
feature: skip console uart flush and sleep when estimated uart flush time exceeds the sleep duration to avoid rtos tick jump failed
2023-07-04 16:14:20 +08:00
963fac95d7
fix(rtc_clk): fix the issue of missing configuration for calibration cycles of the internal 32 kHz RC
2023-07-04 16:06:37 +08:00
015555c6fb
change(bt/Bluedroid): Update AVRCP version to 1.5
2023-07-04 15:52:29 +08:00
6e9dabe659
bt: Fixed some bluetooth bugs
...
1. Fixed LC_AFH_UPDATE_IND has not benn processed causing memory exhaustion
2. Fixed no free elt in prog push
3. Fixed disconnect due to sniff with error Dsniff
4. Fixed the problem that the host continued to send ACL data to the controller after disconnection, which caused the connection to fail again
2023-07-04 15:03:10 +08:00
4bf8f8895c
Update bt-lib for esp32
...
- Fixed memory leak when setting adv data
2023-07-04 15:03:05 +08:00
50904e9353
components/bt: Fix crash due to NULL point
2023-07-04 14:55:04 +08:00
b5cab579fe
fix(core-system/esp event): Fixed missing error return documentation for esp_event_loop_create_default
...
ESP_ERR_INVALID_STATE was not listed as a possible return error code.
Closes https://github.com/espressif/esp-idf/issues/11745
2023-07-04 13:41:51 +08:00
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
d9426fc255
Merge branch 'contrib/github_pr_11652_v5.1' into 'release/v5.1'
...
Fix ULP FSM register macros with addr[9:0] > 0xFF (GitHub PR) (v5.1)
See merge request espressif/esp-idf!24268
2023-07-04 13:27:52 +08:00
29f52acbfe
Merge branch 'bugfix/increase_pm_dump_time_field_length_v5.1' into 'release/v5.1'
...
Power Management: increase pm_dump time field width (backport v5.1)
See merge request espressif/esp-idf!24450
2023-07-04 12:16:38 +08:00
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
159e80246b
Merge branch 'feature/add_modem_module_rst_api_v5.1' into 'release/v5.1'
...
modem_clock: add modem module mac reset api (backport v5.1)
See merge request espressif/esp-idf!24441
2023-07-04 12:15:33 +08:00
11d34b143f
Merge branch 'bugfix/sdp_32_and_128_bit_UUID_v5.1' into 'release/v5.1'
...
bt:Fixed SDP not being able to configure 32-bit and 128-bit UUID(v5.1)
See merge request espressif/esp-idf!24442
2023-07-04 12:15:01 +08:00
09f2ab841f
Merge branch 'docs/update_esp_hid_host_v5.1' into 'release/v5.1'
...
[docs] fix documents for Bluetooth HID Host API reference (backport v5.1)
See merge request espressif/esp-idf!24389
2023-07-04 12:14:22 +08:00
c020194656
Revised (e)SCO configuration parameter sets
2023-07-04 04:12:35 +00:00
4ce9023cd4
Fixed the issue of alarm leak in hf-ag
2023-07-04 04:12:24 +00:00
ced0a5747b
Fixed the issue of alarm leak in A2DP
2023-07-04 04:12:24 +00:00
38e2a6fce6
esp_wifi: Bugfix concurrency observed while doing eloop register
2023-07-04 09:42:18 +05:30
56bb50b85e
Merge branch 'bugfix/fix_some_ble_bugs_v5.1' into 'release/v5.1'
...
FIxed some BLE bugs (backport v5.1)
See merge request espressif/esp-idf!24275
2023-07-04 12:11:35 +08:00
207e589917
Merge branch 'bugfix/support_esp32c6_sleep_retention_extra_link_v5.1' into 'release/v5.1'
...
backport v5.1: support extra linked list retention for BLE and 15.4
See merge request espressif/esp-idf!24220
2023-07-04 12:11:04 +08:00
54360507f3
Merge branch 'bugfix/malloc_free_removal_v5.1' into 'release/v5.1'
...
Backport some wifi fixes (backport v5.1)
See merge request espressif/esp-idf!24264
2023-07-04 12:10:21 +08:00
f93f08bcd2
Merge branch 'bugfix/fix_wps_with_sae_enabled_ap_v5.1' into 'release/v5.1'
...
esp_wifi: Fix WPS issue for WPA3+WPA2 mode (v5.1)
See merge request espressif/esp-idf!24152
2023-07-04 12:09:50 +08:00
30a67ed72c
btbb: support register retention in esp32c6
2023-07-04 12:09:22 +08:00
e72359fc66
ble:added esp32c6 light sleep support
2023-07-04 12:09:22 +08:00
b2b0940516
Merge branch 'bugfix/fix_Cache_Count_Flash_bug_v5.1' into 'release/v5.1'
...
cache: patch some rom cache api, rename those apis in ld (backport v5.1)
See merge request espressif/esp-idf!24289
2023-07-04 12:07:25 +08:00
27a5a6fcae
Merge branch 'bugfix/fix_esp32s3_psram_access_failed_in_dfs_v5.1' into 'release/v5.1'
...
esp_pm: fix esp32s3 psram access failed when dfs is enabled (backport v5.1)
See merge request espressif/esp-idf!24202
2023-07-04 12:06:42 +08:00
4647045388
Merge branch 'bugfix/support_esp326_xtal_xpd_v5.1' into 'release/v5.1'
...
esp32c6: support xtal xpd (backport v5.1)
See merge request espressif/esp-idf!24253
2023-07-04 12:04:51 +08:00
d4bfed373e
Merge branch 'rebase/add_ble_version_support_for_c6_eco1' into 'release/v5.1'
...
ble:add version num support for esp32c6 chip v5.1
See merge request espressif/esp-idf!23610
2023-07-04 12:03:36 +08:00
8181da4fee
heap: remove exclusion of esp32h2 as a target for no/light/comprehensive_poisoning tests
2023-07-04 11:08:59 +08:00
e70c174643
Merge branch 'contrib/github_pr_11405_v5.1' into 'release/v5.1'
...
Fix initialization macros for twai_timing_config_t not setting .clk_src and .brp (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23983
2023-07-04 11:04:22 +08:00
0e4c071519
Merge branch 'bugfix/fix_i2s_ll_cpp_compilation_failure_v5.1' into 'release/v5.1'
...
i2s: fixed i2s_ll compiling failure under C++ environment (v5.1)
See merge request espressif/esp-idf!24401
2023-07-04 11:03:35 +08:00
934bdca370
Merge branch 'feature/add_log_when_mspi_timing_tuning_is_enabled_v5.1' into 'release/v5.1'
...
mspi: added timing tuning start, and success log (v5.1)
See merge request espressif/esp-idf!24053
2023-07-04 11:02:20 +08:00
ee91a42a33
ulp-system/ulp-fsm: clean up test cases
2023-07-04 02:59:15 +00:00
0f0b77b192
Merge branch 'refactor/pump_up_dependency_version_of_es8311_example_v5.1' into 'release/v5.1'
...
feati(example): bump up dependency version of examples (v5.1)
See merge request espressif/esp-idf!24554
2023-07-04 10:34:18 +08:00
1bf26b2def
Merge branch 'bugfix/incorrect_time_after_ota_v5.1' into 'release/v5.1'
...
esp_hw_support: Fix invalid system time if s_esp_rtc_time_us & s_rtc_last_ticks were moved around (v5.1)
See merge request espressif/esp-idf!24408
2023-07-03 20:37:40 +08:00
0a3fc51ae0
Merge branch 'feature/esp_ipc_isr_fix_v5.1' into 'release/v5.1'
...
esp_system: Fix a race-condition in esp_ipc_isr (in QEMU env) (v5.1)
See merge request espressif/esp-idf!23991
2023-07-03 20:35:33 +08:00
7d72773d88
Merge branch 'bugfix/systick_loop_v5.1' into 'release/v5.1'
...
freertos: Fix Systick stuck when systimer was not reset (v5.1)
See merge request espressif/esp-idf!24321
2023-07-03 20:34:58 +08:00
bac32e9c43
feat(example): bump up version of es8311 lvgl in the example
2023-07-03 16:33:42 +08:00
3d181f5346
ble:add version num support for esp32c6 chip
2023-07-03 16:16:06 +08:00
f963c7c009
Merge branch 'bugfix/vfs_uart_outof_bounds_read_v5.1' into 'release/v5.1'
...
vfs_uart: fix out-of-bounds read (v5.1)
See merge request espressif/esp-idf!24312
2023-07-03 16:13:06 +08:00
4f0f317d54
Merge branch 'bugfix/mcpwm_legacy_typo_v5.1' into 'release/v5.1'
...
mcpwm: fix typo in backward compatible macro name (v5.1)
See merge request espressif/esp-idf!24227
2023-07-03 16:11:20 +08:00
098e559d46
w5500: rework version check to avoid a false alarm on fault detection
...
See: https://github.com/espressif/esp-idf/issues/11331
2023-07-03 06:51:15 +00:00
cacb45d450
Merge branch 'bugfix/coverity_scan_fix_driver_v5.1' into 'release/v5.1'
...
ADC: Fixed potential multiply overflow in the calibration code (v5.1)
See merge request espressif/esp-idf!24091
2023-07-03 13:40:22 +08:00
a17bdbd3ef
Merge branch 'bugfix/rgb_pixel_copy_bpp8_v5.1' into 'release/v5.1'
...
rgb_lcd: Support LCD rotation for LCD whose pixel size is one byte (v5.1)
See merge request espressif/esp-idf!24208
2023-07-03 13:40:07 +08:00
fb0cc7189a
NimBLE : Update macro name changes in nimble-1.5
2023-07-03 04:58:43 +00:00
81b03f6d32
Nimble: Add support to send power control event in registered callback
2023-07-03 09:52:59 +05:30
4a27fde8e4
Merge branch 'docs/trans_wifi_provisioning_backport_v5.1' into 'release/v5.1'
...
Docs: add CN translation for api-reference/provisioning/wifi_provisioning.rst (backport v5.1)
See merge request espressif/esp-idf!24479
2023-07-03 12:18:35 +08:00
1e3f330130
Docs: add CN translation for api-reference/provisioning/wifi_provisioning.rst (backport v5.1)
2023-07-03 12:18:34 +08:00
ec8268d863
fix(mbedtls): Build issue in dynamic buffer feature
...
Fix build issue in mbedTLS dynamic buffer feature with
`CONFIG_MBEDTLS_DHM_C` enabled case.
Closes https://github.com/espressif/esp-idf/issues/11770
2023-07-03 04:01:19 +00:00
ebb5fb9e88
ble:support esp32h2 power save example
2023-07-03 11:45:16 +08:00
1eb43094c5
phy: update phy enable/disable for h2 light sleep
2023-07-03 11:45:16 +08:00
06c6281add
ble: support esp32h2 modem clock selection
2023-07-03 11:45:16 +08:00
c44624c056
Merge branch 'feature/esp_rom_update_cpu_freq_v5.1' into 'release/v5.1'
...
bootloader_support: add missing esp_rom_sys.h to bootloader_flash.c bootloader build (v5.1)
See merge request espressif/esp-idf!24014
2023-07-03 11:38:38 +08:00
cd4845e431
Merge branch 'bugfix/fixed_ble_create_sync_fail_v5.1' into 'release/v5.1'
...
Bugfix/fixed ble create sync fail v5.1
See merge request espressif/esp-idf!24305
2023-07-03 10:59:49 +08:00
952998aacd
Merge branch 'bugfix/spi_master_assert_failure_v5.1' into 'release/v5.1'
...
spi_master: fix the assertion on a NULL desired_dev (v5.1)
See merge request espressif/esp-idf!24004
2023-07-03 10:50:28 +08:00
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
657586e6ba
docs: provide CN translation for api-reference/peripherals/rmt.rst
2023-07-03 10:34:00 +08:00
423931c2fa
Merge branch 'bugfix/linux_heap_realloc_v5.1' into 'release/v5.1'
...
core-system/linux-target: fixed heap_caps_realloc not correctly allocating the... (v5.1)
See merge request espressif/esp-idf!23976
2023-07-03 10:31:40 +08:00
61524a2675
Merge branch 'bugfix/esp32c2_slave_report_address_error_v5.1' into 'release/v5.1'
...
Bugfix/esp32c2 slave report address error v5.1
See merge request espressif/esp-idf!23923
2023-07-03 10:31:20 +08:00
8c5e1c1d49
Merge branch 'docs/fix_typo_in_api-reference_system_ota_v5.1' into 'release/v5.1'
...
fix a typo in api-reference/system/ota (v5.1)
See merge request espressif/esp-idf!24444
2023-07-03 09:27:20 +08:00
a4bf7dd65c
Merge branch 'docs/update_installation_prerequisites_for_ubuntu_debian_v5.1' into 'release/v5.1'
...
docs: update installation prerequisites for Ubuntu and Debian system (v5.1)
See merge request espressif/esp-idf!24451
2023-07-03 09:27:07 +08:00
cc74be8dbb
Merge branch 'docs/update_code_how_to_configure_multiple_antennas_of_wifi_v5.1' into 'release/v5.1'
...
docs: update code of how to configure multiple antennas of wifi (v5.1)
See merge request espressif/esp-idf!24456
2023-07-03 09:26:50 +08:00
679ac08d77
Merge branch 'docs/fix_typo_in_api_guides_usb_otg_console_v5.1' into 'release/v5.1'
...
docs: fix a typo in api-guides/usb-otg-console (v5.1)
See merge request espressif/esp-idf!24453
2023-07-03 09:26:37 +08:00
d7986f9b22
Merge branch 'docs/update_interrupt_number_esp32h2_v5.1' into 'release/v5.1'
...
docs: update the number of interrupts for esp32h2 (v5.1)
See merge request espressif/esp-idf!24458
2023-07-03 09:26:17 +08:00
f34139e379
Merge branch 'support/esp_coredump_logs_config_v5.1' into 'release/v5.1'
...
Optionally disable logs in espcoredump component (v5.1)
See merge request espressif/esp-idf!24482
2023-07-02 22:04:59 +08:00
0bf93134f4
Merge branch 'feature/anti_dpa_configuration_c6_h2_v5.1' into 'release/v5.1'
...
esp32c6/esp32h2: crypto: add support for DPA protection configuration (v5.1)
See merge request espressif/esp-idf!24128
2023-06-30 23:50:44 +08:00
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
d93007b44a
Merge branch 'fix/xts_aes_register_prefix_discrepancy_c6_h2_v5.1' into 'release/v5.1'
...
fix: xts aes register prefix discrepancy for ESP32H2 and ESP32C6 (v5.1)
See merge request espressif/esp-idf!24263
2023-06-30 23:48:57 +08:00
9bf3bfe85c
Merge branch 'bugfix/add_esp32h2_chip_id_v5.1' into 'release/v5.1'
...
Add ESP32-H2 chip id in `esp_chip_id_t` enum in esp_app_format.h header file (v5.1)
See merge request espressif/esp-idf!24111
2023-06-30 23:48:28 +08:00
633d072d05
Merge branch 'bugfix/expose_clear_all_wl_api_v5.1' into 'release/v5.1'
...
fix(Nimble): Expose API to clear all addresses in whitelist out of stack (v5.1)
See merge request espressif/esp-idf!24307
2023-06-30 22:10:04 +08:00
5d35a45a53
Merge branch 'feature/extend_proj_desc_json_v5.1' into 'release/v5.1'
...
extend information in project_description.json (v5.1)
See merge request espressif/esp-idf!24125
2023-06-30 21:17:05 +08:00
d4652daec6
Merge branch 'fix/idf_tools_certificate_v5.1' into 'release/v5.1'
...
Tools: Update the certificate of idf_tools.py (v5.1)
See merge request espressif/esp-idf!23928
2023-06-30 21:16:32 +08:00
df7ab11865
Merge branch 'fix/hints-print-control-characters_v5.1' into 'release/v5.1'
...
tools: fix control characters print if hints enabled (v5.1)
See merge request espressif/esp-idf!23889
2023-06-30 21:15:48 +08:00
c8ea97984f
Merge branch 'bugfix/removed_working_directory_error_v5.1' into 'release/v5.1'
...
Tools bugfix: Removed working directory when using idf.py (v5.1)
See merge request espressif/esp-idf!24150
2023-06-30 21:06:34 +08:00
b48beba60f
Merge branch 'feature/tools_add_ulp_linux_i686_toolchain_v5.1' into 'release/v5.1'
...
tools: add ULP toolchain for linux-i686 platform (v5.1)
See merge request espressif/esp-idf!24194
2023-06-30 21:05:29 +08:00
9ceed8a0c9
Merge branch 'feature/submodules_sbom_v5.1' into 'release/v5.1'
...
tools: add sbom information for submodules (v5.1)
See merge request espressif/esp-idf!24240
2023-06-30 21:05:02 +08:00
7985943ec2
Merge branch 'bugfix/bump_check_copyright_v5.1' into 'release/v5.1'
...
tools: bump check-copyright in .pre-commit-config.yaml (v5.1)
See merge request espressif/esp-idf!24341
2023-06-30 21:04:09 +08:00
e0fff7b2cc
Merge branch 'fix/pyparsing_3.1.0_compatibility_v5.1' into 'release/v5.1'
...
fix: Compatibility with pyparsing>=3.1.0 (backport v5.1)
See merge request espressif/esp-idf!24369
2023-06-30 21:03:50 +08:00
d4efb0e369
Merge branch 'docs/fix_error_in_esp32-s2-devkitc-1_pin_layout_diagram_v5.1' into 'release/v5.1'
...
Docs/Fix error in esp32-s2-devkitc-1 pin layout diagram (v5.1)
See merge request espressif/esp-idf!24122
2023-06-30 20:10:12 +08:00
152055933d
Merge branch 'docs/update_cn_for_api-conventions_backport_v5.1' into 'release/v5.1'
...
Docs: Translate api-conventions.rst (backport v5.1)
See merge request espressif/esp-idf!24121
2023-06-30 20:08:14 +08:00
f84139451a
NVS: nvs_tool.py entry.data None check fix
2023-06-29 11:07:03 +02:00
7687c5200c
Added description to disable coredump logs to ram_usage.rst
...
Signed-off-by: Vikram <vikram.dattu@espressif.com >
2023-06-29 11:50:48 +05:30
207ac93d43
Optionally disable logs in espcoredump component
...
Early log strings used by this component are placed in DRAM.
Disabling these logs saves ~5KB of internal memory
Signed-off-by: Vikram <vikram.dattu@espressif.com >
2023-06-29 11:50:48 +05:30
3381782661
ci: increase timeout threshold to solve deepsleep wakestub example ci failure
2023-06-28 18:15:57 +08:00
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
88289c3fda
bugfix: fix bootloader print wrong spi speed mode
2023-06-28 16:12:09 +08:00
13e546fa20
docs: update the number of interrupts for esp32h2
2023-06-28 15:07:46 +08:00
09d8803687
docs: update code of how to configure multiple antennas of wifi
2023-06-28 14:43:37 +08:00
c820d8181c
docs: fix a typo in api-guides/usb-otg-console
2023-06-28 14:40:44 +08:00
790b6a2ad8
docs: update installation prerequisites for Ubuntu and Debian system
2023-06-28 14:38:41 +08:00
171544ded4
bugfix: increase pm_dump time field width
...
Closes https://github.com/espressif/esp-idf/issues/11704
2023-06-28 14:37:27 +08:00
58ee786bfd
fix a typo in api-reference/system/ota
2023-06-28 14:25:01 +08:00
0b7e61b95a
btc_sdp: add_raw_sdp: fix 32 and 128-bit uuid configuration
...
Added proper conversion of 4 and 16-byte UUIDs values to binary streams.
UUIDs now set with SDP_AddAttribute() instead of
SDP_AddServiceClassIdList().
2023-06-28 14:11:34 +08:00
afc889e934
esp_wifi: implement wifi_reset_mac_wrapper
2023-06-28 14:01:43 +08:00
2e5a194f62
esp_hw_support: add modem module mac reset api
2023-06-28 14:01:29 +08:00
981701755d
ci: fix failed ci test jobs
2023-06-28 13:55:26 +08:00
1c12743d44
sleep: enable sleep reject when entering deep sleep and return err if sleep request is rejected
2023-06-28 13:55:16 +08:00
bb6d154f11
freertos: Fix Systick stuck when systimer was not reset
...
Relates to OTA update for C3/S3 chips from IDF version 4.3 to v5.0 and above
2023-06-26 12:21:28 +00:00
6d0d2366f7
esp_hw_support: Fix invalid system time if s_esp_rtc_time_us & s_rtc_last_ticks were moved around
...
The commit fixes the case:
If variables in RTC RAM have been moved around by the linker,
they will be filled with garbage data. Any reset other than OTA would work fine
because the variables would still be initialized from the initial bootup.
So now system time will be valid even after OTA.
Closes https://github.com/espressif/esp-idf/issues/9448
2023-06-26 18:12:30 +08:00
13e74d5573
i2s: fixed i2s_ll compiling failure under C++ evironment
...
Closes: https://github.com/espressif/esp-idf/issues/11625
2023-06-26 15:42:36 +08:00
b615fd7f8f
touch_element: fix unintended integer division
2023-06-26 07:07:52 +00:00
0e68d6fb29
usbh: fix invalid assert on desc_status
2023-06-26 07:07:52 +00:00
641a07950d
vfs_uart: fix out-of-bounds read
...
when open uart device "/2" on chips only have 2 UART peripherals
2023-06-26 07:07:52 +00:00
fc49f10bb4
ieee802154: fix multipan api error and update coex_arb_delay reg
2023-06-26 10:57:17 +08:00
8ed82f11ae
fix: Compatibility with pyparsing>=3.1.0
2023-06-25 19:59:13 +02:00
503de45dd8
ble: Fixed the issue of occasional failure to create sync on ESP32-H2
2023-06-25 21:46:41 +08:00
5d00fd4d60
ble: Fixed the issue of occasional failure to create sync on ESP32-C6
2023-06-25 21:46:13 +08:00
5fa5f7b2fe
component/docs: enable generation of API-reference documents for Bluetooth HID host
2023-06-25 15:37:41 +08:00
e5899f6a70
resolve the conflicts
2023-06-25 15:37:41 +08:00
3a9762ce57
Nimble: Removed files referring to old TTFW framework
2023-06-25 11:43:30 +05:30
a2daceb791
Nimble: Expose API to clear all addresses in whitelist out of stack
2023-06-25 10:13:39 +05:30
c570f67461
Merge branch 'ci/fix_extra_backslash' into 'release/v5.1'
...
build_template_app: Remove extra backslash
See merge request espressif/esp-idf!24374
2023-06-23 19:39:05 +08:00
2fb799c52e
build_template_app: Remove extra backslash
2023-06-23 15:01:53 +05:30
79e12a1840
Merge branch 'ci/ignore_pkg_resources_deprecation_warning_v5.1' into 'release/v5.1'
...
ci: ignore pkg_resources deprecation warning (v5.1)
See merge request espressif/esp-idf!24339
2023-06-21 15:37:40 +08:00
fbbc548e7f
tools: bump check-copyright in .pre-commit-config.yaml
...
Newer check-copyright version 1.0.2 contains fixes for copyrights
with single year and also the proposed date update is applied only
if number of changed lines is greater or equal to a limit. The default
limit is 5 and can be changed with the --lines-changed option if needed.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-06-21 07:06:01 +02:00
3cad4ca937
ci: ignore pkg_resources deprecation warning
2023-06-21 07:27:15 +08:00
4ba10243f4
cache: patch some rom cache api, rename those apis in ld
...
1. Cache_Count_Flash_Pages, fix this api return enexpected + 1
2. Cache_Suspend_I/DCache, add wait cache idle after suspend cache
3. Cache_Freeze_I/DCache_Enable, add wait cache idle after freeze
2023-06-19 10:53:51 +08:00
f0860ac590
ci: add access psram with DFS unity test
2023-06-19 10:21:46 +08:00
96a1de0af8
bugfix: use avaliable gpio for esp32s3 pm_trace
2023-06-19 10:21:46 +08:00
ad1605a464
bugfix: fix esp32s3 psram access failed when dfs is enabled
2023-06-19 10:21:42 +08:00
b4dcd3bf21
Update bt-lib for esp32
...
1 Fixed disconnection delay on peripheral when slave latency is not zero
2 Fixed LLCP info init for central and peripheral
3 Fixed sent cmd status evt twice when process disconnect cmd
2023-06-16 11:06:12 +08:00
db68d45702
Update bt lib for ESP32-C3 and ESP32-S3
...
- Fixed crash when controller initialization fails due to insufficient memory
2023-06-16 11:05:49 +08:00
3758e37024
bluedroid: fixed default extended connection params
2023-06-16 11:02:17 +08:00
4001888e69
esp_hid: fixed ble hid battery level setting
2023-06-16 11:01:40 +08:00
0602ed3b4c
esp_wifi: Remove direct call of malloc() and free()
2023-06-15 22:38:48 +05:30
b20922c6d5
esp_wifi: fix some txop issues
2023-06-15 22:38:44 +05:30
e707ad166d
fix ULP FSM reg ops with addr > 0xFF
2023-06-15 14:00:45 +02:00
dbb6fddcbc
Introduced delay to avoid watchdog timer in throughput app
2023-06-15 15:15:25 +05:30
96767058df
esp32c6: xts-aes register preefix discrepency
2023-06-15 13:53:35 +05:30
2fb7d32cd3
esp32h2: xts-aes register prefix discrepency
2023-06-15 13:53:35 +05:30
3edc3e9b48
migration_guide: update adc calibration api part
2023-06-15 11:46:31 +08:00
896b382015
mcpwm: fix typo in backward compatible macro name
2023-06-15 10:58:15 +08:00
8aa7e85e31
sleep: Fix domain power down status cannot get updated accordingly with the allowance of retention in runtime
2023-06-15 10:26:59 +08:00
f0b6e8f37e
feature: support xtal_xpd pmu parameters
2023-06-15 10:22:33 +08:00
e1f2e656e2
ci: Migrate unit test for tcp_transport to unit test app
2023-06-14 16:01:00 +02:00
18969310e2
tools: do not disable pytest-embedded
...
As pointed out by Fu Hanxi, the pytest_build_system job is currently
using --parallel-index and --parallel-count, which are provided by
pytest-embedded, so we should not disable it. Moreover to properly
disable pytest-embedded we should use "no:pytest_embedded". Meaning
this probably was not working as indented anyway.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-06-14 12:42:50 +02:00
dbff74bee4
tools: add sbom information for submodules
...
This adds SBOM information for submodules, which are not managed
by Espressif. Meaning there is no fork for them in the espressif
namespace. Other submodules should add sbom.yml manifest file to
the root of their git repository.
The SBOM information for submodules is stored in the .gitmodules file.
Each SBOM related variable has the "sbom-" prefix and the following
variables may be used:
sbom-version:
submodule version
sbom-cpe:
CPE record if available in NVD. This will be used by the SBOM
tool to check for possible submodule vulnerabilities. The
version in the CPE can be replaced with the "{}" placeholder,
which will be replaced by the "sbom-version" value from above.
sbom-supplier:
Person or organization who is providing the submodule.
It has to start with "Person:" or "Organization:" prefix
as required by the SPDX-2.2 standard.
sbom-url:
URL to the project if exists, e.g. github.
sbom-description:
Project description.
sbom-hash:
Submodule SHA as recorded in the git-tree. This field is used by
CI to check that the submodule checkout hash and info in .gitmodules
are in sync. IOW if submodule is updated and it has SBOM info in
.gitmodules, the .gitmodules has to be updated too. The test is
part of this commit. The checkout has of the submodule can be found
by using "git submodule status".
Example for micro-ecc submodule
---8<---
[submodule "components/bootloader/subproject/components/micro-ecc/micro-ecc"]
path = components/bootloader/subproject/components/micro-ecc/micro-ecc
url = ../../kmackay/micro-ecc.git
sbom-version = 1.0
sbom-cpe = cpe:2.3🅰️ micro-ecc_project:micro-ecc:{}:*:*:*:*:*:*:*
sbom-supplier = Person: Ken MacKay
sbom-url = https://github.com/kmackay/micro-ecc
sbom-description = A small and fast ECDH and ECDSA implementation for 8-bit, 32-bit, and 64-bit processors
sbom-hash = d037ec89546fad14b5c4d5456c2e23a71e554966
---8<---
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-06-14 12:38:12 +02:00
ec51060d45
pau: fix logic error in extra link retention
2023-06-13 21:06:29 +08:00
ccd4ff2945
sleep retention: implement the extra linked list retention for modules with retention clock bugs
2023-06-13 21:05:36 +08:00
ef4c0a7753
sleep retention: fix crash issue caused by destroying the module after the module node creation fails
2023-06-13 21:04:38 +08:00
8b18591982
rgb_lcd: support pixel copy for 8bpp
...
Closes https://github.com/espressif/esp-idf/issues/11581
2023-06-13 18:21:21 +08:00
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
ee7554c1c4
esp_system: Fix a race-condition in esp_ipc_isr (in QEMU env)
...
The race condition is very unlikely on real hardware but can be observed with
qemu under heavy load.
Also add missing `memw` instructions which are generated by the C compiler but
absent in the assembly code.
Signed-off-by: Paul Guyot <pguyot@kallisys.net >
Signed-off-by: KonstantinKondrashov <konstantin@espressif.com >
Merges https://github.com/espressif/esp-idf/pull/11447
Closes https://github.com/espressif/esp-idf/issues/11433
2023-06-13 08:10:00 +00:00
9538dc203d
tools: add ULP toolchain for linux-i686 platform
...
Closes https://github.com/espressif/esp-idf/issues/11561
2023-06-13 12:50:04 +07:00
3d7f7c32e3
adc: fix out of bound read
...
when SOC_ADC_PERIPH_NUM==1, the adc_unit should only be assigned with 0
2023-06-12 15:19:17 +08:00
778a045e66
mspi: added timing tuning start, and success log
2023-06-12 11:49:05 +08:00
7c2743f379
esp_wifi: Fix WPS issue for WPA3+WPA2 mode
2023-06-09 18:22:59 +05:30
8a9f12eaa4
Tools bugfix: Removed working directory when using idf.py
...
Added check for existence of current working directory when using idf.py
Closes https://github.com/espressif/esp-idf/issues/11476
2023-06-09 14:24:29 +02:00
1764a0bd28
crypto: add support for DPA protection configuration in C6/H2
...
- Technical details covered in section "15.3.2 Anti-DPA Attack Security
Control" chapter of the ESP32-C6 TRM
- Default configuration sets the security level low for the DPA
protection
- This change applies to all the crypto peripherals where the clock
frequency is dynamically adjusted to create randomness in the power
consumption trajectory
- This configuration helps to make the SCA attacks difficult on the
crypto peripherals
2023-06-08 20:37:03 +05:30
03162bb276
tools: extend information in project_description.json
...
This extends information provided in the project_description.json file.
Newly added information can be used in the SBOM generating tool and
also to improve hints regarding the the component dependency issues.
Added fields
version:
This adds versioning to the project_description.json file,
so it's easy to identify if it contains the required information.
project_version:
Can be used as a version for the resulting binary e.g. `hello_world.bin`.
idf_path:
This one is probably not necessary, but it allows tools to run even without
esp-idf environment exported(e.g. export.sh).
c_compiler:
The `CMAKE_C_COMPILER` value with full path to the compiler binary. This can
be used to get information about toolchain, which was used to build the project.
common_component_reqs:
List of common components as presented in cmake's __COMPONENT_REQUIRES_COMMON
and set in tools/cmake/build.cmake:__build_init().
build_component_info:
Detailed information about components used during build. It's a
dictionary with the component name as a key and each component has
a dictionary with detailed information. Following is an example for
the efuse component.
"efuse": {
"alias": "idf::efuse",
"target": "___idf_efuse",
"prefix": "idf",
"dir": "/home/fhrbata/work/esp-idf/components/efuse",
"type": "LIBRARY",
"lib": "__idf_efuse",
"reqs": [],
"priv_reqs": [ "bootloader_support", "soc", "spi_flash" ],
"managed_reqs": [],
"managed_priv_reqs": [],
"file": "/home/fhrbata/work/blink/build/esp-idf/efuse/libefuse.a",
"sources": [ "/home/fhrbata/work/esp-idf/components/efuse/esp32s3/esp_efuse_table.c", ... ],
"include_dirs": [ "include", "esp32s3/include" ]
}
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-06-08 14:29:53 +02:00
0f781c718c
tools: fix make_json_list to return empty json list for empty cmake list
...
Currently make_json_list() returns '[ "" ]' for empty cmake list. Fix this
so empty json list is returned instead.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-06-08 14:29:53 +02:00
ae86d26f7e
openthread: fix assert when parsing security key failed
2023-06-08 17:15:16 +08:00
7cb730a6e8
fix_error_in_esp32-s2-devkitc-1_pin_layout_diagram
2023-06-08 16:51:09 +08:00
66c3265a26
Docs: Translate api-conventions.rst
2023-06-08 16:32:26 +08:00
4866e7c6d0
Add ESP32-H2 chip id in esp_chip_id_t
enum in esp_app_format.h header file
2023-06-08 10:34:23 +05:30
69bcbe97f4
aes: fix DMA descriptor calculation for the alignment case
...
The number of the DMA descriptors allocated for certain length (e.g.,
8176) were not sufficient (off by 1 error). This used to result in the
dynamic memory corruption as the region was modified beyond the
allocated range.
This change fixes the DMA descriptor calculation part and allocates
sufficient DMA descriptors based on the data length alignment considerations.
Test has also been added to cover the specific scenario in the CI.
Closes https://github.com/espressif/esp-idf/issues/11310
2023-06-07 04:29:32 +00:00
f9cf8db97e
drivers: fix issue reported by coverity
2023-06-07 11:42:11 +08:00
a9d12c0fe9
adc: fixed the issue that multiply overflow before type expand
2023-06-07 11:40:56 +08:00
e74a2565e4
Fix initialization macros for twai_timing_config_t not setting .clk_src and .brp
2023-06-07 01:45:26 +00:00
57e70c0d2c
IEEE802154: modification of the action when stop tx/rx ack
2023-06-05 17:56:01 +08:00
50d30f7ff1
esp_phy:Update phy lib for ESP32-C2
2023-06-05 16:49:48 +08:00
80f3ad1f1b
ble:fixed the issue that slave reports the wrong address for master when address resolution disable
2023-06-05 16:49:48 +08:00
4bc762621d
Merge branch 'bugfix/fix_bleqabr23_222_v5.1' into 'release/v5.1'
...
Revert "bluedroid: report disconnect event after BLE link closed" (backport 5.1)
See merge request espressif/esp-idf!24036
2023-06-03 08:43:09 +08:00
42592552b5
Merge branch 'feature/itwt_add_setup_timeout_timer_backport_v5.1' into 'release/v5.1'
...
esp_wifi: itwt add setup timeout timer to track response frame (backport v5.1)
See merge request espressif/esp-idf!24040
2023-06-03 08:40:41 +08:00
5a21bea309
esp_wifi: itwt add setup timeout timer to track response frame
2023-06-02 19:46:15 +08:00
cb88d20f9e
Merge branch 'bugfix/fix_wakeup_failed_if_powerdown_flash_in_lightsleep_v5.1' into 'release/v5.1'
...
Power Management: fixed flash funcs called in sleep wakeup process (backport v5.1)
See merge request espressif/esp-idf!24009
2023-06-02 19:18:36 +08:00
d28cb4a954
esp_wifi:
...
1. mesh: layer2 node will scan all channels when fixed root leave
2. show warning info when setting max connection num for softAP
2023-06-02 17:27:28 +08:00
c5e580e522
Revert "bluedroid: report disconnect event after BLE link closed"
...
This reverts commit d751960b27
.
2023-06-02 16:51:07 +08:00
ddc16a47fe
Merge branch 'bugfix/wpsreg_ap_assoc_respone_v5.1' into 'release/v5.1'
...
esp_wifi: Bugfix wpsreg AP not responding to assoc req (v5.1)
See merge request espressif/esp-idf!24027
2023-06-02 13:30:22 +08:00
03832dbd5e
bugfix: fix some flash funcs called in sleep wakeup process
2023-06-02 02:53:51 +00:00
ecf46dd5da
Merge branch 'docs/update_esp32c6_wifi_api_guides_backport_v5.1' into 'release/v5.1'
...
docs: update esp32c6 api guides about wifi part (backport v5.1)
See merge request espressif/esp-idf!24020
2023-06-01 19:24:50 +08:00
e8d9104953
esp_wifi: Bugfix wpsreg AP not responding to assoc req
...
Fixed regression caused by 2b8e40e7
2023-06-01 15:36:54 +05:30
6cd76ba321
docs: update for esp32c6
2023-06-01 14:27:19 +08:00
5a9cff0d34
docs: update esp32c6 api guides about wifi part
2023-06-01 14:26:37 +08:00
aa741b90ad
Merge branch 'docs/c6_misc_updates_v5.1' into 'release/v5.1'
...
Docs: c6 misc updates (v5.1)
See merge request espressif/esp-idf!23999
2023-06-01 11:03:42 +08:00
4b20d27caf
bootloader_support: add missing esp_rom_sys.h to bootloader_flash.c bootloader build
...
Missing esp_rom_sys.h header could cause declaration issues.
Signed-off-by: Almir Okato <almir.okato@espressif.com >
2023-06-01 10:57:16 +08:00
d5fb4ff7c8
esp_rom: add common ROM API to update CPU tick rate
2023-06-01 10:57:13 +08:00
b845c66748
spi_master: fix the assertion on a NULL desired_dev
...
Closes https://github.com/espressif/esp-idf/issues/11536
2023-06-01 02:50:45 +00:00
22adf838c9
Merge branch 'bugfix/c6_h2_decrease_rng_frequency_v5.1' into 'release/v5.1'
...
esp_hw_support: decrease RNG read frequency for C6 and H2 (v5.1)
See merge request espressif/esp-idf!24001
2023-06-01 00:54:49 +08:00
f4f45345ee
esp_hw_support: decrease RNG read frequency on C6 and H2
...
* The RNG reading frequency of 200 KHz has been too high for
C6 and H2 since on these chips the RNG output is combined
with the RTC slow clock which is only 150KHz. Reduced the max
reading frequency via esp_random() from 200KHz to 62.5KHz,
which show best results in tests.
Also updated the bootloader_fill_random() max frequency to the
same value to be in line, even though it was just 83KHz.
2023-05-31 16:16:25 +00:00
7b09d12c89
Merge branch 'bugfix/efuse_summary_v5.1' into 'release/v5.1'
...
system-hardware/efuse: fixed efuse summary description containing ; breaking efuse-summary (v5.1)
See merge request espressif/esp-idf!23979
2023-05-31 22:57:37 +08:00
30f8f83d52
Merge branch 'bugfix/add_warning_for_rc_fast_calibration_h2_v5.1' into 'release/v5.1'
...
clk: Add warning log if RC_FAST clock calibration is needed on esp32h2 (v5.1)
See merge request espressif/esp-idf!23935
2023-05-31 20:21:11 +08:00
5cd24826bb
Merge branch 'bugfix/fix_rc_fast_calibration_v5.1' into 'release/v5.1'
...
rtc_clk: fix esp32c6/esp32h2 eco chip `RC_FAST` bad calibration value (backport v5.1)
See merge request espressif/esp-idf!23940
2023-05-31 17:40:28 +08:00
0d13f6f09d
Merge branch 'bugfix/fix_hang_during_sleep_process_v5.1' into 'release/v5.1'
...
bugfix: fix hang on pd_top sleep process (backport v5.1)
See merge request espressif/esp-idf!23852
2023-05-31 17:40:02 +08:00
871dd9e21a
docs: updated misc C6 programming guide docs with minor changes.
2023-05-31 15:47:26 +08:00
273d973489
idocs: updated Storage API reference documents for ESP32H2
2023-05-31 15:46:42 +08:00
8df4a852f5
docs: updated Storage API reference documents for ESP32C6
2023-05-31 15:46:41 +08:00
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
c337759e24
core-system/linux-target: fixed heap_caps_realloc not correctly allocating the requested number of bytes
...
Closes https://github.com/espressif/esp-idf/issues/11523
2023-05-30 13:27:46 +08:00
888e4339f9
esp_eth: fixed esp_eth_transmit_vargs to transmit only when link is up
...
esp_eth test: clear unicast Rx event before wait
2023-05-29 11:22:11 +00:00
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
3da76d4bd7
vfs: select sanity NULL check
...
https://github.com/espressif/esp-idf/issues/9964
2023-05-26 13:46:11 +02:00
ea5e0ff298
Merge branch 'backport/fix_matter_commissioning_ble_disconnect_issue' into 'release/v5.1'
...
openthread: Add some backports related to openthread(Backport v5.1)
See merge request espressif/esp-idf!23893
2023-05-26 15:37:14 +08:00
125d00c0f7
Merge branch 'feature/c6_bootloader_rng_v5.1' into 'release/v5.1'
...
Feature/c6 bootloader rng (v5.1)
See merge request espressif/esp-idf!23896
2023-05-26 15:36:45 +08:00
8c714acfb5
bugfix: fix rc_fast bad calibration value
2023-05-26 13:59:25 +08:00
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
702afbb0f7
clk: Add warning log if RC_FAST clock calibration is needed on esp32h2
2023-05-26 11:45:00 +08:00
41047c16c9
Tools: Update the certificate of idf_tools.py
2023-05-25 16:29:56 +02:00
b0e2f33082
esp_hw_support/bootloader: made ESP32-C6 and ESP32-H2 RNG available
2023-05-24 09:43:21 +05:30
7eb9af5806
openthread: fix frame counter when re-transmition
2023-05-24 10:43:16 +08:00
2016bddbda
openthread: add kconfig for enabling mac filter
2023-05-24 10:42:52 +08:00
d9e289a5fb
esp_phy: updating lib phy to adapt the voltage changes
2023-05-24 10:35:39 +08:00
71f1bc4453
tools: fix control characters print if hints enabled
...
Closes https://github.com/espressif/esp-idf/issues/11351
2023-05-23 18:30:22 +08:00
6ad6fb9755
Merge branch 'feature/update_ble_doc_for_esp32c6_esp32h2_v5.1' into 'release/v5.1'
...
ble docs: Update ble doc for esp32c6 and esp32h2
See merge request espressif/esp-idf!23801
2023-05-23 15:33:51 +08:00
aea087b793
vfs: VFS_MAX_COUNT should be non-zero even without IO support
2023-05-22 12:30:24 +02:00
de4e003256
Allow to config the maximum number of VFS entries.
2023-05-22 12:30:24 +02:00
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
9310ed608e
Merge branch 'contrib/github_pr_10532_v5.1' into 'release/v5.1'
...
[SDMMC Mount] fix infinite loop when SD card is not responsive (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23527
2023-05-20 07:35:38 +08:00
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
829fdd172c
Merge branch 'feature/add_support_for_lp_i2c_v5.1' into 'release/v5.1'
...
lp-i2c: Added support for LP I2C peripheral to LP core (v5.1)
See merge request espressif/esp-idf!23850
2023-05-20 04:38:59 +08:00
8cecbafe18
Merge branch 'bugfix/close_phy_tsens_before_sleep_v5.1' into 'release/v5.1'
...
sleep: fix deepsleep current leakage caused by phy_tsens (backport v5.1)
See merge request espressif/esp-idf!23843
2023-05-19 20:29:22 +08:00
786faa3cac
Merge branch 'doc/update_efuse_info_v5.1' into 'release/v5.1'
...
doc: Update all efuse info files (v5.1)
See merge request espressif/esp-idf!23853
2023-05-19 20:28:15 +08:00
6477500cf1
sdmmc: incrementally increase delay of vTaskDelay
...
Prevents unnecessary slowdown in polling functions
2023-05-19 14:01:43 +02:00
3ef8c77588
esp_dpp: Fix retry with esp_supp_dpp_start_listen after failure
...
This fixes a subtle bug in which ESP_ERR_DPP_TX_FAILURE errors would
call esp_supp_dpp_stop_listen which sets the s_dpp_stop_listening flag
to true. Subsequent attempts to restart listening with
esp_supp_dpp_start_listen then only attempt to listen once more for
500ms before reading the s_dpp_stop_listening flag again and giving up.
This contributes greatly to #10615 , but the fix here is still largely
a work-around as it sometimes requires manually retrying a couple times
before it works. Without this fix, any number of retries by
deinit/init again will seemingly not work as the retries for currently
unknown reasons.
Signed-off-by: Shreyas Sheth <shreyas.sheth@espressif.com >
Closes https://github.com/espressif/esp-idf/pull/10865
2023-05-19 17:17:18 +08:00
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
576489f8cf
wpa_supplicant : Add MBO ie in probe request.
...
Adds the MBO information element in the probe request frame by resetting
scan_ie after set_config is done.
2023-05-19 16:58:40 +08:00
a32201f6ec
Merge branch 'bugfix/fix_compilation_error_optimization_v5.1' into 'release/v5.1'
...
Nimble: Fix compilation issues seen while enabling -O2 optimization (v5.1)
See merge request espressif/esp-idf!23717
2023-05-19 16:48:18 +08:00
774696285d
Merge branch 'bugfix/fix_lp_bod_if_bt_i154_init_phy_before_wifi_v5.1' into 'release/v5.1'
...
fix(phy): fix lp_bod reset if bt/i154 init phy before wifi
See merge request espressif/esp-idf!23831
2023-05-19 16:25:11 +08:00
d345beb02a
Merge branch 'contrib/github_pr_11402_v5.1' into 'release/v5.1'
...
esp_ds: ignore releasing mutex if not called from same task (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23840
2023-05-19 16:11:15 +08:00
cb6b14a0f8
doc: Update efuse info files
2023-05-19 15:17:16 +08:00
eccb5318f9
Kconfig: add more help info for pm related options help
2023-05-19 13:51:29 +08:00
1df2dcc9fe
bugfix: treat too short sleep duration as sleep reject by software
2023-05-19 13:51:24 +08:00
00e777aff9
bugfix: fix pmp retention and add pma retention
2023-05-19 13:51:20 +08:00
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
2220a07ec1
1. Support NAN ifx for API's esp_wifi_internal_set_fix_rate and esp_wifi_set_protocol
...
2. Remove user configurable flag fsd_reqd from NAN publish config
3. Fix issue wherein NDL of previously cancelled service is obtained in peer record of new service with no NDL
2023-05-19 12:46:39 +08:00
a3ecb8fe93
Add esp32c6 in supported target for ota examples
2023-05-19 10:03:45 +05:30
d9de899ed7
Add ESP32-C6 in supported targets for wifi_prov_mgr example
2023-05-19 10:03:45 +05:30
871bbdcec3
netdb:fixed bug for getaddrinfo returns null when IPV4 mapped address
...
Closes https://github.com/espressif/esp-idf/issues/9693
2023-05-19 12:26:07 +08:00
050367ea37
esp_wifi: fix softap nvs <ssid,password,pmk> not match issue
...
Closes FCS-1196
2023-05-19 12:23:20 +08:00
8bfb5c837e
esp_wifi: Fix tx_callback issue for ESP32C6
2023-05-19 12:19:54 +08:00
7412d1a1a9
wpa_supplicant: Use 'mbedtls_pk_parse_public_key' to parse compressed EC public key and remove unnecessary code
...
Support to parse compressed EC public key is added from 'mbedtls-3.4.0'
2023-05-19 12:19:08 +08:00
edf9f9eff7
esp-wifi: add station SAE-PK (Public Key) configuration note
2023-05-19 12:18:49 +08:00
fc5fe1132a
bugfix: close phy_tsens before deepsleep
2023-05-19 11:04:17 +08:00
ed32d7a267
Merge branch 'bugfix/move_adc_onshot_power_management_to_shot_read_func_v5.1' into 'release/v5.1'
...
Sleep: Fixed abnormal deepsleep base current of ULP ADC on esp32s2/esp32s3 chips (backport v5.1)
See merge request espressif/esp-idf!23828
2023-05-19 11:03:54 +08:00
0d12613ab9
ble docs: Update the ble docs for esp32c6 and esp32h2
2023-05-19 11:03:11 +08:00
cc7c851cb2
Merge branch 'feature/use_api_to_enable_modem_on_esp32h2_v5.1' into 'release/v5.1'
...
ble: use modem_clock api to set clocks on ESP32-H2
See merge request espressif/esp-idf!23806
2023-05-19 11:01:44 +08:00
501c7d1101
esp_ds: ignore releasing mutex if not called from same task
2023-05-19 08:31:34 +05:30
05c98d8b53
Merge branch 'bugfix/sync-contribution-guide_v5.1' into 'release/v5.1'
...
docs: updated contribution agreement (v5.1)
See merge request espressif/esp-idf!23839
2023-05-19 10:54:51 +08:00
19f300fa24
Merge branch 'bugfix/use_safe_noreturn_attr_v5.1' into 'release/v5.1'
...
compiler: replaced noreturn by __noreturn__ in header files (v5.1)
See merge request espressif/esp-idf!23811
2023-05-19 09:37:50 +08:00
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
6cc4ab56e4
docs: updated contribution agreement
2023-05-18 16:27:45 +02:00
bd0f9b8512
fix(phy): fix lp_bod reset if bt/i154 init phy before wifi
2023-05-18 20:57:57 +08:00
43a67a5da3
Merge branch 'feature/esp32c2_enable_rf_temp_compensation_v5.1' into 'release/v5.1'
...
Feature/esp32c2 enable rf temp compensation v5.1
See merge request espressif/esp-idf!23730
2023-05-18 20:34:30 +08:00
ed076c2bc8
bugfix: move adc_oneshot_power_acquire/release to adc_oneshot_read
...
Closes https://github.com/espressif/esp-idf/issues/10595
Closes https://github.com/espressif/esp-idf/issues/11386
2023-05-18 20:08:47 +08:00
7fcba0fbf8
Merge branch 'bugfix/fix_some_ble_bug_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs (backport v5.1)
See merge request espressif/esp-idf!23699
2023-05-18 20:08:25 +08:00
8b7cd4dc08
Merge branch 'bugfix/hfp_ag_idx_invalid_v5.1' into 'release/v5.1'
...
bt: Fixed out of bounds access due to variable length array(v5.1)
See merge request espressif/esp-idf!23665
2023-05-18 20:07:21 +08:00
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
2010d70892
Merge branch 'bugfix/a2dp_source_app_state_error_v5.1' into 'release/v5.1'
...
bt: Fixed the issue that the a2dp source would not send the media start command due to the connection initiated by the peer device(v5.1)
See merge request espressif/esp-idf!23557
2023-05-18 20:04:45 +08:00
f503b0f621
Merge branch 'fix/sdcard_example_blocker_v5.1' into 'release/v5.1'
...
CI: fix sdcard examples timeout (v5.1)
See merge request espressif/esp-idf!23477
2023-05-18 20:03:59 +08:00
5b4c95c50f
Merge branch 'bugfix/update_esp32c6eco1_sleep_fosc_cal_cycles_backport_v5.1' into 'release/v5.1'
...
bugfix: update esp32c6 eco1 fosc calibration cycles during sleep(backport v5.1)
See merge request espressif/esp-idf!23490
2023-05-18 19:52:05 +08:00
79fab2eb92
Merge branch 'backport/fix_ieee802154_typo' into 'release/v5.1'
...
ieee802154: fix a typo in set_channel API(Backport v5.1)
See merge request espressif/esp-idf!23809
2023-05-18 17:07:06 +08:00
f79088f115
Merge branch 'bugfix/add_len_check_per_spi_master_transaction_v5.1' into 'release/v5.1'
...
spi master: added transaction length check to refuse longer than hardware supported length (v5.1)
See merge request espressif/esp-idf!23747
2023-05-18 16:47:18 +08:00
38a1cfe59c
Nimble: Fix compilation issues seen while enabling -O2 optimization
2023-05-18 14:00:33 +05:30
0814386710
Merge branch 'refactor/driver_ut_to_test_app_v5.1' into 'release/v5.1'
...
CI: Move all UT in driver to test_app(backport v5.1)
See merge request espressif/esp-idf!23708
2023-05-18 16:18:26 +08:00
431f5b81a2
Merge branch 'bugfix/fix_doc_blufi_eror_v5.1' into 'release/v5.1'
...
fix blufi doc error (backport v5.1)
See merge request espressif/esp-idf!23724
2023-05-18 15:04:17 +08:00
e8dba711ff
Merge branch 'bugfix/fix_iphone_disconnects_immediately_after_connecting_when_BLE_wifi_coexist_v5.1' into 'release/v5.1'
...
Fix the bug that the iPhone disconnects immediately after connecting when BLE and wifi coexist(backport v5.1)
See merge request espressif/esp-idf!23786
2023-05-18 15:04:14 +08:00
bd5b1008de
comm_components: eth_start initializes spi bus with SPI_DMA_CH_AUTO
...
Close https://github.com/espressif/esp-idf/issues/11083
2023-05-18 14:46:09 +08:00
9f7475dd98
Merge branch 'contrib/github_pr_11215_v5.1' into 'release/v5.1'
...
improve thread safety in esp_timer (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23539
2023-05-18 13:06:46 +08:00
a6cbf68991
compiler: replaced noreturn by __noreturn__ in header files
...
* noreturn may be replaced by third-party macros,
rendering it ineffective
* Closes https://github.com/espressif/esp-idf/issues/11339
2023-05-18 12:49:40 +08:00
6ba1c6c44f
ieee802154: fix a typo in set_channel API
2023-05-18 10:39:51 +08:00
82c6c8149c
Merge branch 'bug/interactive_hints_v5.1' into 'release/v5.1'
...
tools: fix hints processing in interactive mode (v5.1)
See merge request espressif/esp-idf!23795
2023-05-18 00:09:16 +08:00
b3bde42d8c
Merge branch 'bugfix/update_test_dl_esp_cert_v5.1' into 'release/v5.1'
...
tests: update Root certificate for the test endpoints (v5.1)
See merge request espressif/esp-idf!23797
2023-05-17 21:39:09 +08:00
83ac726851
ble: use modem_clock api to set clock on ESP32-C6
2023-05-17 20:04:07 +08:00
133e19d6ee
tests: update Root certificate for the test endpoints
...
Use Root certificate (`DigiCert Global Root G2`) for the
`dl.espressif.com` and `espressif.com` test endpoints.
This fixes the test failure introduced due to renewal of
the intermediate certificate.
2023-05-17 15:27:24 +05:30
8702e49057
spi: added an API to get max transaction length and use in spi lcd driver
2023-05-17 09:03:26 +00:00
4943844764
spi: added transaction length check to refuse longer than hardware supported length
2023-05-17 09:03:26 +00:00
b525e273ce
tools: fix hints processing in interactive mode
...
Currently hints are processed only once the process is finished and
exits with non-error exit code. In interactive mode, e.g. for monitor,
we want to process ouput lines for hints right away.
This adds a simple buffer, which keeps the last line and once EOL is
reached, it is processed for hints.
Since the original hints processing was file based, a new helper
function was added to allow processing hints in string.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2023-05-17 10:56:39 +02:00
0ed8499898
Merge branch 'bugfix/a2dp_source_crash_connect_to_Bose_speaker_v5.1' into 'release/v5.1'
...
Bugfix/a2dp source crash connect to bose speaker (v5.1)
See merge request espressif/esp-idf!23574
2023-05-17 15:10:34 +08:00
0122794a4e
Merge branch 'bugfix/deinit_ble_v5.1' into 'release/v5.1'
...
bugfix: deinit ble for specifies ESP_BT_MODE_BTDM (backport v5.1)
See merge request espressif/esp-idf!23068
2023-05-17 15:09:29 +08:00
c92ddbbf6f
Merge branch 'bugfix/reduce_logging_for_SAE' into 'release/v5.1'
...
Modify log level for SAE (Backport v5.1)
See merge request espressif/esp-idf!23547
2023-05-17 14:02:39 +08:00
5bd2b5bc41
fix blufi doc error
2023-05-17 04:06:11 +00:00
b311a3ffc2
Merge branch 'contrib/github_pr_11388_v5.1' into 'release/v5.1'
...
Update esp_cpu.h to include esp_attr.h (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23738
2023-05-17 09:24:38 +08:00
8adb48cbfd
Merge branch 'fix/console-build-error_v5.1' into 'release/v5.1'
...
console: Fix building issue when serial JTAG is set (v5.1)
See merge request espressif/esp-idf!23735
2023-05-17 08:39:03 +08:00
e86b8136bd
Merge branch 'bugfix/c2_wdt_reset_reason_v5.1' into 'release/v5.1'
...
wdt: fix IWDT reset reason for esp32c2 (v5.1)
See merge request espressif/esp-idf!23740
2023-05-17 08:38:45 +08:00
9b73003628
Fix the bug that the iPhone disconnects immediately after connecting when BLE and wifi coexist
2023-05-16 17:54:06 +08:00
3bdbad6aa7
Merge branch 'feature/remove_coredump_tests_v5.1' into 'release/v5.1'
...
coredump: remove tests (moved to esp-coredump repo) (v5.1)
See merge request espressif/esp-idf!23767
2023-05-16 17:40:26 +08:00
df7a27e36d
CI: Move all UT in driver to test_app
2023-05-16 16:42:28 +08:00
b62cbebb81
Merge branch 'feature/expose_addr_resolv_out_stack_v5.1' into 'release/v5.1'
...
Nimble:Added change to expose addr resolution API outside stack (v5.1)
See merge request espressif/esp-idf!23491
2023-05-16 16:34:11 +08:00
c907f489d6
ble:fixed build error when disable smp
2023-05-16 16:08:54 +08:00
9b61156746
ble:esp32c2 add rf temperature compensation
2023-05-16 16:08:54 +08:00
b8bd147466
ci: re-enable reset reason tests for all targets except H2.
2023-05-16 05:22:07 +00:00
e0b91b748e
esp-system: fixed int WDT reset reason being reported as task WDT on C2
2023-05-16 05:22:07 +00:00
726ed144e4
coredump: remove tests (moved to esp-coredump repo)
2023-05-16 12:43:04 +08:00
accb45f466
Update esp_cpu.h
...
If esp_attr.h is not included then there are no definitions for the symbol 'FORCE_INLINE_ATTR'.
2023-05-16 04:37:17 +00:00
c5003e6220
console: Fix building issue when serial JTAG is set
...
Closes https://github.com/espressif/esp-idf/issues/10707
2023-05-16 04:37:09 +00:00
96e1f6e7a2
Merge branch 'openthread/default_dnsserver_address_v5_1' into 'release/v5.1'
...
openthread: Add menuconfig to set the default dns server address(v5.1)
See merge request espressif/esp-idf!23757
2023-05-16 12:36:20 +08:00
d17ab36645
Merge branch 'feature/c6_ulp_timer_v5.1' into 'release/v5.1'
...
ulp: lp timer support for lp core (v5.1)
See merge request espressif/esp-idf!23659
2023-05-16 09:19:56 +08:00
a056e655d8
openthread: Add menuconfig to set the default dns server address
2023-05-15 19:30:14 +08:00
aed737b351
Merge branch 'feature/efuse_settings_v5.1' into 'release/v5.1'
...
hal: Explicit setting of efuse time settings (v5.1)
See merge request espressif/esp-idf!23725
2023-05-15 19:16:30 +08:00
0edb7ee43a
Merge branch 'bugfix/ulp_i2c_timeout_config_v5.1' into 'release/v5.1'
...
ulp-riscv-i2c: Add ULP RISC-V I2C read/write timeout config option (v5.1)
See merge request espressif/esp-idf!23657
2023-05-15 16:03:15 +08:00
689db30956
Merge branch 'contrib/github_pr_11025_v5.1' into 'release/v5.1'
...
Enable support for C++23 in esp-idf (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23421
2023-05-15 16:02:54 +08:00
59b6634a9a
Merge branch 'feature/add_missed_settings_for_bootloader_reserve_rtc_mem_for_c6_h2_v5.1' into 'release/v5.1'
...
esp_system (C6 & H2): Enables BOOTLOADER_RESERVE_RTC_MEM feature for bootloader (v5.1)
See merge request espressif/esp-idf!23402
2023-05-15 16:02:35 +08:00
24ae831b3d
Merge branch 'contrib/github_pr_11394_v5.1' into 'release/v5.1'
...
docs: Fix typo in Linux/macOS getting started docs (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23732
2023-05-15 10:50:34 +08:00
78d88afbef
Merge branch 'bugfix/i2c_timing_wrong_v5.1' into 'release/v5.1'
...
i2c: fix a bug in sda sample timing (backport v5.1)
See merge request espressif/esp-idf!23379
2023-05-15 10:47:35 +08:00
b8365dced6
Merge branch 'Bugfix/fix_tsen_issue_v5.1' into 'release/v5.1'
...
Temperature sensor: fix return value issue @low temp on H2(backport v5.1)
See merge request espressif/esp-idf!23719
2023-05-15 10:46:11 +08:00
b7199e88b7
Merge branch 'bugfix/mcpwm_bldc_example_v5.1' into 'release/v5.1'
...
mcpwm: test generator force level with dead time module (v5.1)
See merge request espressif/esp-idf!23714
2023-05-15 10:00:00 +08:00
2701677eb6
Fix typo in Linux/macOS getting started docs
...
`hello_word` -> `hello_world`
2023-05-15 09:34:48 +08:00
2165ff386e
hal: Explicit setting of efuse time settings
...
EFUSE_PWR_ON_NUM in C3 has default value = 0x2880, now = 0x3000
2023-05-12 21:42:38 +08:00
79a2cc224c
H2:fix temp sensor issue @low temp
2023-05-12 17:00:58 +08:00
6cfc6f53be
Merge branch 'bugfix/enable_i_pdm_example_pytest_on_h2_v5.1' into 'release/v5.1'
...
i2s_pdm: enable example pytest on h2 (v5.1)
See merge request espressif/esp-idf!23642
2023-05-12 16:47:25 +08:00
e35897db33
Merge branch 'feature/heap-in-flash_v5.1' into 'release/v5.1'
...
heap: Add a configuration that places all the heap component in flash (v5.1)
See merge request espressif/esp-idf!23377
2023-05-12 15:57:31 +08:00
7e49268933
bugfix: deinit ble for specifies ESP_BT_MODE_BTDM
2023-05-12 14:53:56 +08:00
a7021c3e44
mcpwm: fix bldc example force output level inverted
...
set_force_level can only set the generator level before the deadtime module.
if the deadtime module enables the inverter, then the real output level is inverted accordingly
2023-05-12 14:40:10 +08:00
190e9e7212
Merge branch 'bugfix/fix_several_bugs_in_i2s_v5.1' into 'release/v5.1'
...
i2s: fix several bugs in std and tdm mode (v5.1)
See merge request espressif/esp-idf!23669
2023-05-12 11:05:34 +08:00
fc69e53e40
Merge branch 'ci/fix_system_invalid_kconfigs_v5.1' into 'release/v5.1'
...
ci: fix invalid kconfig options in system test apps (v5.1)
See merge request espressif/esp-idf!23660
2023-05-12 11:04:08 +08:00
6f459d4ea8
Merge branch 'feature/reset_mcpwm_in_restart_v5.1' into 'release/v5.1'
...
mcpwm: reset peripheral in restart, panic and halt (v5.1)
See merge request espressif/esp-idf!23651
2023-05-12 10:12:58 +08:00
1d89e24199
Merge branch 'bugfix/fix_mspi_octal_psram_timing_tuning_point_fallback_id_v5.1' into 'release/v5.1'
...
mspi: modified mspi 80mhz octal psram timing tuning point fallback id on s3 (v5.1)
See merge request espressif/esp-idf!23689
2023-05-11 21:24:44 +08:00
2379ee36ab
cxx: gnu++23 -> gnu++2b for clang compatibility, added docs and test
...
* Using -std=gnu++2b now for both gcc and clang as clang
does not recognize gnu++23 yet
* Added a build test app to check the C++ standard in IDF
* Updated english docs to reflect the change to C++23
2023-05-11 17:48:38 +08:00
58fa57af93
Enable support for C++23 in esp-idf
2023-05-11 17:45:20 +08:00
b1c85cc1d5
Merge branch 'contrib/github_pr_10895_v5.1' into 'release/v5.1'
...
Fix possible conversion errors by using __builtin_ffsll (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23690
2023-05-11 16:45:44 +08:00
cf5e2c3962
Merge branch 'doc/update_mcpwm_deadtime_v5.1' into 'release/v5.1'
...
MCPWM: don't allow to apply the same delay module to multiple generators (v5.1)
See merge request espressif/esp-idf!23663
2023-05-11 16:13:23 +08:00
b77479df39
bluedroid: fix ble ext adv rand addr setting for NRPA
2023-05-11 14:36:39 +08:00
ac42a8f2c7
bluedroid: fix ble adv data construct for device name
2023-05-11 14:36:39 +08:00
e6f018a309
bluedroid: fix ble smp key distribution setting
2023-05-11 14:36:39 +08:00
2afb56d189
Update bt lib for ESP32-C3 and ESP32-S3
...
- Fixed remote mic error during encryption procedure
2023-05-11 14:36:39 +08:00
d751960b27
bluedroid: report disconnect event after BLE link closed
2023-05-11 14:36:39 +08:00
7ddb440384
bt: Deleted some redundant variables in HFP_AG
2023-05-11 06:09:06 +00:00
a891aa7e4d
bt: Fixed the problem of out-of-bounds access caused by the variable-length array introduced in 3268075231
...
Closes https://github.com/espressif/esp-idf/issues/11264
2023-05-11 06:09:06 +00:00
d3d73ed8b2
bt: Fixed codec mode error in ESP_HF_WBS_RESPONSE_EVT
2023-05-11 06:09:06 +00:00
a498871111
Merge branch 'bugfix/fix_wrong_hp_ldo_h2_to_v5.1' into 'release/v5.1'
...
ESP32H2: Fix too low hp ldo dbias (v5.1)
See merge request espressif/esp-idf!23598
2023-05-11 11:59:26 +08:00
5d6b59109b
Merge branch 'ci/newlib_pytest_v5.1' into 'release/v5.1'
...
ci: move newlib tests to pytest (v5.1)
See merge request espressif/esp-idf!23685
2023-05-11 11:49:48 +08:00
48ab527148
cxx/esp_hw_support: added build test, changed parameter types
...
Changed rv_utils_intr_edge_ack and esp_cpu_intr_edge_ack to
take uint32_t instead of int to avoid build errors.
The test is to test in particular that __builtin_ffsll, used in
xt_utils.h, which is included via esp_cpu.h, compiles fine
in C++20 with -Wsign-conversion enabled.
Closes https://github.com/espressif/esp-idf/pull/10895
2023-05-11 11:16:45 +08:00
51a9057d9e
Fix possible conversion errors by using __builtin_ffsll instead of __builtin_ffs
...
Signed-off-by: term_est <62337595+term-est@users.noreply.github.com >
2023-05-11 11:16:45 +08:00
6ae2c3c240
mspi: modified mspi 80mhz octal psram timing tuning point fallback id on s3
2023-05-11 11:13:32 +08:00
8b8a6a4450
bt: Added an example of Bluetooth using light sleep
2023-05-11 10:24:00 +08:00
6b0d93efd4
ci: misc fixes for newlib test app
...
Enabled additional tests for C2, added config for testing with newlib nano
as well as cleaned up old configs
2023-05-11 09:27:09 +08:00
d795abeb03
newlib: move test to pytest
2023-05-11 09:26:39 +08:00
70feed14dd
Merge branch 'feature/update-OpenOCD-to-v0.12.0-esp32-20230419_v5.1' into 'release/v5.1'
...
tools: update OpenOCD version to v0.12.0-esp32-20230419 (v5.1)
See merge request espressif/esp-idf!23677
2023-05-11 01:55:34 +08:00
ae4d1c1f81
Merge branch 'feature/esp32c6_esp32h2_enable_panic_tests_v5.1' into 'release/v5.1'
...
tests: panic: esp32c6/esp32h2 enable (v5.1)
See merge request espressif/esp-idf!23683
2023-05-11 00:27:22 +08:00
eec03e6a32
Merge branch 'feature/freertos_add_create_task_with_caps_v5.1' into 'release/v5.1'
...
FreeRTOS: Add xTaskCreateWithCaps() (v5.1)
See merge request espressif/esp-idf!23382
2023-05-10 22:34:17 +08:00
6b31235f3f
tests: panic: add esp32c6 esp32h2
2023-05-10 19:19:47 +08:00
2744e6ce07
Merge branch 'feature/refactor_gdbstub_v5.1' into 'release/v5.1'
...
esp_gdbstub: refactor code (v5.1)
See merge request espressif/esp-idf!23513
2023-05-10 19:11:39 +08:00
b3c5ee767a
tools: update OpenOCD version to v0.12.0-esp32-20230419
2023-05-10 13:15:19 +03:00
ad5044c5f6
freertos: Add task creation with caps functions
...
This commit adds the corresponding CreateWithCaps functions for tasks:
- xTaskCreatePinnedToCoreWithCaps()
- xTaskCreateWithCaps()
- vTaskDeleteWithCaps()
Documentation and migraiton guide have been updated accordingly.
Closes https://github.com/espressif/esp-idf/issues/11216
2023-05-10 17:55:49 +08:00
4a35536244
Merge branch 'feature/freertos_get_static_buffers_v5.1' into 'release/v5.1'
...
FreeRTOS: Add GetStaticBuffer and CreateWithCaps functions (v5.1)
See merge request espressif/esp-idf!23381
2023-05-10 17:53:26 +08:00
670996f484
Merge branch 'bugfix/make_clean_files_v5.1' into 'release/v5.1'
...
build-system: replace ADDITIONAL_MAKE_CLEAN_FILES with ADDITIONAL_CLEAN_FILES (v5.1)
See merge request espressif/esp-idf!23661
2023-05-10 13:46:56 +08:00
8bb8c144c7
i2s_doc: fixed the data of stereo left/right state
2023-05-10 12:36:00 +08:00
653ba59b23
i2s_tdm: fixed half sample bit calculation and added check for slot mask
2023-05-10 12:34:14 +08:00
319e0689a5
i2s_std: fixed mclk check for 24-bit data and enable left alignment as default
2023-05-10 12:32:38 +08:00
6b86fc7ad7
Merge branch 'test/enlarge_gptimer_test_threshold_v5.1' into 'release/v5.1'
...
gptimer: enlarge test threshold (v5.1)
See merge request espressif/esp-idf!23622
2023-05-10 10:39:45 +08:00
f4c5fdbd1a
Merge branch 'ci/migrate_peripherals_examples_v5.1' into 'release/v5.1'
...
ci: migrate peripherals ttfw test scripts (v5.1)
See merge request espressif/esp-idf!23403
2023-05-10 10:25:40 +08:00
7b93cf91aa
mcpwm: can't apply the same delay module to multiple generators
...
This is a hardware limitation, one delay module can only be used by one generator at one time.
Closes https://github.com/espressif/esp-idf/issues/11327
2023-05-10 10:09:48 +08:00
63153794c9
build-system: replace ADDITIONAL_MAKE_CLEAN_FILES with ADDITIONAL_CLEAN_FILES
...
ADDITIONAL_MAKE_CLEAN_FILES is deprecated and only worked with make.
Replaced with the new ADDITIONAL_CLEAN_FILES (CMake 3.15) which also works with ninja.
2023-05-10 09:53:55 +08:00
19a2e42770
ci: fix invalid kconfig options in system test apps
2023-05-10 09:42:12 +08:00
45fd8feba3
ulp: add support for using lp timer with lp core on C6
2023-05-10 09:39:24 +08:00
f5020d3f1b
Merge branch 'bugfix/freertos_nested_sched_suspension_v5.1' into 'release/v5.1'
...
freertos-idf: Fixed incorrect scheduler suspension check in xTaskRemoveFromEventList() (v5.1)
See merge request espressif/esp-idf!23650
2023-05-10 01:41:34 +08:00
08600cb1a3
ulp-riscv-i2c: Add ULP RISC-V I2C read/write timeout config option
...
The commit 88e4c06028
introduced a loop timeout for all ULP RISC-V I2C
transactions to avoid getting stuck in a forever loop. The loop timeout
was set to 500 msec by default. This commit improves on the concept by
making the loop timeout configurable via a Kconfig option in terms of
CPU ticks. If the timeout is set to -1 value then the transaction loops
will never timeout, therefore restoring the driver behavior before the
timeout was introduced.
The commit also updates the I2C Fast mode timings for esp32s2 which need
to be adjusted due to bus timing constraints.
Closes https://github.com/espressif/esp-idf/issues/11154
2023-05-09 15:07:50 +02:00
236d601e98
mcpwm: reset peripheral in restart, panic and halt
...
mcpwm is commonly used in power eletronic area, when restart happens,
make sure the mcpwm generator is not working.
closes https://github.com/espressif/esp-idf/issues/11324
2023-05-09 18:30:46 +08:00
ee18b19b8f
freertos-idf: Fixed incorrect scheduler suspension check in xTaskRemoveFromEventList()
...
This commit fixes a bug in xTaskRemoveFromEvenetList() where in the
check for scheduler suspension did not account for nested suspensions.
Additionally, this commit updates all checks for scheduler
suspension to follow a uniform way.
2023-05-09 12:25:09 +02:00
27f044bd7f
i2s_pdm: enable example pytest on h2 (v5.1)
2023-05-09 17:30:40 +08:00
5a353ab1ca
Merge branch 'docs/add_cn_trans_i2s_v5.1' into 'release/v5.1'
...
Docs: add CN translation for i2s.rst (backport v5.1)
See merge request espressif/esp-idf!23625
2023-05-09 15:13:45 +08:00
bac34f23bc
Docs: add CN translation for i2s.rst (backport v5.1)
2023-05-09 15:13:44 +08:00
8a08cfe7d1
Merge branch 'bugfix/fix_own_addr_is_rap_random_err_v5.1' into 'release/v5.1'
...
Fixed no error report when own address type is rpa_random and no random address setting(backport v5.1)
See merge request espressif/esp-idf!23623
2023-05-08 20:20:53 +08:00
242713ceee
Merge branch 'bugfix/ana_cmpr_negative_enum_v5.1' into 'release/v5.1'
...
driver: Fix ana_cmpr negative enum comparison and bad test (v5.1)
See merge request espressif/esp-idf!23630
2023-05-08 19:44:56 +08:00
1d3a08d06f
Merge branch 'docs/provide_CN_trans_for_22939_backport_v5.1' into 'release/v5.1'
...
docs: update links in mdns.rst (backport_v5.1)
See merge request espressif/esp-idf!23633
2023-05-08 19:43:31 +08:00
e6de764ca1
docs: update links in mdns.rst_backport_v5.1
2023-05-08 17:46:58 +08:00
3948949019
driver: Fix ana_cmpr negative enum comparison
...
The C17 standard (sec 6.7.2.2) indicates that the underlying type of an enum is
implementation defined (i.e., can be signed or unsigned). Thus, comparing
"-1 >= some_enum" where "some_enum" is always 0 or largert can return true if
the compiler uses unsigned for enums.
This commit fixes the following issues with ana_cmpr:
- Fixed incorrect comparison in ana_cmpr_del_unit() that relied on enums being
signed, thus would always return true.
- Fixed incorrect expected argument in the "ana_cmpr_unit_install_uninstall"
test. This was not picked up due to the incorrect enum comparison above.
2023-05-08 17:11:52 +08:00
24cc2d714e
Fixed BLE disconnection failure on ESP32
2023-05-08 12:17:09 +08:00
16696d98c1
Fixed battery profile wrong condition
2023-05-08 11:31:22 +08:00
daf2622a5b
Fixed no error report when own address type is rpa_random and no random address setting
2023-05-08 11:31:06 +08:00
864f5532fa
gptimer: enlarge test threshold
2023-05-08 10:18:58 +08:00
d4a3427eaf
Merge branch 'bugfix/gdma_log_nano_v5.1' into 'release/v5.1'
...
gdma: fixed crash from logging when using newlib nano (v5.1)
See merge request espressif/esp-idf!23585
2023-05-08 10:13:55 +08:00
94d6614c88
Merge branch 'ci/fix_overwrite_pytest_configs_v5.1' into 'release/v5.1'
...
ci: fixed test apps overriding pytest configs (v5.1)
See merge request espressif/esp-idf!23495
2023-05-06 17:40:58 +08:00
de5a9ac1f3
Merge branch 'bugfix/check_filter_range_v5.1' into 'release/v5.1'
...
rmt: check filter and idle threashold (v5.1)
See merge request espressif/esp-idf!23604
2023-05-06 14:00:20 +08:00
46f104b3ae
gdma: fixed crash from logging when using newlib nano
...
Newlib nano printf formatting do not support %z, and will crash if such an identifier
is followed by a %s indentifier.
Closes https://github.com/espressif/esp-idf/issues/9631
2023-05-06 13:47:51 +08:00
dd747bd54d
Merge branch 'contrib/github_pr_11326_v5.1' into 'release/v5.1'
...
correct typo in reference to ESP-IDF repo (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23551
2023-05-06 13:09:33 +08:00
7d96d9e306
Merge branch 'backport/fix_openthread_ci' into 'release/v5.1'
...
OpenThread CI: add a function for executing commands(backport v5.1)
See merge request espressif/esp-idf!23602
2023-05-06 10:34:06 +08:00
1111fd2630
Merge branch 'contrib/github_pr_11296_v5.1' into 'release/v5.1'
...
Fix references to IDF_ADD_PATHS_EXTRAS before being assigned (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23599
2023-05-05 21:12:11 +08:00
d12ad17373
rmt: check filter and idle threashold
...
Closes https://github.com/espressif/esp-idf/issues/11262
2023-05-05 19:07:59 +08:00
4db113a2eb
Merge branch 'bugfix/hf_cind_ind_index_v5.1' into 'release/v5.1'
...
bt: Fixed the inconsistency between the indicator event received by the HF application layer and the actually received indicator(v5.1)
See merge request espressif/esp-idf!23559
2023-05-05 18:47:45 +08:00
bba2581f1a
Merge branch 'bugfix/fatfs_open_O_CREAT_fails_v5.1' into 'release/v5.1'
...
fatfs: fix "open("xx",O_CREAT|O_WRONLY,0666)" call failure (v5.1)
See merge request espressif/esp-idf!23561
2023-05-05 18:13:51 +08:00
938bcc0337
OpenThread CI: add a function for executing commands
2023-05-05 18:05:02 +08:00
845efafc76
Fix references to IDF_ADD_PATHS_EXTRAS before being declared
2023-05-05 11:17:24 +02:00
78b9f5e151
fix too low hp ldo dbias bug for h2
2023-05-05 17:04:18 +08:00
8dbe966d89
fix a2dp source crash when connect to Bose speaker
2023-05-04 19:00:20 +08:00
38570b052b
pm: fix invalid trace pins for C6 and H2
2023-05-04 14:42:17 +08:00
4477f3e559
bugfix: fix for fatfs "open("xx",O_CREAT|O_WRONLY,0666)" call failure
...
fatfs 'open' with only O_CREAT flag fails to creat new file
Closes https://github.com/espressif/esp-idf/issues/1817
2023-05-04 11:45:37 +05:30
25e8069532
bt: Fixed the inconsistency between the indicator event received by the HF application layer and the actually received indicator.
...
Closes https://github.com/espressif/esp-idf/issues/6486
2023-05-04 14:08:30 +08:00
90e354a723
wpa_supplicant: Reduce logging for SAE
2023-05-04 11:23:55 +05:30
2004bf4e11
Merge branch 'bugfix/rmt_one-wire_v5.1' into 'release/v5.1'
...
rmt_onewire: refactor example with component registry (v5.1)
See merge request espressif/esp-idf!23509
2023-05-04 13:32:18 +08:00
a0a6e34f4f
docs: fix wrong link to esp-adf github issues in migration guide
2023-05-04 12:57:08 +08:00
6b5b7f09f9
i2c: fix a bug in sda sample timing
...
* Closes https://github.com/espressif/esp-idf/issues/9777
This bug prevented SCL line to work properly after a NACK was received in master mode.
2023-05-04 12:14:43 +08:00
42d5b865dd
Fixed the issue that the a2dp source would not send the media start command due to the connection initiated by the peer device
...
Closes https://github.com/espressif/esp-idf/issues/11170
2023-05-04 12:13:27 +08:00
123da6baa7
bugfix: fix esp32c6eco1 fosc calibration cycles during sleep
2023-05-04 11:47:54 +08:00
2654d29bc5
correct typo in reference to ESP-IDF repo
...
There's a reference to the ESP-ADF repo that looks like it was intended to be a reference to the ESP-IDF repo. This branch fixes the reference.
2023-05-04 11:43:08 +08:00
b3b85cafb1
Merge branch 'bugfix/fix_ble_hop_sel_v5.1' into 'release/v5.1'
...
Fixed BLE connection failed to be established when disabled 5.0 feature (backport 5.1)
See merge request espressif/esp-idf!23530
2023-05-04 11:38:06 +08:00
21fd9aaee8
ci: small cleanup for the dependencies.yml
2023-05-04 11:21:40 +08:00
8fd3b342aa
ci: add pattern ccs811
2023-05-04 11:21:39 +08:00
1c1c6d59b3
ci: migrate peripherals ttfw test scripts
2023-05-04 11:21:29 +08:00
f2d144166a
sdio_example: fix meaningless print in host, make shared reg access more readable in slave
2023-05-04 11:21:10 +08:00
e704f72356
Merge branch 'backport/ble_bugfix_5_1' into 'release/v5.1'
...
ble: [ESP32C6][ESP32H2][ESP32C2] updata libble
See merge request espressif/esp-idf!23523
2023-05-04 10:52:01 +08:00
4f1fc73fc2
Merge branch 'bugfix/eth_driver_cleanup_v5.1' into 'release/v5.1'
...
Ethernet driver and documentation clean-up (v5.1)
See merge request espressif/esp-idf!23545
2023-05-04 10:05:25 +08:00
2508350137
Merge branch 'bugfix/eth_l2_test_switch_v5.1' into 'release/v5.1'
...
LAN8720 & IP101 L2 Test Fix (v5.1)
See merge request espressif/esp-idf!23535
2023-05-04 10:04:46 +08:00
058bb0edd0
docs: update translation for esp_eth
2023-05-03 07:39:24 +00:00
71d19fa9c9
Ethernet driver and documentation clean-up
2023-05-03 07:39:24 +00:00
07d1e19107
improve thread safety in esp_timer
...
Inadequate locking in the esp_timer component allowed corruption
of the s_timers linked list:
1. timer_armed(timer) returns false
2. another task arms the timer and adds it to s_timers
3. the list is locked
4. the timer is inserted into s_timers again
The last step results in a loop in the s_timers list, which causes
an infinite loop when iterated. This change always locks the
list before checking if the timer is already armed avoiding
the data race.
2023-05-02 20:22:24 +02:00
1042115566
esp_eth pytest: increased robustness of the L2 test
...
Added filtering frames based on MAC address
2023-05-02 10:25:58 +02:00
b97cf6ca7c
Merge branch 'fix/ecdsa_hal_v5.1' into 'release/v5.1'
...
ecdsa: Support multiple ECDSA keys (v5.1)
See merge request espressif/esp-idf!23444
2023-05-02 11:48:17 +08:00
5775e1d3b7
esp_system (C6 & H2): Enables BOOTLOADER_RESERVE_RTC_MEM feature for bootloader
...
This option reserves an area in RTC FAST memory for the following features:
- "Skip image validation when exiting deep sleep"
- "Reserve RTC FAST memory for custom purposes"
- "GPIO triggers factory reset"
2023-05-01 06:27:11 +00:00
4a74ae4921
ci: Add patterns and target-tests for ecdsa_efuse
runner
2023-04-30 11:48:46 +05:30
5fac5b0191
mbedtls/ecdsa: Add ECDSA signature generation test
2023-04-30 11:47:35 +05:30
abc099ce9f
ecdsa: Support multiple ECDSA keys
...
Add provision to choose which efuse block should be used as ECDSA
private key
2023-04-30 11:47:35 +05:30
174ef6c4a3
ecdsa_hal.c: Add missing configuration for signature generation
2023-04-30 11:47:35 +05:30
89c06b3c51
Update bt lib for ESP32-C3 and ESP32-S3
...
- Fixed ble hopping selection for connection when disabled 5.0 feature
2023-04-28 19:30:45 +08:00
62a5ad5fc1
sdmmc: add vTaskDelay to loops to prevent potential WDT trigger
...
Also change timeout to 120 seconds in fatfs sdcard pytest to prevent failing during formatting.
2023-04-28 12:39:08 +02:00
c7ca30e62f
[SDMMC] add reasonable timeouts to all while loops
...
Closes: https://github.com/espressif/esp-idf/pull/10532
2023-04-28 12:39:06 +02:00
6ff1059da7
[SDMMC Mount] fix infinite loop when SD card is not responsive
...
Closes: https://github.com/espressif/esp-idf/pull/10532
2023-04-28 12:37:27 +02:00
d6a1ccb27f
ble: [ESP32C6][ESP32H2][ESP32C2] updata libble
...
Fixed the occasional mic error caused by wrong tx cnt
Fixed the BLE connection timeout issue
2023-04-28 17:27:36 +08:00
e575e0b44a
Ble: bugfix for packet loss issue during connection on ESP32C6
2023-04-28 17:27:08 +08:00
cbd210b431
Merge branch 'refactor/rename_to_esp_clk_tree_prefix_v5.1' into 'release/v5.1'
...
esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx (v5.1)
See merge request espressif/esp-idf!23449
2023-04-28 17:11:46 +08:00
14dac35540
rmt_onewire: refactor example with component manager
...
Closes https://github.com/espressif/esp-idf/issues/10790
2023-04-28 13:38:33 +08:00
71a19d238c
esp_gdbstub: refactor code
2023-04-28 12:38:26 +08:00
961018d882
Merge branch 'bugfix/pmkid_sha256_bug_v5.1' into 'release/v5.1'
...
wpa_supplicant: Fix PMKID SHA-256 related regression (Backport v5.1)
See merge request espressif/esp-idf!23494
2023-04-28 07:52:52 +08:00
c710a69952
Merge branch 'bugfix/fix_softap_pairwise_cipher_issue_v5.1' into 'release/v5.1'
...
esp_wifi: update pairwise cipher in softAP(Backport v5.1)
See merge request espressif/esp-idf!23503
2023-04-28 04:45:59 +08:00
eeea0a7ea8
Merge branch 'feature/esp_tls_add_getter_setter_v5.1' into 'release/v5.1'
...
esp-tls: Added getter/setter function for the conn_state. (v5.1)
See merge request espressif/esp-idf!23408
2023-04-28 04:36:25 +08:00
5fdb9b00c5
CI: fix sdcard examples timeout
2023-04-27 17:47:12 +02:00
310e5e71ed
Merge branch 'bugfix/spp_notify_v5.1' into 'release/v5.1'
...
NimBLE: Removed indicate flag from gatt db and added subscription case in spp_server example (v5.1)
See merge request espressif/esp-idf!23458
2023-04-27 23:36:24 +08:00
9a58988bae
Merge branch 'test/removed_emmc_esp32_ut_v5.1' into 'release/v5.1'
...
emmc: removed esp32 emmc ut_017 (v5.1)
See merge request espressif/esp-idf!23485
2023-04-27 23:34:24 +08:00
d89db7e4a7
Merge branch 'feature/spi_hal_move_out_iram_v5.1' into 'release/v5.1'
...
spi: change linker file to move spi hal out from iram (v5.1)
See merge request espressif/esp-idf!23448
2023-04-27 23:31:16 +08:00
c0c9227883
Merge branch 'fix/sdio_sd_cards_not_detected_correctly_v5.1' into 'release/v5.1'
...
sdmmc: sdio combination cards correct setup (v5.1)
See merge request espressif/esp-idf!23478
2023-04-27 23:28:28 +08:00
c49dce48eb
Merge branch 'fix/esp32s3_ununsed_dcache_as_dram_v5.1' into 'release/v5.1'
...
esp_hw_support: Update the memory ptr location/property checks to include the unused DCACHE added to DRAM (v5.1)
See merge request espressif/esp-idf!23303
2023-04-27 22:09:55 +08:00
1a03cb02c2
Merge branch 'feature/support_fosc_calibration_c6_eco1_to_v5.1' into 'release/v5.1'
...
ESP32C6: Fix fosc calibration fail bug for ECO1 & Above (v5.1)
See merge request espressif/esp-idf!23467
2023-04-27 20:38:31 +08:00
193f581cec
esp_wifi: update pairwise cipher in softAP
2023-04-27 20:07:48 +08:00
f03e3c164e
esp_supplicant: When the softAP authentication mode is set to WPA2_PSK, WPA2_WPA3_PSK, or WPA3_PSK, the pairwise cipher will be overwritten with WIFI_CIPHER_TYPE_CCMP
2023-04-27 20:07:39 +08:00
8d383980a1
esp_supplicant: wpa pmf should be disabled
2023-04-27 20:07:30 +08:00
202b18b5fa
esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h
2023-04-27 11:11:18 +00:00
3048251be0
Merge branch 'ci/pytest_case_tester_script_fix_v5.1' into 'release/v5.1'
...
ci: pytest automation script increase timeout time (v5.1)
See merge request espressif/esp-idf!23447
2023-04-27 17:35:51 +08:00
c35f7cad45
Merge branch 'feature/c6_ulp_sleep_v5.1' into 'release/v5.1'
...
ulp: added sleep support for lp core (v5.1)
See merge request espressif/esp-idf!23484
2023-04-27 17:07:24 +08:00
1b4e46428d
Merge branch 'bugfix/reject_tkip_in_owe_v5.1' into 'release/v5.1'
...
Reject TKIP cipher incase of OWE connection (Backport v5.1)
See merge request espressif/esp-idf!23462
2023-04-27 16:51:15 +08:00
5bba395bc8
Merge branch 'bugfix/wifi_prov_deinit_github_v5.1' into 'release/v5.1'
...
wifi_prov_mgr: Fixed memory leak after bluetooth stack was stopping. (v5.1)
See merge request espressif/esp-idf!23436
2023-04-27 16:33:53 +08:00
8719a45d97
Merge branch 'ci/fix_no_test_script_corner_case_v5.1' into 'release/v5.1'
...
ci: fix build script when no test script found (v5.1)
See merge request espressif/esp-idf!23404
2023-04-27 16:10:10 +08:00
0e484e1daa
Merge branch 'feature/bt_uses_creationg_with_caps_functions_v5.1' into 'release/v5.1'
...
BT: Remove "create static" calls from OSI (v5.1)
See merge request espressif/esp-idf!23337
2023-04-27 16:06:10 +08:00
0be6802198
Merge branch 'backport/ieee802154_open_src' into 'release/v5.1'
...
ieee802154: drive code open source (backport v5.1)
See merge request espressif/esp-idf!23461
2023-04-27 16:02:09 +08:00
9f80af3770
Merge branch 'bugfix/ble_mesh_fix_heartbeat_set_v5.1' into 'release/v5.1'
...
ble_mesh: stack: Update the heartbeat filter entry add/remove handling (v5.1)
See merge request espressif/esp-idf!23460
2023-04-27 14:38:27 +08:00
411c392d97
Merge branch 'feature/support_fosc_calibration_h2_eco2_to_v5.1' into 'release/v5.1'
...
ESP32H2: Fix fosc calibration fail bug for ECO2 & Above (v5.1)
See merge request espressif/esp-idf!23469
2023-04-27 14:38:01 +08:00
3724bf6256
ci: fixed test apps overriding pytest configs
2023-04-27 14:29:06 +08:00
a64cbdea10
wpa_supplicant: Fix PMKID SHA-256 related regression
...
Fixed regression caused by commit 38e9c8b4
2023-04-27 11:35:20 +05:30
728c1ffe59
Merge branch 'backport/openthread_ci_fix' into 'release/v5.1'
...
Openthread: add delay to ensure that the dut can receive input command(BackportV5.1)
See merge request espressif/esp-idf!23486
2023-04-27 13:56:46 +08:00
2bc721739c
Merge branch 'bugfix/i2s_tdm_multi_dev_on_h2_v5.1' into 'release/v5.1'
...
i2s: fixed tdm multi dev test on h2 (v5.1)
See merge request espressif/esp-idf!23475
2023-04-27 13:20:03 +08:00
34e0ed613a
Nimble:Added change to expose addr resolution API outside stack
2023-04-27 10:33:47 +05:30
7492e0a2c7
Merge branch 'support/backport_154_related_feature' into 'release/v5.1'
...
openthread: backport Thread related fixes (backport v5.1)
See merge request espressif/esp-idf!23427
2023-04-27 11:57:47 +08:00
ea65b1fefb
esp_phy: remove esp32h4 phylib
2023-04-27 11:28:12 +08:00
a33c60a36f
ieee802154: remove libieee802154.a for target esp32h4
2023-04-27 11:28:12 +08:00
3178718a3d
ieee802154: support driver opensrc
2023-04-27 11:27:57 +08:00
deedc51cf1
Merge branch 'ci/chip_support_network_invalid_kconfig_v5.1' into 'release/v5.1'
...
ci: remove redundent ci configs for chip support and network components (v5.1)
See merge request espressif/esp-idf!23471
2023-04-27 11:10:54 +08:00
f7e3f76899
openthread CI: add delay to ensure that the dut can receive input command
2023-04-27 10:54:19 +08:00
46511c8fd1
Merge branch 'bugfix/fix_wrong_frame_ptr_after_wake_restore_backportv5.1' into 'release/v5.1'
...
bugfix: fix wrong RvCoreCriticalSleepFrame ptr value after wake restore (backport v5.1)
See merge request espressif/esp-idf!23473
2023-04-27 10:45:04 +08:00
96b3f52c4e
emmc: temporarily removed esp32 emmc ut_017
2023-04-27 10:30:38 +08:00
2117b7a1dc
Merge branch 'contrib/github_pr_11113_v5.1' into 'release/v5.1'
...
Fix usb enumeration stage error for some device (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23332
2023-04-27 10:12:12 +08:00
3ae079ac12
Merge branch 'bugfix/fix_duplicate_scan_cycle_refresh_not_accurate_v5.1' into 'release/v5.1'
...
Fixed duplicate scan refresh cycle is not accurate after restarting scan on ESP32(backport v5.1)
See merge request espressif/esp-idf!23405
2023-04-27 10:02:17 +08:00
0bac174058
ulp: added sleep support for lp core
...
Added support for running LP core while hp core sleeps, as well
as waking up the hp core.
2023-04-27 09:51:41 +08:00
856cfa4ae2
Merge branch 'refactor/remove_esp32h4_target_v5.1' into 'release/v5.1'
...
esp32h4: remove esp32h4 target (v5.1)
See merge request espressif/esp-idf!23422
2023-04-27 09:37:51 +08:00
0d13dbbb1f
OpenThread border router: support border router to connect with SSED
2023-04-27 09:16:10 +08:00
51c058d80f
ieee802154: increase the timeout for ieee802.15.4 CI test
2023-04-27 09:16:10 +08:00
aea120b98b
openthread: fix the spi conflict between ot-spinel and ethernet
2023-04-27 09:16:10 +08:00
7909394274
openthread: fix platform udp send rules for OT netif
2023-04-27 09:16:10 +08:00
6bfa2b7078
openthread port: set ipv6 address zone with netif index when udp joining or leaving group
2023-04-27 09:16:10 +08:00
86a673946c
openthread: Add check for lock acquire and release
2023-04-27 09:16:10 +08:00
aedcec9be5
Merge branch 'feature/emmc_example_v5.1' into 'release/v5.1'
...
SDMMC Host: added an example to communicate with an eMMC chip and also a bugfix for Host timing (v5.1)
See merge request espressif/esp-idf!23283
2023-04-26 22:41:15 +08:00
934f0477a4
Merge branch 'bugfix/allow_no_specify_uart_clk_src_v5.1' into 'release/v5.1'
...
uart: Allow omitting source_clk parameter to uart_param_config (v5.1)
See merge request espressif/esp-idf!23451
2023-04-26 20:32:35 +08:00
81988b0007
Merge branch 'docs/add_Chinese_translation_for_api-reference/error-codes_backport_v5.1' into 'release/v5.1'
...
docs: provide translation for docs/zh_CN/api-reference/error-codes.rst (backport v5.1)
See merge request espressif/esp-idf!23397
2023-04-26 19:47:13 +08:00
de45fb1c33
docs: provide translation for docs/zh_CN/api-reference/error-codes.rst (backport v5.1)
2023-04-26 19:47:13 +08:00
29be39086f
Merge branch 'docs/update_out_of_sync_api-reference_docs_backport_v5.1' into 'release/v5.1'
...
docs: update out-of-sync api reference docs (backport v5.1)
See merge request espressif/esp-idf!23399
2023-04-26 19:45:23 +08:00
934c2c3a58
sdmmc: sdio combination cards correct setup
...
Co-authored-by: Mau Abata <mauabata@gmail.com >
Closes https://github.com/espressif/esp-idf/issues/9822
Closes https://github.com/espressif/esp-idf/issues/10280
2023-04-26 13:27:59 +02:00
0aad1efe15
i2s: fixed tdm multi dev test on h2
2023-04-26 18:55:36 +08:00
87328d594f
esp32h4: checked all the corner stuffs of the removal
2023-04-26 18:53:12 +08:00
954a6a2cff
esp32h4: removed esp32h4 related codes
2023-04-26 18:53:12 +08:00
cae47ce37e
esp32h4: removed esp32h4 related files
2023-04-26 18:53:12 +08:00
8f24b34f21
esp32h4: remove esp32h4 target from ci
2023-04-26 18:53:12 +08:00
804a9ea1f6
esp32h4: remove esp32h4 target from peripherals
2023-04-26 18:53:10 +08:00
46deef434f
esp_pm: check sleep retention frame integrity in ci UT
2023-04-26 17:36:46 +08:00
5ccf93d788
bugfix: fix wrong RvCoreCriticalSleepFrame ptr value after wake restore
2023-04-26 17:36:42 +08:00
4c3c6b7f99
ci: remove redundent ci configs for chip support and network components
...
CI would build psram config test apps even for target with no psram.
2023-04-26 17:29:51 +08:00
70fc0bde01
support h2 eco2 fosc calibration for v5.1
2023-04-26 17:08:09 +08:00
1564884cc1
support c6 eco1 fosc calibration for v5.1
2023-04-26 16:32:28 +08:00
86226770b8
esp_wifi: Reject TKIP cipher incase of OWE connection
2023-04-26 12:10:33 +05:30
e121775d6c
ble_mesh: stack: Update the heartbeat filter entry add/remove handling
2023-04-26 14:17:11 +08:00
ef3da6b372
NimBLE: Removed indicate flag from gatt db, added subscription case and corrected indentation
...
in spp_server example.
2023-04-26 11:39:09 +05:30
1b6461b9f8
Merge branch 'bugfix/bod_glitch_reset_c6_v5.1' into 'release/v5.1'
...
bootloader: fix BOD and glitch reset on C6 and H2 (v5.1)
See merge request espressif/esp-idf!23380
2023-04-26 13:09:32 +08:00
16f3317496
soc/esp32s3: Fix the SOC_MEM_INTERNAL_HIGH
value
...
- As per the memory block diagram for ESP32-S3, the
internal memory address ranges as follows:
DRAM: 0x3FC88000 (== SOC_MEM_INTERNAL_LOW) <-> 0x3FCF0000
IRAM: 0x40378000 <-> 0x403E0000 (== SOC_MEM_INTERNAL_HIGH)
2023-04-26 04:01:38 +00:00
3118120659
esp_hw_support: Update memory ptr location/property checks
...
- to acknowledge the unused DCACHE added to DRAM for ESP32-S3
- For ESP32-S3, when the DCACHE size is set to 16 kB, the unused 48 kB is added to
the heap in 2 blocks of 32 kB (from 0x3FCF0000) and 16 kB (from 0x3C000000).
- But, if we try allocating memory from the 16 kB block and run an `esp_ptr_internal`
check on that memory pointer, it fails as the address block from 0x3C000000
corresponds to the external memory symbols SOC_DROM_LOW and SOC_EXTRAM_DATA_LOW.
(E.g. freertos - If the IDLE task stack buffer gets allocated from this region,
the firmware will abort due to this failure).
- Thus, the checks `esp_ptr_internal`, `esp_ptr_in_drom` and `esp_ptr_byte_accessible`
have been updated to acknowledge this memory as a part of the DRAM.
Co-authored-by: Mahavir Jain <mahavir@espressif.com >
2023-04-26 04:01:38 +00:00
e1b89eeae0
Merge branch 'feature/s2_ulp_riscv_adc_v5.1' into 'release/v5.1'
...
ulp-riscv: enable ULP-RISCV ADC example for esp32s2 (v5.1)
See merge request espressif/esp-idf!23371
2023-04-26 11:59:20 +08:00
cfcb57333b
Merge branch 'bugfix/fix_chip_broken_bug_in_monitor_mode_S2_v5.1' into 'release/v5.1'
...
ESP32S2/C3/C2: fixed S2 dangerous power parameters in sleep modes and support S2/C3/C2 different sleep mode (v5.1)
See merge request espressif/esp-idf!23378
2023-04-26 11:41:09 +08:00
24bfb8a8e5
uart: Allow the users to not specify the source_clk in uart_config_t when calling uart_param_config
2023-04-26 11:24:16 +08:00
f61e219667
spi: change linker file let spi hal able to out from iram
2023-04-26 11:15:30 +08:00
40b0dbae10
spi_flash: fix config SPI_FLASH_SHARE_SPI1_BUS dependency
2023-04-26 11:15:30 +08:00
ee4e5c014a
sdio: test_sdio add unity sync signals
2023-04-26 11:11:59 +08:00
4dcd055612
ci: pytest automation script increase timeout time
2023-04-26 11:11:59 +08:00
6b28967b64
Merge branch 'bugfix/fix_adc_continuouus_example_pytest_potential_failure_v5.1' into 'release/v5.1'
...
adc: fix adc_continuous example pytest potential failure (v5.1)
See merge request espressif/esp-idf!23425
2023-04-25 19:59:43 +08:00
f6e0867eb8
wifi_prov_mgr: Fixed memory leak after bluetooth stack was stopping.
2023-04-25 15:48:09 +05:30
30cc0769ac
Merge branch 'refactor/remove_esp_mm_kconfig_as_no_kconfig_option_now_v5.1' into 'release/v5.1'
...
esp_mm: removed empty kconfig files (v5.1)
See merge request espressif/esp-idf!23284
2023-04-25 17:52:35 +08:00
f793584c68
Merge branch 'docs/update_cn_trans_api_guides' into 'release/v5.1'
...
Docs: Update cn trans api guides (backport v5.1)
See merge request espressif/esp-idf!23384
2023-04-25 17:16:43 +08:00
3a34660d54
Docs: Update cn trans api guides (backport v5.1)
2023-04-25 17:16:43 +08:00
d54af90022
Merge branch 'ci/disable_test_dram_reg2_execute_violation_v5.1' into 'release/v5.1'
...
ci: disable test_dram_reg2_execute_violation on esp32s2 (v5.1)
See merge request espressif/esp-idf!23420
2023-04-25 14:28:16 +08:00
a0df46d342
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!23389
2023-04-25 13:52:44 +08:00
959f92e744
Merge branch 'docs/esp_protocols_docs_migration_v5.1' into 'release/v5.1'
...
docs: migrated documentation from github.io to docs.espressif.com (v5.1)
See merge request espressif/esp-idf!23319
2023-04-25 13:49:13 +08:00
e23ce8209d
fix adc_continuous example pytest potential failure
2023-04-25 12:26:34 +08:00
92965cd124
Merge branch 'feature/sram1_iram_v5.1' into 'release/v5.1'
...
system: add kconfig option for using parts of SRAM1 for IRAM (v5.1)
See merge request espressif/esp-idf!23370
2023-04-25 11:35:08 +08:00
8c11edb852
Merge branch 'feature/update_mbedtls_v5.1' into 'release/v5.1'
...
mbedtls: Update to release/v3.4.0 (v5.1)
See merge request espressif/esp-idf!23398
2023-04-25 11:04:44 +08:00
f67a860cf0
ci: disable test_dram_reg2_execute_violation on esp32s2
2023-04-25 10:02:00 +08:00
9d114e30b5
Merge branch 'feature/esp_sys_iram_cleanup_v5.1' into 'release/v5.1'
...
esp-system: move uncessary IRAM functions to flash (v5.1)
See merge request espressif/esp-idf!23376
2023-04-25 09:51:25 +08:00
e104fa1904
Merge branch 'bugfix/esp32_pico_v3_2_chip_info_v5.1' into 'release/v5.1'
...
system: fix esp32 chip info not listing esp32 pico v3-02 as having embedded spiram (v5.1)
See merge request espressif/esp-idf!23393
2023-04-25 09:46:25 +08:00
d7b344c97a
heap: Add a configuration that places all the heap component and related functionalities in flash when enabled
...
Add test configuration to run all tests with heap component in the flash.
Add reference to this new configuration in performance section of the documentation.
2023-04-25 01:12:10 +00:00
5bea8592d9
Merge branch 'ci/run_readme_checks_not_in_parallel' into 'release/v5.1'
...
ci: run readme check when constants.py or check script updated (v5.1)
See merge request espressif/esp-idf!23386
2023-04-25 09:00:59 +08:00
0f8bf38913
ci: run readme check when constants.py or check script updated
2023-04-25 08:51:22 +08:00
e24e674e2f
esp-tls: Added getter/setter function for the conn_state.
...
* Added the setter function to set the connection sockfd value
Closes https://github.com/espressif/esp-idf/issues/10871
2023-04-24 14:49:26 +05:30
52ca53746f
Fixed disconnection due to consecutive CRC errors in first 6 intervals
2023-04-24 15:49:36 +08:00
a26449844f
Fixed duplicate scan refresh cycle is not accurate after restarting scan on ESP32
2023-04-24 15:49:12 +08:00
d020a58be1
Merge branch 'ci/soc_caps_docs_build_v5.1' into 'release/v5.1'
...
ci: build all docs if soc_caps.h changed (v5.1)
See merge request espressif/esp-idf!23374
2023-04-24 15:48:15 +08:00
4f40bfd864
ci: fix build script when no test script found
2023-04-24 15:47:58 +08:00
75002dce56
Merge branch 'contrib/github_pr_11163_v5.1' into 'release/v5.1'
...
Make custom bootloader message match actual output (GitHub PR) (v5.1)
See merge request espressif/esp-idf!23375
2023-04-24 15:46:58 +08:00
b8718506cd
mbedtls: fix ci failures for update v3.4.0
...
- While updating to mbedtls release/v3.4.0, building mbedtls/library/psa_crypto.c,
clang produced an unreachable-code warning, so added `-Wno-unreachable-code` compile option for clang.
- In `mbedtls/v3.4.0`, the ECDSA restartable sign and verify functions (`ecdsa.c`) were made public.
- But the `mbedtls_ecdsa_sign_det_restartable` function prototype was declared in the file `ecdsa.h`,
only when `MBEDTLS_ECDSA_SIGN_ALT` was not defined.
- added a patch in mbedtls library to fix it.
2023-04-24 11:56:56 +05:30
0116dcb578
mbedtls: replace low-level sha apis with md apis in esp_ssl_tls
2023-04-24 11:56:56 +05:30
3152dea192
mbedtls: Update config options as per release/v3.4.0
...
- Added a Kconfig option for the newly added mbedtls option MBEDTLS_PKCS7_C
2023-04-24 11:56:56 +05:30
31e42e77de
mbedtls: Update to release/v3.4.0
...
- Release Notes: https://github.com/Mbed-TLS/mbedtls/releases/tag/v3.4.0
2023-04-24 11:56:56 +05:30
f0b2bd5c81
docs: update out-of-sync api reference docs
2023-04-24 14:23:35 +08:00
83a682ca1a
Merge branch 'monitor_win_color-v5.1' into 'release/v5.1'
...
bug(idf_monitor): fix color on windows with hints (v5.1)
See merge request espressif/esp-idf!23346
2023-04-24 14:00:05 +08:00
9ddd08c502
system: fix esp32 chip info not listing esp32 pico v3-02 as having embedded spiram
...
Closes https://github.com/espressif/esp-idf/issues/11233
2023-04-24 13:53:26 +08:00
4e73cb77e5
Merge branch 'esptool_extra-v5.1' into 'release/v5.1'
...
feat(esptool): allow to set force for write_flash (v5.1)
See merge request espressif/esp-idf!23338
2023-04-24 13:44:41 +08:00
f9ebbdf6ea
esp_wifi:Enable wpsreg to initialize in APSTA mode
2023-04-24 12:32:47 +08:00
39caffc592
esp_wifi: espnow support using 11ax rate to send frame
2023-04-24 12:32:27 +08:00
ce5444d349
esp_wifi: Bugfix store authmode security in NVS
2023-04-24 12:32:08 +08:00
79dabf50b0
esp_wifi: Install keys after successful transmission of EAPOL 4/4 Message
2023-04-24 12:31:21 +08:00
a4dbb3a0a1
esp_wifi: Update wifi libs
...
Fix some NAN issues related to followup and matching filters
2023-04-24 12:30:54 +08:00
8438887cb4
esp_wifi: update phy_init_data.h for c6 mcs 8 9 power issue
2023-04-24 12:30:30 +08:00
7a410499f3
esp_wifi: Validate softap interface when sending beacon frame
2023-04-24 12:30:04 +08:00
c020a68e1e
Update the ESP-NOW frame length in docs
2023-04-24 12:29:32 +08:00
55d44e0bee
wifi_mesh: fix the heap corrupt issue in MTXON task
2023-04-24 12:29:19 +08:00
5736694dbc
Merge branch 'bugfix/adds_iram_attr_for_some_esp_timer_apis_v5.1' into 'release/v5.1'
...
esp_timer: Adds IRAM_ATTR for esp_timer_restart and esp_timer_is_active (v5.1)
See merge request espressif/esp-idf!23309
2023-04-24 11:48:02 +08:00
6102cfdd27
sdmmc: in/out phase adapted to esp32 and esp32s3
2023-04-24 03:45:29 +00:00
5b18007d92
sdmmc: I/O phase adjustments
...
1. Fix incorrect meaning of SDMMC.clock bits, synchronize the names
with the TRM.
2. Choose input and output phases to satisfy typical timing
requirements.
3. Move use_hold_reg setting into the host driver, since it is related
to timing.
Closes https://github.com/espressif/esp-idf/issues/8521
Related to https://github.com/espressif/esp-idf/issues/8257
2023-04-24 03:45:29 +00:00
bead0d741b
sdmmc: add an example communicating with eMMC chip on S3
2023-04-24 03:45:29 +00:00
a218144f4c
esp_mm: removed empty kconfig files
...
- MMU configuration related kconfig options will be in soc, or
esp_hw_support
- Cache configuration related kconfig options will be in soc, or
esp_hw_support
- mmap driver and msync driver kconfig options will be still in esp_mm.
As there's no kconfig options for them yet, removed kconfig files
2023-04-24 03:45:00 +00:00
46fe70fb46
freertos: Add unit tests for ...WithCaps() functions
2023-04-24 11:44:46 +08:00
c5fe3ec05d
freertos: Add wrapper functions to create objects with capabilities
...
This commit adds various ...WithCaps() functions to create FreeRTOS objects
with specific memory capabilities.
2023-04-24 11:44:46 +08:00
3562cb8051
freertos: Add GetStaticBuffer functions
...
This commit adds the various ...GetStaticBuffer() functions from upstream
FreeRTOS. See https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/641 for more
details.
2023-04-24 11:44:46 +08:00
7b41d6004a
freertos: Fix idf_additions.h include order error
...
When building for CONFIG_FREERTOS_SMP, "idf_additions.h" was previously
implicitly included by "task.h" so that other ESP-IDF components still have
access to IDF API additions without needing to include "idf_additions.h"
directly.
However, some FreeRTOS headers (e.g., queue.h) will include task.h before
declaring any types (e.g., QueueHandle_t). Thus if any of those types are used
in idf_additions.h, we get a missing type error.
This commit moves the implicity include of idf_additions.h to FreeRTOS.h
2023-04-24 11:44:46 +08:00
5c88e0d801
bootloader: enable super WDT and BOD reset on C2
2023-04-24 11:32:23 +08:00
c6559a9b64
bootloader: cleanup ana reset config code
2023-04-24 11:32:23 +08:00
ca3d871a21
bootloader: fixed super watchdog not enabled issue on C3, S3, H4
2023-04-24 11:32:23 +08:00
113e4dc520
bootloader: removed unavailable rtc features
2023-04-24 11:32:23 +08:00
80315b77a0
bootloader: fix analog reset on C6 and H2
2023-04-24 11:32:23 +08:00
aeabe8d742
Merge branch 'feature/hfp_ag_hints_v5.1' into 'release/v5.1'
...
tools: Update idf-py hints with Bluedroid HFP AG info[backport 5.1]
See merge request espressif/esp-idf!23289
2023-04-24 10:42:24 +08:00
1644050652
Merge branch 'bugfix/fix_some_ble_bug_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs (backport v5.1)
See merge request espressif/esp-idf!23324
2023-04-24 10:41:59 +08:00
a12e124410
Merge branch 'bugfix/bt_diable_enbale_crash_v5.1' into 'release/v5.1'
...
bt:Fixed esp32 controller bug (v5.1)
See merge request espressif/esp-idf!23365
2023-04-24 10:39:58 +08:00
36d6a927d1
Merge branch 'bugfix/fix_some_esp32c3_s3_ble_bugs_230422' into 'release/v5.1'
...
Fixed some ESP32C3/S3 BLE bugs 23-04-22(backport v5.1)
See merge request espressif/esp-idf!23353
2023-04-24 10:38:34 +08:00
93eeb4265c
fix chip broken bug when run in monitor mode of S2 and modify voltage param to fit all sleep mode of S2/C2/C3
2023-04-24 10:37:57 +08:00
f608431421
Merge branch 'bugfix/spi_lcd_max_trans_size_v5.1' into 'release/v5.1'
...
spi_lcd: maximum transfer size should respect bus configuration (v5.1)
See merge request espressif/esp-idf!23229
2023-04-24 10:31:51 +08:00
21c536c563
Merge branch 'bugfix/lcd_align_before_cache_write_back_v5.1' into 'release/v5.1'
...
manually align the color buffer before cache write back (v5.1)
See merge request espressif/esp-idf!23243
2023-04-24 10:28:16 +08:00
de33225c31
riscv: moved some interrupt functions from IRAM to flash
...
These functions dont need to be in IRAM.
2023-04-24 10:27:31 +08:00
b07a534984
esp-system: move uncessary IRAM functions to flash
2023-04-24 10:27:31 +08:00
b0a1c0d045
Make custom bootloader message match actual output
...
Fixes the custom bootloader README.md so that the example output matches
what will actually be output by default in the custom bootloader.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com >
2023-04-24 10:25:22 +08:00
73f895217b
ci: build all docs if soc_caps.h changed
...
soc_caps.h is thightly coupled with the docs build. Should build all docs
after changing it to make sure nothing broke.
2023-04-24 10:18:11 +08:00
0fb6316888
Merge branch 'bugfix/rmt_encode_state_init_v5.1' into 'release/v5.1'
...
rmt: define RMT_ENCODING_RESET in rmt_encode_state_t (v5.1)
See merge request espressif/esp-idf!23239
2023-04-24 10:18:08 +08:00
be8727cf88
Merge branch 'bugfix/i2s_fix_intr_flag_for_pdm_rx_v5.1' into 'release/v5.1'
...
i2s: fix interrupt flag of pdm rx mode (v5.1)
See merge request espressif/esp-idf!23125
2023-04-24 10:13:41 +08:00
8b0860ef95
ulp-riscv: enable ULP-RISCV ADC example for esp32s2
...
ADC can now be used from the ULP-RISCV on S2 after the RTC power parameters were
fixed in a624d8d061
Closes https://github.com/espressif/esp-idf/issues/11052
Closes https://github.com/espressif/esp-idf/issues/11040
2023-04-24 10:12:00 +08:00
6bb4dc35ab
docs: update CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM docs to better reflect the limitations
2023-04-24 09:55:00 +08:00
34fea0d38f
system: add kconfig option for using parts of SRAM1 for IRAM
...
Using parts of SRAM1 for IRAM allows apps with more statically allocated IRAM
Closes https://github.com/espressif/esp-idf/issues/9824
2023-04-24 09:54:47 +08:00
a6b1ebce31
Merge branch 'maint/release_v5.1_codeowners' into 'release/v5.1'
...
gitlab: simplify approvals for backports (v5.1)
See merge request espressif/esp-idf!23285
2023-04-24 05:19:37 +08:00
b5357e8b01
bt:Fixed esp32 controller bug
...
1. Fixed crash after controller disable and re-enable
2. Fixed the crash caused by processing the HCI_Read_Remote_Extented_Features command in the non-connected state
Closes https://github.com/espressif/esp-idf/issues/11164
Closes https://github.com/espressif/esp-idf/issues/10835
2023-04-23 20:26:56 +08:00
59666637bc
Disable controller 5.0 feature bits if host 5.0 feature is not enabled
2023-04-22 20:49:30 +08:00
48c5f74cbc
improve scan performance when scan and sync coexist on ESP32-C3 and ESP32-S3
2023-04-22 20:49:10 +08:00
8e41186ac8
Update bt lib for ESP32-C3 and ESP32-S3
...
- Fixed non-connectable and non-scannable directed adv can't be scanned
2023-04-22 20:48:38 +08:00
49718b20a5
bug(idf_monitor): fix color on windows with hints
...
Closes https://github.com/espressif/esp-idf/issues/9610
2023-04-21 14:42:26 +02:00
f1a2bc777e
usb_host: Use up-to-date syntax in pytest
2023-04-21 15:45:42 +08:00
0ed6610212
feat(esptool): allow to set force for write_flash
2023-04-21 09:36:18 +02:00
51405fd9d4
bt: Remove FreeRTOS static allocation from OSI functions
...
Previously, the BT OSI would use various FreeRTOS "create static" functions to
ensure that semaphores and queues were always allocated to internal memory.
However, from commit e21ab0332b
onwards, all
dynamic memory allocated by FreeRTOS will default to internal RAM.
Thus, the extra "create static" calls can be removed to simply the code.
2023-04-21 15:19:29 +08:00
71786a7413
usb_host: Update docs and comments regarding first configuration enumeration
...
This commit updates some comments and documentation regarding changes made in
PR https://github.com/espressif/esp-idf/pull/11113 .
2023-04-21 12:49:18 +08:00
4102628a3b
Fix usb enumeration stage error for some device
2023-04-21 12:49:18 +08:00
d0011b778a
bluedroid: report status after clearing the BLE white list
2023-04-20 18:58:38 +08:00
c2fe7be50e
bluedroid: fix GATTC cache address save
2023-04-20 18:57:23 +08:00
13e3480f03
docs: migrated documentetation from github.io to docs.espressif.com
2023-04-20 13:38:16 +04:00
024e201097
esp_timer: Adds IRAM_ATTR for esp_timer_restart and esp_timer_is_active
...
Closes https://github.com/espressif/esp-idf/issues/10522
Closes https://github.com/espressif/esp-idf/issues/10859
2023-04-20 15:14:52 +08:00
62467fbca5
tools: Update idf-py hints with Bluedroid HFP AG info
2023-04-19 19:10:00 +08:00
84f81437a3
gitlab: simplify approvals for backports (v5.1)
2023-04-19 12:19:55 +02:00
c00759ad34
lcd: test send color buffers in multiple steps
2023-04-18 10:08:38 +08:00
472cc06f6c
i80_lcd: align before cache sync
2023-04-18 10:08:38 +08:00
b5572b1db0
rmt: define RMT_ENCODING_RESET in rmt_encode_state_t
...
Closes https://github.com/espressif/esp-idf/issues/11200
2023-04-17 21:28:45 +08:00
2b461df8a8
spi_lcd: test spi lcd io can transfer color data to a fixed window region
...
also test the io tx_param and tx_color can skip the command phase
2023-04-17 16:25:14 +08:00
7a716377a3
spi_lcd: maximum transfer size should respect bus configuration
...
Also this commit added the SPI_TRANS_CS_KEEP_ACTIVE flag for io_tx_color
2023-04-17 16:25:14 +08:00
965e9abd7b
i2s: fixed the test case I2S_thread_concurrent_safety_test
2023-04-10 15:29:22 +08:00
a47169f450
i2s: fix interrupt flag of pdm rx mode
...
Forgot to update in PR https://github.com/espressif/esp-idf/pull/10997
2023-04-10 15:29:22 +08:00