esp-idf/examples/system
Song Ruo Jing 6b9c2fca79 Merge branch 'fix/uart_wakeup_threshold' into 'master'
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured

See merge request espressif/esp-idf!29474
2024-03-16 22:50:28 +08:00
..
app_trace_basic ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
app_trace_to_plot feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
base_mac_address feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
console feat(soc): Add soc_caps macros for sleep support 2024-03-05 07:05:40 +01:00
deep_sleep docs(deep_sleep): removed mentions of ULP in deep sleep example readme 2024-03-11 10:15:37 +08:00
deep_sleep_wake_stub remove(pm/deep_sleep): enable CI test for esp32h2 deepsleep 2023-07-27 12:11:35 +08:00
efuse feat(security): Enable Flash encryption for ESP32P4 2023-12-05 13:10:55 +05:30
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 ci(system): restrict number of system examples built in regular pipelines 2023-10-19 10:10:37 +08:00
flash_suspend Fix function signature in flash suspend example 2023-04-15 21:27:10 -04:00
freertos/real_time_stats feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
gcov fix(pytest_gcov): properly extract file path from the gcov output 2023-10-12 11:01:23 +02:00
gdbstub feature(gdbstub): Move runtime gdbstub out of panic config 2023-08-01 14:28:07 +04:00
heap_task_tracking Merge branch 'ci/system_example_test_reduction' into 'master' 2023-10-26 10:36:18 +08:00
himem ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
ipc/ipc_isr fix(examples): Enable ipc_isr tests on CI 2023-10-03 23:06:17 +08:00
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 feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
select refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
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 feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
xip_from_psram ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
.build-test-rules.yml feat(lp_core): Added support for LP UART on LP core for esp32p4 2024-03-14 18:45:02 +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.