esp-idf/examples/system
Armando (Dou Yiwen) 0c81f41e16 Merge branch 'bugfix/fix_wrong_adc_attenuation_name' into 'master'
adc: rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12

See merge request espressif/esp-idf!26460
2023-11-07 10:37:24 +08:00
..
app_trace_basic
app_trace_to_plot
base_mac_address
console refactor(gpio): make gpio driver as component, and fix astyle 2023-11-03 15:42:23 +08:00
deep_sleep
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
eventfd
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
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
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
startup_time
sysview_tracing
sysview_tracing_heap_log
task_watchdog
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 refactor(gptimer): refactor gptimer driver into a component 2023-11-06 17:09:31 +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.