esp-idf/examples/system
Jing Li c25c254666 Merge branch 'feature/further_support_esp32c2_sleep' into 'master'
esp32c2/sleep: further support sleep for esp32c2 with 26MHz XTAL

Closes IDF-5544

See merge request espressif/esp-idf!19017
2022-08-08 13:26:15 +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 docs: changes docs supported targets tables 2022-07-14 08:26:32 +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: Adds missing header 2022-08-02 22:43:12 +08:00
esp_event CI: migrate esp_event and select example to pytest 2022-08-01 12:20:06 +08:00
esp_timer docs: changes docs supported targets tables 2022-07-14 08:26:32 +08: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 examples/system/light_sleep: fix uart garbled output 2022-08-05 19:10:53 +08:00
ota example: fix memory leak in pre_encrypted_ota example. 2022-08-05 15:12:17 +05:30
perfmon
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 build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
sysview_tracing_heap_log build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04: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 Merge branch 'feature/system_test_pytest' into 'master' 2022-08-02 10:50:46 +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.