esp-idf/examples/system
Shubham Kulkarni 779bcc8614 native_ota_example: Rename example_test.py to pytest_native_ota.py
Add type annotations
2022-03-28 03:51:21 +00:00
..
app_trace_to_host
base_mac_address CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
console CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
console_usb
deep_sleep touch_sensor: forbid from using touch sensor with sleep on ESP32-S3 2022-03-24 03:00:47 +08:00
efuse
esp_event CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
esp_timer CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
eventfd CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
flash_suspend
freertos/real_time_stats CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
gcov
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 CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
ipc/ipc_isr CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
light_sleep CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
ota native_ota_example: Rename example_test.py to pytest_native_ota.py 2022-03-28 03:51:21 +00:00
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
startup_time
sysview_tracing
sysview_tracing_heap_log
task_watchdog CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +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

README.md

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.