esp-idf/examples/system
Fu Hanxi 05d2357062 feat: use standalone project idf-build-apps for find/build apps utils 2022-07-14 08:26:31 +08:00
..
app_trace_to_host tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
base_mac_address mac addr: fix wrong offset being used for C2 BT mac address 2022-06-28 15:30:24 +08:00
console spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
deep_sleep ulp: remove ESP32 ULP TSENS references 2022-07-05 17:37:13 +08:00
efuse ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
esp_event system: re-enable esp_event, real_time_stats and pthread examples and test for C2 2022-06-23 02:05:46 +00:00
esp_timer freertos-smp: fix pytest_esp_timer test with FreeRTOS SMP enabled 2022-07-04 15:44:50 +02:00
eventfd system: re-enable esp_event, real_time_stats and pthread examples and test for C2 2022-06-23 02:05:46 +00:00
flash_suspend tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
freertos/real_time_stats system: re-enable esp_event, real_time_stats and pthread examples and test for C2 2022-06-23 02:05:46 +00:00
gcov tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
gdbstub ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
heap_task_tracking ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
himem esp_psram: new psram component 2022-06-14 15:44:27 +08:00
ipc/ipc_isr tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
light_sleep ci: partially enable pytest for esp32c2 2022-06-02 15:07:53 +08:00
ota ci: remove unsupported test markers 2022-07-14 08:26:01 +08:00
perfmon tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pthread system: re-enable esp_event, real_time_stats and pthread examples and test for C2 2022-06-23 02:05:46 +00:00
select ci: partially enable example build for esp32c2 2022-06-02 14:17:31 +08:00
startup_time tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
sysview_tracing tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
sysview_tracing_heap_log tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
task_watchdog ci: partially enable pytest for esp32c2 2022-06-02 15:07:53 +08:00
ulp_fsm ulp-fsm: support ulp-fsm example on S3 2022-06-13 13:58:29 +08:00
ulp_riscv ulp-riscv: add support for using ADC as well as an example show-casing it. 2022-07-11 09:31:22 +08:00
unit_test tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
.build-test-rules.yml feat: use standalone project idf-build-apps for find/build apps utils 2022-07-14 08:26:31 +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.