esp-idf/examples/system
Laukik Hase 1a7eac2d69
docs: Add section for server verification (esp_https_ota)
- Updated OTA example README
2022-04-29 09:50:06 +05:30
..
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 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +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 global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
flash_suspend Merge branch 'feature/move_target_kconfig_2' into 'master' 2022-04-24 13:29:43 +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 global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
ota docs: Add section for server verification (esp_https_ota) 2022-04-29 09:50:06 +05:30
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 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +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

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.