esp-idf/examples/system
2024-08-13 12:13:08 +08:00
..
app_trace_basic example/apptrace_basic: remove port parameter from pytest 2023-03-13 11:56:47 +03:00
base_mac_address mac_addr(C6 and H2): Fix byte order of MAC_EXT and change format of IEEE802154 MAC 2023-06-13 16:56:13 +08:00
console examples: re-enable console examples for C2, C6, H2 2023-11-28 18:08:11 +01:00
deep_sleep change(pm): add ext1 new api 2024-04-15 20:33:02 +08:00
deep_sleep_wake_stub remove(pm/deep_sleep): enable CI test for esp32h2 deepsleep 2023-08-03 16:46:55 +08:00
efuse system-hardware/efuse: fixed efuse summary description containing ; breaking efuse-summary 2023-05-30 14:07:50 +08:00
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-10 09:42:12 +08:00
eventfd esp32h2: add build test 2023-01-17 10:29:04 +08:00
flash_suspend system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
freertos/real_time_stats esp32h2: add build test 2023-01-17 10:29:04 +08:00
gcov fix(pytest_gcov): properly extract file path from the gcov output 2023-10-18 10:57:05 +02:00
gdbstub TWDT: Use the new TWDT Kconfig options in the examples and tests 2023-02-17 11:22:25 +08: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-10 09:42:12 +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 fix(uart): Fix mismatch wakeup rising edges required with the threshold configured 2024-04-24 17:21:37 +08:00
lp_core/lp_i2c lp-i2c: Added support for LP I2C peripheral to LP core 2023-05-19 07:33:01 +02:00
ota docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates 2024-08-13 12:13:08 +08:00
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(app_trace): Fix SystemView build 2023-12-28 12:08:57 +04:00
sysview_tracing_heap_log fix(app_trace): Fix SystemView build 2023-12-28 12:08:57 +04:00
task_watchdog esp32h2: add build test 2023-01-17 10:29:04 +08:00
ulp_fsm fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:09:21 +08:00
ulp_riscv fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:09:21 +08: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-10 09:42:12 +08:00
.build-test-rules.yml Merge branch 'fix/usb_host_soc_caps_backport_v5.1' into 'release/v5.1' 2023-12-06 09:59:53 +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.