esp-idf/examples/system
Mahavir Jain fd34bdb70a Merge branch 'feature/secure_features_are_enabled_correctly' into 'master'
security: Adds new APIs to check that all eFuse security features are enabled correctly

Closes IDF-1814

See merge request espressif/esp-idf!19532
2023-01-13 15:09:55 +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 CI: fix test case test_base_mac_address 2022-12-21 10:39:15 +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 Merge branch 'feature/secure_features_are_enabled_correctly' into 'master' 2023-01-13 15:09:55 +08:00
esp_event ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +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 pytest: Expect "Calling app_main()" to indicate start of application 2022-12-09 19:40:40 +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 system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
gcov ci: move more openocd scripts into pytest-embedded 2022-12-08 14:25:02 +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 system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
perfmon tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pthread system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
select pytest: Expect "Calling app_main()" to indicate start of application 2022-12-09 19:40:40 +08:00
startup_time ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
sysview_tracing Merge branch 'bugfix/system_examples_print_format' into 'master' 2022-12-12 16:15:30 +08:00
sysview_tracing_heap_log Merge branch 'bugfix/system_examples_print_format' into 'master' 2022-12-12 16:15:30 +08:00
task_watchdog ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) 2022-11-28 11:58:30 +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 ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +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 add example deep sleep wake stub 2023-01-10 17:03:50 +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.