esp-idf/examples/system
Ivan Grokhotkov 274fa56e71 Merge branch 'bugfix/esp32s3_usb_otg_console' into 'master'
system: support USB_OTG CDC console on ESP32-S3

Closes IDF-2048, IDF-2987, IDFGH-7134, IDFGH-7291, and IDFGH-7835

See merge request espressif/esp-idf!19312
2023-04-18 16:28:49 +08:00
..
app_trace_basic example/apptrace_basic: remove port parameter from pytest 2023-03-13 11:56:47 +03:00
base_mac_address
console examples: re-enable system/console/advanced_usb_cdc for ESP32-S3 2023-04-12 11:17:41 +02:00
deep_sleep examples: Remove a duplicate Kconfig option 2023-03-22 02:15:22 +08:00
deep_sleep_wake_stub doc: optimize deep_sleep_wake_stub README 2023-03-22 11:05:22 +08:00
efuse ci: sdkconfig.ci.xxx.TARGET now have correct config name xxx 2023-04-06 09:18:58 +08:00
esp_event
esp_timer
eventfd
flash_suspend
freertos/real_time_stats
gcov
gdbstub
heap_task_tracking
himem
ipc/ipc_isr
light_sleep
ota
perfmon
pthread
select
startup_time
sysview_tracing
sysview_tracing_heap_log
task_watchdog
ulp_fsm bugfix: made C code C++ compatible 2023-03-24 11:40:25 +08:00
ulp_riscv ulp-riscv: enable ULP-RISCV ADC example for esp32s2 2023-04-11 13:08:36 +08:00
unit_test
xip_from_psram
.build-test-rules.yml Merge branch 'bugfix/esp32s3_usb_otg_console' into 'master' 2023-04-18 16:28: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.