esp-idf/examples/system
Guillaume Souchere c5003e6220 console: Fix building issue when serial JTAG is set
Closes https://github.com/espressif/esp-idf/issues/10707
2023-05-16 04:37:09 +00:00
..
app_trace_basic example/apptrace_basic: remove port parameter from pytest 2023-03-13 11:56:47 +03:00
base_mac_address esp32h2(ci): enable target test 2023-02-15 10:20:43 +08:00
console console: Fix building issue when serial JTAG is set 2023-05-16 04:37:09 +00:00
deep_sleep ci: fix invalid kconfig options in system test apps 2023-05-10 09:42:12 +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 ci: fix invalid kconfig options in system test apps 2023-05-10 09:42:12 +08:00
eventfd
flash_suspend
freertos/real_time_stats
gcov esp32h4: checked all the corner stuffs of the removal 2023-04-26 18:53:12 +08:00
gdbstub TWDT: Use the new TWDT Kconfig options in the examples and tests 2023-02-17 11:22:25 +08:00
heap_task_tracking
himem ci: fix invalid kconfig options in system test apps 2023-05-10 09:42:12 +08:00
ipc/ipc_isr
light_sleep esp32h4: checked all the corner stuffs of the removal 2023-04-26 18:53:12 +08:00
ota esp32h2(ci): enable target test 2023-02-15 10:20:43 +08:00
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 ci: fix invalid kconfig options in system test apps 2023-05-10 09:42:12 +08:00
unit_test TWDT: Use the new TWDT Kconfig options in the examples and tests 2023-02-17 11:22:25 +08:00
xip_from_psram ci: fix invalid kconfig options in system test apps 2023-05-10 09:42:12 +08:00
.build-test-rules.yml ulp: added sleep support for lp core 2023-04-27 09:51:41 +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.