esp-idf/examples/system
wuzhenghui ccaae61fee
feat(esp_hw_support): support esp32p4 deepsleep
2024-03-27 13:59:36 +08:00
..
app_trace_basic ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
app_trace_to_plot
base_mac_address
console feat(soc): Add soc_caps macros for sleep support 2024-03-05 07:05:40 +01:00
deep_sleep feat(esp_hw_support): support esp32p4 deepsleep 2024-03-27 13:59:36 +08:00
deep_sleep_wake_stub
efuse
esp_event fix(esp_vfs_console): add esp_vfs_console component 2024-03-11 10:18:10 +01:00
esp_timer ci: enable lightsleep related tests 2024-03-10 10:51:28 +08:00
eventfd
flash_suspend
freertos/real_time_stats feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
gcov
gdbstub
heap_task_tracking
himem
ipc/ipc_isr
light_sleep fix(uart): Fix mismatch wakeup rising edges required with the threshold configured 2024-03-15 16:58:33 +08:00
ota ci: Fix pre_encrypted_ota example failure in CI 2024-03-08 14:49:24 +05:30
perfmon
pthread
select
startup_time fix(bootloader): fixed P4 bootloader being able to boot with certain configs 2024-03-08 09:40:32 +08:00
sysview_tracing feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
sysview_tracing_heap_log feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
task_watchdog feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
ulp feat(ulp-riscv): Added Kconfig option to enable ULP RISC-V interrupts 2024-02-21 11:45:06 +01:00
unit_test
xip_from_psram
.build-test-rules.yml feat(lp_i2c): Added LP I2C support on the esp32p4 2024-03-26 08:31:54 +01:00
README.md

README.md

System Examples

Configuration and management of memory, interrupts, WDT (watchdog timer), OTA (over the air updates), deep sleep logging, and event loops.

See the README.md file in the upper level examples directory for more information about examples.