esp-idf/examples/system
2023-08-16 11:26:59 +05:30
..
app_trace_basic example/apptrace_basic: remove port parameter from pytest 2023-03-13 11:56:47 +03:00
app_trace_to_plot feat(apptrace): Added sensor data visualization example 2023-06-27 18:32:56 +03:00
base_mac_address mac_addr(C6 and H2): Fix byte order of MAC_EXT and change format of IEEE802154 MAC 2023-06-08 23:11:32 +08:00
console Merge branch 'support/deep_sleep_test_for_esp32h2' into 'master' 2023-08-01 17:37:10 +08:00
deep_sleep feat(pm/deepsleep): Support EXT1_WAKEUP_MODE_PER_PIN 2023-08-09 19:46:25 +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 efuse: use esp32 qemu target for a efuses example test. 2023-06-07 18:19:56 +05:30
esp_event esp32h2: add build test 2023-01-17 10:29:04 +08:00
esp_timer ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
eventfd esp32h2: add build test 2023-01-17 10:29:04 +08:00
flash_suspend Fix function signature in flash suspend example 2023-04-15 21:27:10 -04:00
freertos/real_time_stats esp32h2: add build test 2023-01-17 10:29:04 +08:00
gcov esp32h4: checked all the corner stuffs of the removal 2023-04-23 12:03:07 +00:00
gdbstub feature(gdbstub): Move runtime gdbstub out of panic config 2023-08-01 14:28:07 +04:00
heap_task_tracking ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
himem ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
ipc/ipc_isr system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
light_sleep example: bringup light sleep example for esp32h2 2023-06-26 21:05:16 +08:00
ota ci: Add ota_example test with TLS 1.3 2023-08-16 11:26:59 +05:30
perfmon tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pthread esp32h2: add build test 2023-01-17 10:29:04 +08:00
select esp32h2: add build test 2023-01-17 10:29:04 +08:00
startup_time esp32h2: add build test 2023-01-17 10:29:04 +08:00
sysview_tracing fix: Replace deprecated flushregs alias with full gdb command 2023-07-13 09:26:47 +02:00
sysview_tracing_heap_log fix: Replace deprecated flushregs alias with full gdb command 2023-07-13 09:26:47 +02:00
task_watchdog esp32h2: add build test 2023-01-17 10:29:04 +08:00
ulp lp-core-uart: Added support for printf to the LP core 2023-06-21 11:16:13 +02:00
unit_test TWDT: Use the new TWDT Kconfig options in the examples and tests 2023-02-17 11:22:25 +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 remove(pm/deep_sleep): enable CI test for esp32h2 deepsleep 2023-07-27 12:11:35 +08:00
README.md event: Implement event loop library 2018-10-26 13:14:19 +08:00

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.