esp-idf/examples/system
Darian cc34c4fc08 Merge branch 'contrib/github_pr_12481' into 'master'
Many places in the ESP_SYSTEM are using CONFIG_FREERTOS_UNICORE instead of CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE (GitHub PR)

Closes IDFGH-11333

See merge request espressif/esp-idf!27435
2023-12-01 19:33:19 +08:00
..
app_trace_basic Use configuration option instead of in components not related to FreeRTOS 2023-11-28 07:49:20 +00:00
app_trace_to_plot
base_mac_address
console change(pm/ext1): replace esp_sleep_set_ext1_wakeup_io by esp_sleep_enable_ext1_wakeup_io 2023-11-20 16:04:01 +08:00
deep_sleep docs(pm):change_deepsleep_example_readme 2023-11-28 12:02:25 +08:00
deep_sleep_wake_stub
efuse ci(build): fixed/ignored warnings from unknown symbols in sdkconfig.defaults 2023-11-01 01:14:00 +00:00
esp_event
esp_timer ci(system): restrict number of system examples built in regular pipelines 2023-10-19 10:10:37 +08:00
eventfd ci(system): restrict number of system examples built in regular pipelines 2023-10-19 10:10:37 +08:00
flash_suspend
freertos/real_time_stats change(freertos): Update real_time_stats example to use configRUN_TIME_COUNTER_TYPE 2023-10-31 15:44:37 +08:00
gcov fix(pytest_gcov): properly extract file path from the gcov output 2023-10-12 11:01:23 +02:00
gdbstub
heap_task_tracking Merge branch 'ci/system_example_test_reduction' into 'master' 2023-10-26 10:36:18 +08:00
himem
ipc/ipc_isr fix(examples): Enable ipc_isr tests on CI 2023-10-03 23:06:17 +08:00
light_sleep
ota feat(bt/bluedroid): Added mode to use BlueDroid host only without Bluetooth Controller 2023-10-30 00:52:26 +00:00
perfmon
pthread
select ci(system): restrict number of system examples built in regular pipelines 2023-10-19 10:10:37 +08:00
startup_time
sysview_tracing
sysview_tracing_heap_log change(app_trace): decrease leaks in test to save ci time 2023-10-09 12:13:02 +04:00
task_watchdog ci(system): restrict number of system examples built in regular pipelines 2023-10-19 10:10:37 +08:00
ulp fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-06 18:55:49 +08:00
unit_test
xip_from_psram
.build-test-rules.yml Merge branch 'feature/p4_lp_core' into 'master' 2023-11-30 09:35:49 +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.