esp-idf/examples/system
Mahavir Jain 4cdf2459f0 Merge branch 'contrib/github_pr_8535' into 'master'
Upgrade esp_encrypted_img version in pre-encrypted OTA example (GitHub PR)

Closes IDFGH-6915

See merge request espressif/esp-idf!17432
2022-03-10 14:46:37 +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 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
console esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
console_usb docs: fixed two dead readme links 2021-07-21 15:20:57 +08:00
deep_sleep esp32h2: support GPIO peripheral, IO_MUX, GPIO matrix. 2022-03-04 11:25:05 +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 Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
esp_timer Merge branch 'feat/rm_makefiles' into 'master' 2021-11-16 03:44:41 +00:00
eventfd examples: replace legacy timer group with gptimer 2022-01-07 14:59:09 +08:00
flash_suspend system: add an example showing how to run non-iram ISR when operating Flash 2022-01-21 15:20:37 +08:00
freertos/real_time_stats Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
gcov Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
gdbstub Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01: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 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
ipc/ipc_isr esp_ipc: Update documentation and API descriptions 2021-11-18 21:34:50 +08:00
light_sleep freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
ota examples/pre_encrypted_ota: update to esp_encrypted_img 2.x.x 2022-03-09 16:30:22 +00:00
perfmon perfmon: re-enable example for ESP32-S3, remove warning from the docs 2022-01-11 08:28:51 +01:00
pthread Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
select Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
startup_time esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
sysview_tracing freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
sysview_tracing_heap_log freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
task_watchdog Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
ulp_fsm G0: target component (components/esp32*) doesn't depend on driver anymore 2022-03-02 04:21:00 +00:00
ulp_riscv ulp: add driver dependecy for ULP riscv gpio interrupt example 2022-03-03 11:17:34 +08:00
unit_test esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
README.md event: Implement event loop library 2018-10-26 13:14:19 +08:00

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.