esp-idf/examples/system
Armando 46e71e43ba fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
By design, it's 12 dB. There're errors among chips, so the actual
attenuation will be 11dB more or less
2023-11-08 03:44:43 +00:00
..
app_trace_to_host fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-08 03:44:43 +00:00
base_mac_address
console app: Updates the chip version format (vX.Y) 2023-03-03 22:26:39 +00:00
deep_sleep deep sleep example: typo corrected in readme 2023-04-24 11:37:46 +08:00
deep_sleep_wake_stub ci: increase timeout threshold to solve deepsleep wakestub example ci failure 2023-07-10 02:32:13 +00:00
efuse
esp_event esp_event: increase default stack size in user_event_loop example 2022-10-19 18:01:11 +08:00
esp_timer Tools: Fix Python style warnings 2022-08-09 14:30:52 +02:00
eventfd
freertos/real_time_stats
gcov
gdbstub
heap_task_tracking
himem
ipc/ipc_isr
light_sleep Tools: Fix Python style warnings 2022-08-09 14:30:52 +02:00
ota
perfmon
pthread
select
startup_time
sysview_tracing
sysview_tracing_heap_log
task_watchdog
ulp_fsm fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-08 03:44:43 +00:00
ulp_riscv fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-08 03:44:43 +00:00
unit_test
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.