esp-idf/examples/system
Chen Yu Dong 01ec3382f7 Merge branch 'ci/ota_example_bluedroid_gatts_timeout' into 'master'
CI: modify timeout of advanced_https_ota_example_bluedroid_gatts

Closes IDFCI-1434

See merge request espressif/esp-idf!19636
2022-08-22 12:42:18 +08:00
..
app_trace_to_host esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
base_mac_address ci: fix base_mac_address test failure for S2 chips 2022-08-08 13:51:11 +08:00
console build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
deep_sleep build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
efuse efuse example: Adds CI tests for ESP32-C2 2022-08-04 13:14:24 +00:00
esp_event esp_event: Fix flakey esp_event example test 2022-08-11 16:02:48 +08:00
esp_timer Tools: Fix flake8 version 5 warnings 2022-08-12 08:13:13 +00:00
eventfd docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
flash_suspend build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
freertos/real_time_stats build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
gcov examples/gcov: add missing supported targets to readme 2022-07-28 13:59:29 +02:00
gdbstub docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
heap_task_tracking docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
himem build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
ipc/ipc_isr build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
light_sleep touch_sleep: complete the support for touch sleep 2022-08-15 20:04:57 +08:00
ota Merge branch 'ci/ota_example_bluedroid_gatts_timeout' into 'master' 2022-08-22 12:42:18 +08:00
perfmon tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pthread build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
select CI: migrate esp_event and select example to pytest 2022-08-01 12:20:06 +08:00
startup_time docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
sysview_tracing examples/sysview: add missing supported targets to readme 2022-08-11 11:06:10 +02:00
sysview_tracing_heap_log examples/sysview: add missing supported targets to readme 2022-08-11 11:06:10 +02:00
task_watchdog docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
ulp_fsm build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
ulp_riscv build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
unit_test docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
.build-test-rules.yml examples/sysview: add missing supported targets to readme 2022-08-11 11:06:10 +02: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.