luoxu
3a7aafe7d6
fix(ble_mesh): change tx/rx lock to recursive mutex to avoid dead lock
2024-05-23 15:41:58 +08:00
luoxu
e23d24a65d
fix(ble_mesh): reference net_buf on correct positions
2024-05-23 15:41:58 +08:00
Armando
687064b2f8
change(cpu_start): added note about internal ram only stage
2024-05-23 15:41:35 +08:00
Armando
168ff6e268
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:41:30 +08:00
Armando
8e66d38959
refactor(cpu_start): move uni/multi core log later
2024-05-23 15:41:25 +08:00
luoxu
2c96e097c9
fix(ble_mesh): Create service after service register success
2024-05-23 12:16:46 +08:00
Omar Chebib
0928ff027b
fix(riscv): make HWLP feature use direct saving of lazy saving
2024-05-22 16:58:31 +08:00
Omar Chebib
6eba7a536a
feat(riscv): add support for PIE coprocessor and HWLP feature
...
FreeRTOS tasks may now freely use the PIE coprocessor and HWLP feature.
Just like the FPU, usiing these coprocessors result in the task being pinned
to the core it is currently running on.
2024-05-22 16:58:31 +08:00
nilesh.kale
75faae29a8
feat(cjson): update submodule to v1.7.18
...
Changelog: https://github.com/DaveGamble/cJSON/releases/tag/v1.7.18
2024-05-22 13:34:31 +05:30
baohongde
0c3a0d6c9a
fix(coex): Fixed some coexist issues
...
- Fixed crash issue in coexist callback
- Fixed coexist scheme status update issue
2024-05-22 11:51:44 +08:00
chenjianhua
9f04d1ac36
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:51:44 +08:00
chaijie@espressif.com
b8d9da5c03
feat(sleep): support 8m force pu in sleep for esp32c6/esp32h2
2024-05-22 11:35:00 +08:00
chenjianhua
52b9c5d666
feat(bt/bluedroid): support BLE set privacy mode
2024-05-22 10:43:37 +08:00
Jiang Jiang Jian
3f632df143
Merge branch 'ci/update-known-failed-cases-file-name(v5.3)' into 'release/v5.3'
...
ci: add 5.3 known failed cases file
See merge request espressif/esp-idf!30978
2024-05-22 07:42:26 +08:00
Jiang Jiang Jian
5ec2be4ba3
Merge branch 'fix/websocket_first_packet_v5.3' into 'release/v5.3'
...
fix(ws_transport): fixed `server-key` corruption (backport v5.3)
See merge request espressif/esp-idf!30963
2024-05-22 07:41:55 +08:00
Jiang Jiang Jian
1d3d63c438
Merge branch 'bugfix/fix_resetting_redirect_counter_v5.3' into 'release/v5.3'
...
fix: reset redirect counter for using same handler (v5.3)
See merge request espressif/esp-idf!30935
2024-05-22 07:41:24 +08:00
Jiang Jiang Jian
e7ba614a04
Merge branch 'set_gdb_remotetimeout_v5.3' into 'release/v5.3'
...
tools(gdbinit): set remote timeout for the gdb connection (v5.3)
See merge request espressif/esp-idf!30804
2024-05-22 07:40:07 +08:00
Jiang Jiang Jian
dbf757118a
Merge branch 'bugfix/free_controlle_memory_in_init_fail_v5.3' into 'release/v5.3'
...
fix(nimble): Free controller memory if init fails (v5.3)
See merge request espressif/esp-idf!30749
2024-05-22 07:39:47 +08:00
Jiang Jiang Jian
0c2c962b19
Merge branch 'coredump_sanity_check_v5.3' into 'release/v5.3'
...
fix(coredump): increase sanity check before get summary (v5.3)
See merge request espressif/esp-idf!30527
2024-05-22 07:39:23 +08:00
Jiang Jiang Jian
1f0d27a2c6
Merge branch 'fix/pytest_session_dir_v5.3' into 'release/v5.3'
...
ci: apply new fix in pytest-embedded 1.10 (v5.3)
See merge request espressif/esp-idf!30676
2024-05-22 07:38:23 +08:00
Jiang Jiang Jian
1aaae85ad2
Merge branch 'bugfix/esp32c6eco1_coex_ble_deinit_wifi_bcn_timeout_v5.3' into 'release/v5.3'
...
backport v5.3: fix the issue where deinit ble in a coexist scenario causes the wifi mac tsf counter to stop
See merge request espressif/esp-idf!30981
2024-05-22 07:37:41 +08:00
Jiang Jiang Jian
85048f35e3
Merge branch 'bugfix/stop_tg_wdt_in_xpd_xtal_lightsleep_v5.3' into 'release/v5.3'
...
fix(esp_hw_support): stop tg wdt in xpd xtal lightsleep (v5.3)
See merge request espressif/esp-idf!30992
2024-05-22 07:37:32 +08:00
Jiang Jiang Jian
1a7c782905
Merge branch 'fix/backport_wifi_fixes_v5.3' into 'release/v5.3'
...
Fix(wifi):backport wifi fixes v5.3
See merge request espressif/esp-idf!30994
2024-05-22 07:37:14 +08:00
Jiang Jiang Jian
cf4cf23741
Merge branch 'contrib/github_pr_13560_v5.3' into 'release/v5.3'
...
esp_eth: DP83848: correct link detection to use BMSR (GitHub PR) (v5.3)
See merge request espressif/esp-idf!30450
2024-05-21 23:42:21 +08:00
Jiang Jiang Jian
236556d1ea
Merge branch 'contrib/github_pr_13669_v5.3' into 'release/v5.3'
...
docs: clarify ESP_RETURN_ON_ERROR result (GitHub PR) (v5.3)
See merge request espressif/esp-idf!30405
2024-05-21 23:41:51 +08:00
Jiang Jiang Jian
07669b8012
Merge branch 'fix/core1_access_cache_when_core0_close_cache_during_sleep_v5.3' into 'release/v5.3'
...
fix(esp_system): fix core1 access cache when core0 close cache during sleep(backport v5.3)
See merge request espressif/esp-idf!30942
2024-05-21 23:41:17 +08:00
Li Shuai
e13bb3d734
fix(esp32c6): fix the issue of except wifi state caused by the missing mac retention config
2024-05-21 21:34:30 +08:00
morris
bb4ba96545
Merge branch 'feat/axi_icm_qos_v5.3' into 'release/v5.3'
...
feat(axi_icm): AXI interconnect QoS (v5.3)
See merge request espressif/esp-idf!30980
2024-05-21 21:24:36 +08:00
liuning
1bf9c822f9
feat(wifi): support coex pwr
2024-05-21 20:57:46 +08:00
wangtao@espressif.com
bb466097e5
feat(wifi): add softap csa&dtim&wait_bcast_data setting and ignore err nodata
2024-05-21 20:57:06 +08:00
wuzhenghui
8b369072f9
fix(esp_hw_support/sleep): stop TG0/TG1 watchdog if XTAL not power down in lightsleep
2024-05-21 20:30:28 +08:00
wuzhenghui
d91dfe3510
change(esp_hw_support/sleep): improve esp32c3 systimer stall bug workaround
2024-05-21 20:30:24 +08:00
Li Shuai
2396dc5ff7
fix(wifi): fix the issue where deinit ble in a coexist scenario causes the wifi mac tsf counter to stop
2024-05-21 16:39:20 +08:00
gaoxu
ce7ceb8d9d
feat(csi): add verify to no backup buffer usage
2024-05-21 15:36:34 +08:00
morris
5ec85c0bfd
feat(axi_icm): AXI interconnect QoS configuration functions
2024-05-21 14:38:34 +08:00
igor.udot
7c49b1da55
ci: add 5.3 known failed cases filename
2024-05-21 14:01:08 +08:00
Island
8805685f72
Merge branch 'bugfix/fixed_issues_on_esp32c6_and_esp32h2_v5.3' into 'release/v5.3'
...
fixed some ble issues on esp32c6 and esp32h2 (v5.3)
See merge request espressif/esp-idf!30891
2024-05-21 11:52:32 +08:00
Suren Gabrielyan
a3d77114b6
fix(ws_transport): utility functions minor improvments
2024-05-20 17:54:43 +04:00
Richard Allen
021dc8747c
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-05-20 17:54:31 +04:00
Jiang Jiang Jian
c7f146b671
Merge branch 'fix/backport_wifi_fixes_v5.3' into 'release/v5.3'
...
fix(esp_wifi): backport some wifi fixes to v5.3
See merge request espressif/esp-idf!30933
2024-05-20 20:52:18 +08:00
Jiang Jiang Jian
86a49de1eb
Merge branch 'fix/fix_esp32p4_kconfig_pd_cpu_dependcy_error_v5.3' into 'release/v5.3'
...
fix(esp_pm): fix esp32p4 kconfig pd cpu dependency error (v5.3)
See merge request espressif/esp-idf!30794
2024-05-20 20:12:05 +08:00
Alexey Lapshin
89218b35e4
fix(system): place idf's stray sections while linking
2024-05-20 13:31:04 +04:00
Marius Vikhammer
51b6d16b43
Merge branch 'doc/update-performance-guides-p4-c5_v5.3' into 'release/v5.3'
...
docs(performance): Add P4 and C5 information in the performance guides (backport v5.3)
See merge request espressif/esp-idf!30492
2024-05-20 16:16:48 +08:00
shenmengjing
9e74564ba5
docs: Update the CN Translation for ram-usage and speed
2024-05-20 09:34:12 +02:00
Lou Tianhao
7b10c2421f
fix(esp_system): fix core1 access cache when core0 close cache during sleep
2024-05-20 15:01:08 +08:00
harshal.patil
0c5bce6918
fix(bootloader_support): Make esp_flash_encrypt.h independent of spi_flash_mmap.h header
2024-05-20 14:40:49 +08:00
harshal.patil
bef1fba3bc
fix(mbedtls/crypto_shared_gdma): Enable AXI-DMA enable external memory AES-ECC access
...
- When external memory encryption is enabled, set the aes_ecc bit of AXI-DMA to enable memory access
2024-05-20 14:40:49 +08:00
wuzhenghui
64c062047f
fix(esp_hw_support): invalidate L1DCache before enter hardware sleep
2024-05-20 14:02:04 +08:00
wuzhenghui
157c5b52e3
change(esp_hw_support): put more code into TCM to speed up the sleep and wake-up process
2024-05-20 14:01:01 +08:00
wuzhenghui
c97ab134ef
ci(esp_pm): add pd_top auto lightsleep test case for esp_pm
2024-05-20 14:01:00 +08:00