esp-idf/examples/system
Jiang Jiang Jian d52d82ee83 Merge branch 'doc/change_deepsleep_example_readme_v5.1' into 'release/v5.1'
Doc/change deepsleep example readme v5.1

See merge request espressif/esp-idf!27447
2023-12-08 11:20:50 +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 docs(pm):change_deepsleep_example_readme 2023-12-04 07:39:11 +00: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 example: bringup light sleep example for esp32h2 2023-07-11 13:58:08 +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 fix: fix preencrypted ota failed with pytest server and partial http enabled 2023-11-23 12:50:18 +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 esp32h2: add build test 2023-01-17 10:29:04 +08:00
sysview_tracing_heap_log apptrace: fix SystemView example test 2023-01-24 00:34:53 +07: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.