esp-idf/examples/system
Fu Hanxi 19ad15a1b4 modify example tests. delete unused arguments 2020-08-04 13:27:16 +08:00
..
app_trace_to_host modify example tests. delete unused arguments 2020-08-04 13:27:16 +08:00
base_mac_address ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
console vfs: support vfs uart set line endings with specified uart number 2020-07-10 11:15:09 +08:00
console_usb tools: Fix IDF Monitor so it will wait for the device to reconnect 2020-06-29 09:18:05 +02:00
deep_sleep driver(touch): fix touch sensor driver redundancy 2020-07-27 03:37:29 +00:00
efuse ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
esp_event ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
esp_timer ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
freertos/real_time_stats ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
gcov esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
heap_task_tracking
himem
light_sleep ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
network_tests vfs: support vfs uart set line endings with specified uart number 2020-07-10 11:15:09 +08:00
ota Merge branch 'feature/add_status_code_check' into 'master' 2020-07-08 13:12:46 +08:00
perfmon ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
select ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
sysview_tracing modify example tests. delete unused arguments 2020-08-04 13:27:16 +08:00
sysview_tracing_heap_log modify example tests. delete unused arguments 2020-08-04 13:27:16 +08:00
task_watchdog ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
ulp ulp: added support to building code for riscv ULP coprocessor 2020-07-15 15:28:49 -03:00
ulp_adc ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
ulp_riscv ulp: added support to building code for riscv ULP coprocessor 2020-07-15 15:28:49 -03:00
unit_test ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +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.