esp-idf/examples/system
Song Ruo Jing bc09031496 refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart
Deprecated esp_vfs_dev_uart_xxx APIs
vfs_uart test case moved to esp_driver_uart test_apps
Astyle fixed for uart_vfs
2023-12-15 17:14:55 +08:00
..
app_trace_basic Use configuration option instead of in components not related to FreeRTOS 2023-11-28 07:49:20 +00: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 refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
deep_sleep docs(pm):change_deepsleep_example_readme 2023-11-28 12:02: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(security): Enable Flash encryption for ESP32P4 2023-12-05 13:10:55 +05:30
esp_event feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
esp_timer ci(system): restrict number of system examples built in regular pipelines 2023-10-19 10:10:37 +08:00
eventfd ci(system): restrict number of system examples built in regular pipelines 2023-10-19 10:10:37 +08:00
flash_suspend Fix function signature in flash suspend example 2023-04-15 21:27:10 -04:00
freertos/real_time_stats change(freertos): Update real_time_stats example to use configRUN_TIME_COUNTER_TYPE 2023-10-31 15:44:37 +08:00
gcov fix(pytest_gcov): properly extract file path from the gcov output 2023-10-12 11:01:23 +02:00
gdbstub feature(gdbstub): Move runtime gdbstub out of panic config 2023-08-01 14:28:07 +04:00
heap_task_tracking Merge branch 'ci/system_example_test_reduction' into 'master' 2023-10-26 10:36:18 +08:00
himem ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
ipc/ipc_isr fix(examples): Enable ipc_isr tests on CI 2023-10-03 23:06:17 +08:00
light_sleep example: bringup light sleep example for esp32h2 2023-06-26 21:05:16 +08:00
ota feat(bt/bluedroid): Added mode to use BlueDroid host only without Bluetooth Controller 2023-10-30 00:52:26 +00:00
perfmon tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pthread feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
select refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +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 ci(system): restrict number of system examples built in regular pipelines 2023-10-19 10:10:37 +08:00
ulp fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-06 18:55:49 +08:00
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 ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
.build-test-rules.yml Merge branch 'feature/p4_lp_core' into 'master' 2023-11-30 09:35:49 +08:00
README.md event: Implement event loop library 2018-10-26 13:14:19 +08:00

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.