This website requires JavaScript.
Explore
Help
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-09-01 22:38:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cde7750f0ab0bdbe1b7a6bb4edf0edded6aaa7a2
esp-idf
/
components
/
esp_system
/
port
History
Armando (Dou Yiwen)
2b351233cb
Merge branch 'feat/bss_in_psram_p4' into 'master'
...
psram: bss in psram p4 Closes IDF-7557 See merge request
espressif/esp-idf!32018
2024-07-15 15:54:53 +08:00
..
arch
feat(panic): supported more cache error cactch
2024-07-11 15:26:13 +08:00
include
fix(startup): move rtc initialization before MSPI timing tuning to improve stability
2024-06-18 01:16:24 +08:00
soc
feat(cache): supported cache panic on p4
2024-07-12 12:42:10 +08:00
brownout.c
Merge branch 'fix/trigger_system_reset_in_brownout_isr' into 'master'
2024-06-24 11:15:54 +08:00
CMakeLists.txt
change(image): move image_process driver from bootloader_support to esp_system
2024-05-22 15:56:07 +08:00
cpu_start.c
feat(psram): support bss on psram on p4
2024-07-15 10:44:13 +08:00
esp_ipc_isr.c
…
esp_system_chip.c
…
esp_system_linux.c
…
image_process.c
fix(esp_system): fixed not necessary public require to bootloader_support
2024-06-12 12:13:06 +08:00
panic_handler.c
feat(esp_system): Print backtrace for both CPUs when cache error does not determine CPU
2024-04-30 15:20:58 +03:00
usb_console.c
…