Tomas Rezucha
8e27a0fb25
refactor(usb/host): Move P4 HS PHY function to correct LL file
...
Moved usb_wrap_ll_enable_precise_detection() in usb_wrap_ll.h
to usb_utmi_ll_enable_precise_detection() in usb_utmi_ll.h
Fixes commit 97d30e7c48bfedec59a03ccebb7bc203ba86e126
2024-09-03 08:11:15 +02:00
Tomas Rezucha
3f1d59d6bb
fix(usb/host): Fix USB Low Speed devices connection on P4
...
P4 USB UTMI PHY was updated to specification v2.0
2024-09-03 08:11:07 +02:00
Aditya Patwardhan
87c9fb8d40
Merge branch 'fix/flash_encryption_for_esp32p4_v5.3' into 'release/v5.3'
...
fix(security): Fixed flash encryption for esp32p4 (v5.3)
See merge request espressif/esp-idf!33140
2024-09-02 19:46:31 +08:00
Aditya Patwardhan
aa754d40b8
fix(security): Fixed flash encryption for esp32p4
...
The flash encryption on esp32p4 was broken due to code related
to key manager not being executed when key manager support was
disabled on esp32p4 target.
This commit fixes that behaviour
Additionally, the atomic env enablement for
key_mgr_ll_enable_peripheral_clock was fixed.
2024-09-02 13:28:30 +05:30
Armando
475825c436
fix(psram): fixed ap3204 id check
2024-08-27 15:50:08 +08:00
linruihao
13326df918
fix(bt/controller): Fixed bluetooth disconnect issue after modem sleep on ESP32
2024-08-21 17:55:52 +08:00
chenjianhua
5703d60420
fix(bt): Update bt lib for ESP32(241c96c)
...
- Fixed BLE vendor HCI get controller status command
2024-08-21 17:54:20 +08:00
Jiang Jiang Jian
808950a25a
Merge branch 'fix/hfp_pcm_api_set_v5.3' into 'release/v5.3'
...
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape (backport v5.3)
See merge request espressif/esp-idf!32483
2024-08-21 17:27:14 +08:00
zwl
6c507056f3
fix(ble): fixed blufi issue on ESP32-C2
2024-08-19 21:48:12 +08:00
Jiang Jiang Jian
0526c35ec3
Merge branch 'fix/esp32c5_rng_random_disable_v5.3' into 'release/v5.3'
...
docker / docker (push) Has been cancelled
fix(bootloader): update random disable api for ESP32-C5/C6 (v5.3)
See merge request espressif/esp-idf!32761
2024-08-19 11:33:01 +08:00
Jiang Jiang Jian
1f37d126c6
Merge branch 'change/exclude_cves_v5.3' into 'release/v5.3'
...
change: exclude CVEs that do not impact ESP-IDF components (v5.3)
See merge request espressif/esp-idf!32659
2024-08-19 11:32:29 +08:00
Jiang Jiang Jian
24c6528d29
Merge branch 'fix/incorrect_config_name_v5.3' into 'release/v5.3'
...
Fix encrypt image instead of the partition optimisation not being enabled (v5.3)
See merge request espressif/esp-idf!32639
2024-08-19 11:31:53 +08:00
xiongweichao
b1c9475b71
fix(bt/controller): Fixed disconnection issue
...
- Fixed the issue of disconnection caused by updating the channel map in sniff mode
2024-08-16 12:20:47 +08:00
chenqingqing
aa2290a0ae
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape
2024-08-16 12:20:47 +08:00
Aditya Patwardhan
466a392a76
Merge branch 'fix/avoid_extra_c2m_msync_in_aes_driver_v5.3' into 'release/v5.3'
...
docker / docker (push) Has been cancelled
fix(mbedtls/aes): Avoid extra C2M sync of memory (v5.3)
See merge request espressif/esp-idf!32699
2024-08-16 11:21:45 +08:00
Jiang Jiang Jian
4c53b937b6
Merge branch 'bugfix/fix_none_iram_code_before_xip_psram_v5.3' into 'release/v5.3'
...
rtc: fixed non-iram rtc code in early stage on p4 leading xip_psram stuck (v5.3)
See merge request espressif/esp-idf!32679
2024-08-15 14:46:07 +08:00
Jiang Jiang Jian
be5feaff6d
Merge branch 'backport/make_ot_task_queue_non_permanent_blocking' into 'release/v5.3'
...
fix(openthread): make ot task queue sending non-permanent blocking(backport5.3)
See merge request espressif/esp-idf!32630
2024-08-15 14:43:46 +08:00
Marius Vikhammer
8679f14d1d
Merge branch 'fix/move_xip_doc_out_from_non_updated_list_v5.3' into 'release/v5.3'
...
doc(psram): move xip psram doc out from non updated list (v5.3)
See merge request espressif/esp-idf!32841
2024-08-15 10:05:32 +08:00
Island
bbe0750ca0
Merge branch 'bugfix/fixed_ble_issues_on_c6_h2_c2_0731_v5.3' into 'release/v5.3'
...
Bugfix/fixed ble issues on c6 h2 c2 0731 (v5.3)
See merge request espressif/esp-idf!32460
2024-08-14 16:51:57 +08:00
Armando
fe48cfd6e5
fix(xip): added SOC_SPIRAM_XIP_SUPPORTED for programming guide usage
2024-08-14 14:57:29 +08:00
Mahavir Jain
3eec62f823
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:07:28 +05:30
harshal.patil
e94d1f275c
fix(mbedtls/aes): Avoid extra C2M sync of memory
2024-08-08 14:50:38 +05:30
Armando
4a7985ab4a
fix(rtc): fixed non-iram rtc code in early stage on p4 leading xip_psram stuck
2024-08-07 18:06:56 +08:00
Frantisek Hrbata
1f06765630
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:23:43 +02:00
harshal.patil
12a2e89ac6
fix(bootloader_support): Fix encrypt image instead of the partition feature not being enabled
2024-08-06 13:44:36 +05:30
zwx
73cdd20168
fix(openthread): make ot task queue sending non-permanent blocking
2024-08-06 14:09:20 +08:00
Ivan Grokhotkov
6568f8c553
Merge branch 'feature/update-qemu-to-esp_develop_9.0.0_20240606_v5.3' into 'release/v5.3'
...
docker / docker (push) Has been cancelled
feat(tools): update qemu version to esp_develop_9.0.0_20240606 (v5.3)
See merge request espressif/esp-idf!31526
2024-08-05 22:50:57 +08:00
Ivan Grokhotkov
55069a785e
Merge branch 'fix/fatfs_f_mount_immediately_after_formatting_v5.3_backport' into 'release/v5.3'
...
fix(vfs): FATFS mount immediately after format if mount failed (v5.3)
See merge request espressif/esp-idf!32379
2024-08-05 20:32:08 +08:00
morris
0c03c2008e
Merge branch 'fix/mmu_func_force_inline_v5.3' into 'release/v5.3'
...
fix(mmu_map): make a static function force inline in order not be put in flash(backport v5.3)
See merge request espressif/esp-idf!32574
2024-08-05 17:14:39 +08:00
morris
21147cd7f5
Merge branch 'feat/gpspi_flash_support_v5.3' into 'release/v5.3'
...
fix(spi_flash): Add external flash support on esp32c6,esp32h2,esp32p4(backport v5.3)
See merge request espressif/esp-idf!32522
2024-08-05 17:13:53 +08:00
Marius Vikhammer
da816521d3
Merge branch 'fix/p4_ulp_shared_mem_v5.3' into 'release/v5.3'
...
fix(lp-core): fixed ULP shared mem address being wrong on P4 (v5.3)
See merge request espressif/esp-idf!32537
2024-08-05 16:17:07 +08:00
Michael (XIAO Xufeng)
18a8fcd510
Merge branch 'refactor/rtc_init_before_mspi_tuning_v5.3' into 'release/v5.3'
...
fix(startup): move rtc initialization before MSPI timing tuning to improve stability (v5.3)
See merge request espressif/esp-idf!32548
2024-08-05 13:34:59 +08:00
Rahul Tank
c4d4bfd646
Merge branch 'bugfix/adjust_tx_power_lvl_boundary_v5.3' into 'release/v5.3'
...
fix(nimble): Modify Advertising Tx power levels (v5.3)
See merge request espressif/esp-idf!32565
2024-08-05 13:29:53 +08:00
C.S.M
5b8da6f327
fix(spi_flash): Add external flash support on esp32c6,esp32h2,esp32p4
2024-08-05 11:47:55 +08:00
morris
70bc919e80
change(examples): set the ili9881c version to 0.2.x
2024-08-05 11:01:40 +08:00
C.S.M
0cca45334e
fix(mmu_map): make a static function force inline in order not be put in flash
2024-08-05 11:00:50 +08:00
Jiang Jiang Jian
7ccfd7d673
Merge branch 'bugfix/avoid_offchan_ftm_retries_v5.3' into 'release/v5.3'
...
fix(wifi): Avoid internal retries for offchannel FTM Requests (Backport v5.3)
See merge request espressif/esp-idf!32536
2024-08-05 10:46:14 +08:00
Xiao Xufeng
f81cece9d4
fix(startup): move rtc initialization before MSPI timing tuning to improve stability
2024-08-05 00:35:10 +08:00
Rahul Tank
01f0fd4158
fix(nimble): Modify Advertising Tx power levels
2024-08-03 14:42:10 +05:30
Mahavir Jain
9a44ced672
Merge branch 'bugfix/null_assign_variable_v5.3' into 'release/v5.3'
...
fix(wifi_prov): Use calloc instead of malloc to zero initialize variable (v5.3)
See merge request espressif/esp-idf!32526
2024-08-02 22:02:52 +08:00
Island
883ee8b0a0
Merge branch 'bugfix/fix_ble_security_param_v5.3' into 'release/v5.3'
...
fix(ble/bluedroid): Fixed issue with resetting BLE security parameters during initialization (v5.3)
See merge request espressif/esp-idf!32505
2024-08-02 17:38:40 +08:00
Island
530f10f261
Merge branch 'bugfix/fix_ble_gattc_app_unregister_v5.3' into 'release/v5.3'
...
Bugfix/fix ble gattc app unregister (v5.3)
See merge request espressif/esp-idf!32438
2024-08-02 17:30:29 +08:00
morris
a1ddeeca3e
Merge branch 'change/disable_eot_in_lp_mode_v5.3' into 'release/v5.3'
...
change(dsi): don't send eot packet in lp mode (v5.3)
See merge request espressif/esp-idf!32535
2024-08-02 16:59:15 +08:00
Ivan Grokhotkov
adb5d60ec9
Merge branch 'fix/fix-gcc13-dirent-breaking_v5.3' into 'release/v5.3'
...
fix(newlib): fix include sys/dirent.h breaking change (v5.3)
See merge request espressif/esp-idf!32528
2024-08-02 16:26:05 +08:00
Marius Vikhammer
cab1a2ab4a
fix(lp-core): fixed ULP shared mem address being wrong on P4
2024-08-02 14:23:52 +08:00
Marius Vikhammer
fc847a0e9f
Merge branch 'feature/ulp_hp_core_printf_debug_v5.3' into 'release/v5.3'
...
feat(ulp): add option for routing LP-printf to HP console (v5.3)
See merge request espressif/esp-idf!32493
2024-08-02 14:05:55 +08:00
Jiang Jiang Jian
14bdeaede5
Merge branch 'bugfix/usb_otg_console_v5.3' into 'release/v5.3'
...
fix(usb_otg): Fix bug that usb_otg console cannot work on esp32s3 (v5.3)
See merge request espressif/esp-idf!32179
2024-08-02 13:44:34 +08:00
Jiang Jiang Jian
f5e6f7276e
Merge branch 'fix/netif_ppp_ip6_autoconfig_v5.3' into 'release/v5.3'
...
fix(esp_netif): Fix missing IPv6 autoconfig for PPP netifs (v5.3)
See merge request espressif/esp-idf!32177
2024-08-02 13:43:51 +08:00
Nachiket Kukade
de1050b810
fix(wifi): Avoid internal retries for offchannel FTM Requests
2024-08-02 10:41:49 +05:30
Rahul Tank
948c178a96
fix(wifi_prov): Use calloc instead of malloc to zero initialize variable
2024-08-02 10:35:51 +05:30