esp-idf/examples/system
Konstantin Kondrashov 00991f1bf5 Merge branch 'feature/esp32c61_re_enable_base_mac_address_test' into 'master'
feat(system): Re-enables the pytest_base_mac_address test for ESP32-C61

Closes IDF-10956

See merge request espressif/esp-idf!33441
2024-09-12 13:24:07 +08:00
..
app_trace_basic ci(esp32c61): enable c61 generic target test 2024-09-02 19:26:12 +08:00
app_trace_to_plot feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
base_mac_address feat(system): Re-enables the pytest_base_mac_address test for ESP32-C61 2024-09-10 15:09:32 +03:00
console refactor(console/advanced): Merge console advanced and advanced_usb_cdc examples 2024-09-02 09:14:42 +02:00
deep_sleep fix(ci): some actions taken to pass ci 2024-08-29 14:15:41 +08:00
deep_sleep_wake_stub fix(ci): some actions taken to pass ci 2024-08-29 14:15:41 +08:00
efuse ci(esp32c61): enable c61 generic target test 2024-09-02 19:26:12 +08:00
esp_event feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
esp_timer fix(ci): take some actions to pass ci 2024-09-10 19:37:50 +08:00
eventfd feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
flash_suspend Fix function signature in flash suspend example 2023-04-15 21:27:10 -04:00
freertos feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
gcov fix(gcov): Fixed mixed path separators on Windows 2024-04-04 13:56:15 +02:00
gdbstub feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
heap_task_tracking feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
himem ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
ipc/ipc_isr feat(system): Enables test_ipc_isr_riscv for ESP32-P4 2024-09-10 15:02:42 +03:00
light_sleep fix(ci): take some actions to pass ci 2024-09-10 19:37:50 +08:00
nmi_isr fix(esp_hw_support): make the NMI interrupts available for the main application 2024-08-29 13:55:47 +08:00
ota Merge branch 'feat/adding_test_case_anti_rollback_and_flash_encryption' into 'master' 2024-09-02 14:04:45 +08:00
perfmon tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pthread feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
rt_mqueue feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
select feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
startup_time refactor(spi_flash): Refactor the flash frequency config file 2024-09-11 14:13:26 +08:00
sysview_tracing feat(gptimer): add gptimer support on c61 2024-07-23 10:23:14 +08:00
sysview_tracing_heap_log test(sysview): fix gdb no response error in sysview_heap_log tests 2024-08-12 15:20:45 +02:00
task_watchdog feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
ulp feat(lp_adc): Added example to demonstrate LP ADC usage from LP Core 2024-09-10 08:45:11 +02:00
unit_test feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
xip_from_psram feat(psram): add psram noinit segment support on S2/S3/P4/C5 2024-08-21 12:13:16 +08:00
.build-test-rules.yml Merge branch 'feature/esp32c61_re_enable_base_mac_address_test' into 'master' 2024-09-12 13:24:07 +08:00
README.md feat(pm): support basic pmu sleep 2024-09-10 10:44:13 +08:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C5 ESP32-C6 ESP32-C61 ESP32-H2 ESP32-P4 ESP32-S2 ESP32-S3

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.