esp-idf/examples/system
Mahavir Jain 8e9bb00781 Merge branch 'bugfix/mark_ota_test_as_flaky' into 'master'
ota_example: Mark tests as flaky

See merge request espressif/esp-idf!18311
2022-05-31 13:15:11 +08:00
..
app_trace_to_host Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
base_mac_address CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
console refactor (nvs)!: New interface for iterator functions 2022-05-30 09:28:42 +08:00
deep_sleep soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
efuse efuse_example_test: Fix the example test ( broken due to latest change 2021-11-23 15:21:32 +05:30
esp_event CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
esp_timer examples, timer: use llabs() 64-bit argument 2022-05-30 14:48:12 +07:00
eventfd gptimer: added enable/disable functions 2022-05-06 18:18:39 +08:00
flash_suspend gptimer: added enable/disable functions 2022-05-06 18:18:39 +08:00
freertos/real_time_stats CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
gcov Examples: common source for GPIO range in Kconfigs defined 2022-05-12 09:33:40 +02:00
gdbstub This commit add to GDBstup: 2022-03-01 19:49:24 +03:00
heap_task_tracking esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
himem kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
ipc/ipc_isr CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
light_sleep uart: add default source clock for all targets 2022-05-09 11:26:30 +08:00
ota ota_example: Mark tests as flaky 2022-05-30 11:13:05 +05:30
perfmon CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
pthread CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
select uart: add default source clock for all targets 2022-05-09 11:26:30 +08:00
startup_time soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
sysview_tracing gptimer: added enable/disable functions 2022-05-06 18:18:39 +08:00
sysview_tracing_heap_log freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
task_watchdog esp_system: Update task watchdog unit tests and example 2022-05-13 18:01:28 +08:00
ulp_fsm CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
ulp_riscv CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
unit_test CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +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.