esp-idf/examples/system
morris 373d9b3dbc Merge branch 'feature/default_clk_for_gptimer' into 'master'
clk_tree: added default clock source for peripherals (GPTimer, RMT, LCD, TempSensor)

Closes IDF-4894

See merge request espressif/esp-idf!17759
2022-04-19 18:02:40 +08:00
..
app_trace_to_host Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
base_mac_address CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
console change: renamed FATFS convenience mounting functions 2022-04-11 08:44:40 +00:00
console_usb docs: fixed two dead readme links 2021-07-21 15:20:57 +08:00
deep_sleep touch_sensor: forbid from using touch sensor with sleep on ESP32-S3 2022-03-24 03:00:47 +08:00
efuse efuse_example_test: Fix the example test ( broken due to latest change 2021-11-23 15:21:32 +05:30
esp_event CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
esp_timer esp_hw_support: Fix time spent in light sleep when RTC is used for gettimeofday 2022-04-14 15:53:48 +08:00
eventfd clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
flash_suspend clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
freertos/real_time_stats CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
gcov Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
gdbstub This commit add to GDBstup: 2022-03-01 19:49:24 +03:00
heap_task_tracking esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
himem CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
ipc/ipc_isr CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
light_sleep CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
ota examples: add dependency on cert bundle configuration 2022-04-06 05:10:43 +00:00
perfmon CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
pthread CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
select Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
startup_time esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
sysview_tracing clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
sysview_tracing_heap_log freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
task_watchdog CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
ulp_fsm CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
ulp_riscv CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
unit_test CI: migrated system example tests to pytest-embedded framework 2022-03-14 16:32:44 +08:00
README.md event: Implement event loop library 2018-10-26 13:14:19 +08:00

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.