esp-idf/examples/system
Armando 40d021e39d 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-07 14:14:25 +08:00
..
app_trace_to_host fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:14:25 +08:00
base_mac_address ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
console app: Updates the chip version format (vX.Y) 2023-03-02 19:52:17 +08:00
console_usb tools: Fix IDF Monitor so it will wait for the device to reconnect 2020-06-29 09:18:05 +02:00
deep_sleep examples: system/deep_sleep 2023-08-08 02:40:46 +00:00
efuse ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
esp_event system: enable C3 light sleep related example tests 2021-07-29 09:29:29 +08:00
esp_timer esp_hw_support: Fix time spent in light sleep when RTC is used for gettimeofday 2022-06-09 14:51:44 +00:00
freertos/real_time_stats ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
gcov apptrace: Refactors apptrace for better support various tracing HW 2022-05-13 08:45:31 +00:00
heap_task_tracking Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
himem style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
light_sleep system: enable C3 light sleep related example tests 2021-07-29 09:29:29 +08:00
network_tests Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ota advanced_https_ota/example_test.py: Update redirect URL test to include two redirects 2022-04-11 09:48:31 +05:30
perfmon ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
select ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
sysview_tracing apptrace: Adds ESP32-C3 support 2022-05-13 16:23:46 +03:00
sysview_tracing_heap_log apptrace: Adds ESP32-C3 support 2022-05-13 16:23:46 +03:00
task_watchdog ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
ulp ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
ulp_adc fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:14:25 +08:00
ulp_riscv example ulp_riscv: Set IDF_TARGET to esp32s2 2020-12-24 14:18:02 +11:00
unit_test ci: run Example_GENERIC for C3 2021-05-20 14:32:47 +10:00
README.md event: Implement event loop library 2018-10-26 13:14:19 +08:00

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.