Jiang Jiang Jian
1698a58881
Merge branch 'fix/add_sleep_duration_check_for_timer_wakeup_v5.3' into 'release/v5.3'
...
fix(esp_hw_support): add timer wakeup sleep duration check (v5.3)
See merge request espressif/esp-idf!37011
2025-02-19 14:02:53 +08:00
Marius Vikhammer
fa4706e4cb
Merge branch 'fix/usb-cdc-non-blocking-read_v5.3' into 'release/v5.3'
...
fix(esp_vfs_console): USB CDC read when non blocking (backport v5.3)
See merge request espressif/esp-idf!36749
2025-02-18 12:17:26 +08:00
wuzhenghui
0e2335f6f9
fix(esp_hw_support): add timer wakeup sleep duration check
...
Closes https://github.com/espressif/esp-idf/issues/15255
2025-02-17 19:09:44 +08:00
Li Shuai
44001a9d70
change(esp_hw_support): update some modules sleep retention init dependency bitmap
2025-02-13 15:35:19 +08:00
Guillaume Souchere
7d4d24d198
fix(esp_vfs_console): USB CDC read when non blocking
...
In non blocking mode, the read function is expected
to return weather data is available for reading or not.
In case data are available but the size does not match
the expected size, the function read should return whatever
data is available.
Previously, the function was returning -1 with errno set
to EWOULDBLOCK even if the size of data in the buffer was
less than the requested size. It would only return the
available data if the size in the buffer was greater or equal
to the requested size.
The implementation of cdcacm_read is modified to return the avilable
data from the buffer even is the size is lesser than the requested
size.
2025-02-06 08:58:44 +01:00
wuzhenghui
12db9e4225
fix(esp_hw_support): fix branch predictor access flash after cache disabled
2025-01-22 19:27:37 +08:00
morris
8ec35b4d75
Merge branch 'refactor/improve_the_compatible_method_on_h2_v5.3' into 'release/v5.3'
...
refactor(lpperi): improve compatibility solution (v5.3)
See merge request espressif/esp-idf!36421
2025-01-17 12:40:00 +08:00
Martin Vychodil
96d3dfbb9a
Merge branch 'fix/incorrect_console_open_and_close_behaviour_v5.3' into 'release/v5.3'
...
fix(storage/vfs_console): stop new console opens from overwriting existing fds (v5.3)
See merge request espressif/esp-idf!35268
2025-01-16 22:08:13 +08:00
laokaiyao
2abf73d94c
refactor(lpperi): improve compatibility solution
2025-01-16 10:18:02 +08:00
morris
18714a2e4c
Merge branch 'refactor/update_lpperi_regs_for_h2_eco5_v5.3' into 'release/v5.3'
...
refactor(lpperi): compatible refactor for H2 ECO5 (v5.3)
See merge request espressif/esp-idf!36336
2025-01-15 16:11:38 +08:00
Jan Beran
0547a0bad9
fix: remove duplicit lines from sdkconfig.rename files
2025-01-13 09:07:32 +01:00
laokaiyao
90457a9a4e
refactor(lpperi): compatible refactor for H2 ECO5
2025-01-13 14:39:33 +08:00
morris
418768ebc7
fix(dma): abort the axi dma gracefully on CPU SW reset
2025-01-10 10:15:36 +08:00
Michael (XIAO Xufeng)
4c422b18ff
Merge branch 'bugfix/warn_rc32k_use_in_kconfig_v5.3' into 'release/v5.3'
...
fix(clk): add an inevitable kconfig option to be selected to use rc32k (v5.3)
See merge request espressif/esp-idf!35965
2025-01-07 15:50:42 +08:00
Marek Fiala
2b0407eb2a
feat(tools): Enforce utf-8 encoding with open() function
2025-01-02 16:48:43 +01:00
Song Ruo Jing
a2178b0fa2
fix(clk): add an inevitable kconfig option to be selected to use rc32k
2024-12-25 20:01:37 +08:00
morris
8273d98760
Merge branch 'fix/flash_noos_issues_v5.3' into 'release/v5.3'
...
flash: fixed some no_os API issues (v5.3)
See merge request espressif/esp-idf!35792
2024-12-23 10:21:04 +08:00
Armando
eb85f8da46
fix(cache): fixed cache hal ctx not initialised in app issue
2024-12-20 14:06:19 +08:00
Erhan Kurubas
9cab2c7796
fix(system): avoid unexcpected hp_sys_wdt reset
2024-12-19 11:58:58 +03:00
Tomáš Rohlínek
299b93bc9e
fix(storage/vfs_console): stop new console opens from overwriting existing fds
2024-12-12 10:01:16 +01:00
Erhan Kurubas
8bfabe711a
fix(espcoredump): prevent null pointer dereference in panic reason handling
2024-12-09 15:15:51 +01:00
Mahavir Jain
ecc5f36e49
Merge branch 'fix/fetch_image_hdr_v5.3' into 'release/v5.3'
...
fix(esp_system): Correct address used to fetch application image header (v5.3)
See merge request espressif/esp-idf!34628
2024-12-06 15:36:53 +08:00
Laukik Hase
4acc6d3482
fix(esp_system): Correct address used to fetch application image header
2024-11-29 17:42:01 +08:00
wuzhenghui
7563ae5e70
fix(esp_system): deselect all modem modules clk source selection before clk init
2024-11-27 17:02:53 +08:00
wuzhenghui
9c195f52a3
fix(esp_system): writeback L1 Dcache before disable L2 if PSRAM used
2024-11-11 14:03:08 +08:00
Jiang Jiang Jian
b840737ebf
Merge branch 'fix/fix_ota_slowclock_switching_v5.3' into 'release/v5.3'
...
fix(esp_hw_support): fix rtc slow clock missing after the OTA app changes the slow clock source (v5.3)
See merge request espressif/esp-idf!34474
2024-11-08 16:34:22 +08:00
C.S.M
0a437b0ea0
fix(bod): Remove config for bod on p4 v0.x
2024-11-01 15:31:13 +08:00
C.S.M
12d6cdb29a
feat(esp32p4): Introduce p4 eco2 configuration
2024-11-01 15:30:39 +08:00
wuzhenghui
f2fb17cb87
fix(esp_hw_support): disable unused clock sources after rtc clock switching complete
2024-10-28 19:54:06 +08:00
Jiang Jiang Jian
b2bc2dfcc3
Merge branch 'bugfix/riscv_task_wdt_cleanup_v5.3' into 'release/v5.3'
...
fix(wdt): changed register dump on task WDT to be more descriptive (v5.3)
See merge request espressif/esp-idf!33105
2024-10-17 10:39:56 +08:00
Marius Vikhammer
83a947d540
Merge branch 'docs/cpu_lockup_v5.3' into 'release/v5.3'
...
Docs/cpu lockup (v5.3)
See merge request espressif/esp-idf!33506
2024-10-14 11:15:26 +08:00
Chen Jichang
04c7bbde5e
fix(psram): fix macro in memory.ld
2024-10-10 10:12:29 +08:00
Marius Vikhammer
dd6fdb92ea
docs(system): add cpu lock up description
2024-10-09 10:10:38 +08:00
Chen Jichang
84f024478c
fix(ci): rerun pre-commit to fix readme files
2024-09-27 11:12:55 +08:00
Marius Vikhammer
7d8c955e21
fix(wdt): changed register dump on non panic task WDT to be more descriptive
...
Closes https://github.com/espressif/esp-idf/issues/14400
2024-09-25 10:51:47 +08:00
Jiang Jiang Jian
d3b1b54f72
Merge branch 'bugfix/fix_esp32p4_sleep_psram_access_failure_v5.3' into 'release/v5.3'
...
fix(esp_hw_support): support esp32p4 psram sleep retention (v5.3)
See merge request espressif/esp-idf!32598
2024-09-05 13:46:07 +08:00
morris
f0e7941994
Merge branch 'support_psram_noinit_segment_on_s3_v5.3' into 'release/v5.3'
...
feat(psram): add psram noinit segment support on s2/s3/p4/c5 and bss segment on c5 (v5.3)
See merge request espressif/esp-idf!33256
2024-09-04 18:24:02 +08:00
wuzhenghui
e38462456c
change(esp_hw_support): add case to test PSRAM survives after lightsleep
2024-09-04 16:42:54 +08:00
wuzhenghui
6e307d5408
change(esp_hw_support): reorder light/deep sleep test cases and wrapper with corresponding support macros
2024-09-04 16:42:50 +08:00
morris
a9aa97391d
Merge branch 'fix/mmu_multicore_app_bl_v5.3' into 'release/v5.3'
...
fix(MMU): fixed mmap deadlock when using multicore app with unicore bootloader (v5.3)
See merge request espressif/esp-idf!32889
2024-09-04 11:31:41 +08:00
Chen Jichang
9e3fca8d71
feat(psram): add psram noinit segment support on S2/S3/P4/C5
...
Closes https://github.com/espressif/esp-idf/issues/14253
2024-09-03 15:39:54 +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
Xiao Xufeng
87cc3cb7a7
fix(MMU): fixed mmap deadlock when using multicore app with unicore bootloader
...
Closes https://github.com/espressif/esp-idf/issues/11617
2024-08-16 11:51:58 +08:00
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
Xiao Xufeng
f81cece9d4
fix(startup): move rtc initialization before MSPI timing tuning to improve stability
2024-08-05 00:35:10 +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
Jakob Hasse
c658ae6679
fix(esp_system): properly exclude XTAL32K WDT from other chips
...
Closes https://github.com/espressif/esp-idf/issues/13955
2024-08-01 10:08:19 +02:00
Cao Sen Miao
ec130b0a64
fix(usb_otg): Fix bug that usb_otg console cannot work on esp32s3
2024-07-30 19:42:25 +08:00
Konstantin Kondrashov
3f82f6e93b
feat(esp_system): Print backtrace for both CPUs when cache error does not determine CPU
2024-07-30 19:35:35 +08:00
Marius Vikhammer
1adbfa6822
ci(system): disable c5 system tests
2024-07-30 13:19:04 +08:00