esp-idf/examples/system
Konstantin Kondrashov c15a2d23c5 Merge branch 'ci/enable_ipc_isr_tests' into 'master'
fix(examples): Enable ipc_isr tests on CI

Closes IDF-8273

See merge request espressif/esp-idf!26298
2023-10-10 19:19:23 +08:00
..
app_trace_basic feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
app_trace_to_plot feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
base_mac_address feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
console feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
deep_sleep feat(pm/deepsleep): Support EXT1_WAKEUP_MODE_PER_PIN 2023-08-09 19:46:25 +08:00
deep_sleep_wake_stub remove(pm/deep_sleep): enable CI test for esp32h2 deepsleep 2023-07-27 12:11:35 +08:00
efuse feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
esp_event feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
esp_timer
eventfd feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
flash_suspend
freertos/real_time_stats feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
gcov feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
gdbstub feature(gdbstub): Move runtime gdbstub out of panic config 2023-08-01 14:28:07 +04:00
heap_task_tracking feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
himem
ipc/ipc_isr fix(examples): Enable ipc_isr tests on CI 2023-10-03 23:06:17 +08:00
light_sleep
ota feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
perfmon
pthread feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
select feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
startup_time feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
sysview_tracing fix: Replace deprecated flushregs alias with full gdb command 2023-07-13 09:26:47 +02:00
sysview_tracing_heap_log change(app_trace): decrease leaks in test to save ci time 2023-10-09 12:13:02 +04:00
task_watchdog feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
ulp
unit_test feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
xip_from_psram
.build-test-rules.yml Merge branch 'ci/enable_ipc_isr_tests' into 'master' 2023-10-10 19:19:23 +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.