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-10-02 19:54:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eb85f8da461a39d97c1ea14c6535ee794de77a06
esp-idf
/
components
/
esp_system
/
port
History
Armando
eb85f8da46
fix(cache): fixed cache hal ctx not initialised in app issue
2024-12-20 14:06:19 +08:00
..
arch
fix(wdt): changed register dump on non panic task WDT to be more descriptive
2024-09-25 10:51:47 +08:00
include
fix(startup): move rtc initialization before MSPI timing tuning to improve stability
2024-08-05 00:35:10 +08:00
soc
fix(esp_system): deselect all modem modules clk source selection before clk init
2024-11-27 17:02:53 +08:00
brownout.c
change(esp_system): trigger digital system reset in brownout isr
2024-06-24 11:56:38 +08:00
CMakeLists.txt
change(image): move image_process driver from bootloader_support to esp_system
2024-05-29 10:02:44 +08:00
cpu_start.c
fix(cache): fixed cache hal ctx not initialised in app issue
2024-12-20 14:06:19 +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-13 11:26:35 +08:00
panic_handler.c
feat(esp_system): Print backtrace for both CPUs when cache error does not determine CPU
2024-07-30 19:35:35 +08:00
usb_console.c
…