esp-idf/examples/system
Alexey Lapshin 236fa5e669 Merge branch 'feature/upgrade-systemview-to-3_32' into 'master'
app_trace: sys_view: upgrade to version 3.42

Closes IDF-4646

See merge request espressif/esp-idf!21306
2023-01-28 11:24:13 +08:00
..
app_trace_to_host ci: move more openocd scripts into pytest-embedded 2022-12-08 14:25:02 +08:00
base_mac_address esp32h2: add build test 2023-01-17 10:29:04 +08:00
console system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
deep_sleep deep sleep example: typo corrected in readme 2023-01-10 17:03:54 +08:00
deep_sleep_wake_stub add pytest for example deep sleep wake stub 2023-01-10 17:03:54 +08:00
efuse examples(efuse): Tests can be run on generic runners 2023-01-24 22:10:01 +08:00
esp_event esp32h2: add build test 2023-01-17 10:29:04 +08:00
esp_timer ci: Fix ci regression on esp_timer example caused by enabling esp32c6 target test 2022-11-29 20:15:05 +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 esp32h2: add build test 2023-01-17 10:29:04 +08:00
gdbstub ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +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 system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +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 esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
ota esp_netif/lwip: Fix core-locking config 2023-01-17 16:15:58 +01: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 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 system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
ulp_riscv ulp-riscv: ULP RISC-V I2C example gets stuck on esp32s2 2022-12-27 07:44:26 +00:00
unit_test esp32h2: add build test 2023-01-17 10:29:04 +08:00
xip_from_psram system: add an example and pytest to showing moving Flash content to PSRAM feature. 2022-09-19 12:25:30 +08:00
.build-test-rules.yml esp32h2: add build test 2023-01-17 10:29:04 +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.