esp-idf/examples/system
Zhi Wei Jian 713e36e776 Merge branch 'bugfix/remove_ble_func_discard_declaration' into 'master'
fix(ble/bluedroid): Remove BLE functions discard declaration

Closes BLERP-663

See merge request espressif/esp-idf!30011
2024-04-18 19:00:55 +08:00
..
app_trace_basic ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
app_trace_to_plot ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
base_mac_address ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
console fix(wifi): fix code review comments 2024-04-10 15:27:50 +08:00
deep_sleep feat(esp_hw_support): support esp32p4 deepsleep 2024-03-27 13:59:36 +08:00
deep_sleep_wake_stub
efuse ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
esp_event ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
esp_timer docs: Update ESP Timer example README 2024-04-15 17:17:26 +08:00
eventfd ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
flash_suspend
freertos/real_time_stats ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
gcov fix(gcov): Fixed mixed path separators on Windows 2024-04-04 13:56:15 +02:00
gdbstub ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
heap_task_tracking ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
himem
ipc/ipc_isr
light_sleep feat(example): support esp32c5 timer/gpio/uart wakeup 2024-04-10 11:45:04 +08:00
ota fix(ble/bluedroid): Remove BLE functions discard declaration 2024-04-18 15:53:54 +08:00
perfmon
pthread ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
select ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
startup_time ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
sysview_tracing feat(sysview): enable esp32p4 examples 2024-04-03 23:22:31 +03:00
sysview_tracing_heap_log Merge branch 'enable_esp32p4_sysview_examples' into 'master' 2024-04-17 10:39:41 +08:00
task_watchdog ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
ulp fix(ulp): fixed lp-core not booting during sleep 2024-04-18 11:36:30 +08:00
unit_test ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
xip_from_psram
.build-test-rules.yml fix(ulp): fixed lp-core not booting during sleep 2024-04-18 11:36:30 +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.