wuzhenghui
5ce6c51c28
fix(esp_hw_support): fix unused OSC source deinit breaks XTAL32K configuration
2025-04-16 17:19:08 +08:00
wuzhenghui
8d55741d32
fix(esp_hw_support): fix current leakage if ext32k slow clock source not exists
2025-04-16 17:19:04 +08:00
Marius Vikhammer
7fea3ef20f
Merge branch 'bug/xtensa_cpu1_sys_lockup_v5.3' into 'release/v5.3'
...
fix(panic_handler): Updated panic handler to use RTC WDT (v5.3)
See merge request espressif/esp-idf!37115
2025-04-15 11:05:57 +08:00
Jiang Jiang Jian
4d62ea01b6
Merge branch 'fix/sleep_cpu_mspi_freq_mismatch_issue_p4_v5.3' into 'release/v5.3'
...
mspi: fixed cpu and mspi freq mismatch issue when in dfs/sleep on p4 (v5.3)
See merge request espressif/esp-idf!37584
2025-03-08 18:45:20 +08:00
Armando
51280e0e8a
fix(mspi): fixed cpu and mspi freq mismatch issue when in dfs/sleep on p4
2025-03-08 14:17:02 +08:00
wuzhenghui
f99c3c6343
fix(esp_system): fix possible cache_error by another core accessing flash in esp_restart
2025-03-07 11:05:41 +08:00
Sudeep Mohanty
81109e8bdd
fix(panic_handler): Updated panic handler to use RTC WDT
...
This commit updates the following:
- Updates the panic handler to use only the RTC WDT to reset the system.
- Refactors some of the panic handler code.
- Updates Bluetooth files where in they now feed the WDTs instead of
reconfiguring them.
- Removes some unnecessary configuration of WDTs from various files.
- Added a unit test to verify that the system does not lock up when the
panic handler is stuck.
- Updates the memprot unit tests to work with the refactored panic
handler.
Closes https://github.com/espressif/esp-idf/issues/15166
Closes https://github.com/espressif/esp-idf/issues/15018
Closes https://github.com/espressif/esp-idf/issues/10110
2025-03-06 09:13:17 +01:00
wuzhenghui
12db9e4225
fix(esp_hw_support): fix branch predictor access flash after cache disabled
2025-01-22 19:27:37 +08:00
laokaiyao
2abf73d94c
refactor(lpperi): improve compatibility solution
2025-01-16 10:18:02 +08: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
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
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
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
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
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
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
8957785f4d
Merge branch 'feat/cache_panic_p4_v5.3' into 'release/v5.3'
...
cache:cache panic p4 (v5.3)
See merge request espressif/esp-idf!32110
2024-07-25 18:56:39 +08:00
morris
94bc5d953f
Merge branch 'feat/bss_in_psram_p4_v5.3' into 'release/v5.3'
...
psram: bss in psram p4 (v5.3)
See merge request espressif/esp-idf!32124
2024-07-25 16:41:59 +08:00
Jiang Jiang Jian
28c124d210
Merge branch 'fix/fix_stuck_in_bootloader_random_enable_v5.3' into 'release/v5.3'
...
fix(esp_system): fix stuck in bootloader_random_enable after lightsleep (v5.3)
See merge request espressif/esp-idf!32021
2024-07-15 19:37:40 +08:00
Armando
0b5db82e5e
feat(psram): support bss on psram on p4
2024-07-15 15:56:23 +08:00
Armando
22f1d28533
feat(cache): supported cache panic on p4
2024-07-15 10:16:54 +08:00
Armando
9e34963397
feat(panic): supported more cache error cactch
2024-07-15 10:16:47 +08:00
wuzhenghui
108123d50c
fix(esp_system): fix stuck in bootloader_random_enable after lightsleep
2024-07-10 14:22:39 +08:00
wuzhenghui
eb45491d00
feat(esp_hw_support): bypass rst_reason override for esp32p4eco1
2024-06-28 13:58:44 +08:00
wuzhenghui
6eae7bc996
change(esp_system): trigger digital system reset in brownout isr
2024-06-24 11:56:38 +08:00
Armando
d83e7ea505
fix(esp_system): fixed not necessary public require to bootloader_support
2024-06-13 11:26:35 +08:00
Michael (XIAO Xufeng)
5c618745fe
Merge branch 'feat/brownout_support_p4_v5.3' into 'release/v5.3'
...
feat(brownout): Add brownout detector support on esp32p4 (backport v5.3)
See merge request espressif/esp-idf!31094
2024-06-11 21:21:10 +08:00
Michael (XIAO Xufeng)
dbf8726b47
Merge branch 'feat/esp32p4_xip_psram_v5.3' into 'release/v5.3'
...
psram: support xip_psram on esp32p4 (v5.3)
See merge request espressif/esp-idf!31044
2024-06-11 21:07:41 +08:00
Aditya Patwardhan
23cfe0826b
Merge branch 'fix/aes_operation_using_psram_memory_with_psram_enc_v5.3' into 'release/v5.3'
...
Enable AXI-DMA AES-ECC mean access when external memory encryption is enabled (v5.3)
See merge request espressif/esp-idf!30822
2024-06-07 19:17:38 +08:00
Armando
58ebdb7ae3
change(image): move image_process driver from bootloader_support to esp_system
2024-05-29 10:02:44 +08:00
Armando
48e06fafea
feat(xip_psram): support xip psram feature on esp32p4
2024-05-29 10:02:44 +08:00
C.S.M
91cedfe89d
feat(brownout): Add brownout detector support on esp32p4
2024-05-27 16:40:45 +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