esp-idf/examples/system
Shubham Kulkarni 76860cc939 example_test.py: In ota example_test, open file in binary mode to avoid UnicodeDecodeError 2020-10-10 06:18:30 +00: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 Follow-up improvements for the gcov example test 2020-08-24 08:29:03 +00:00
heap_task_tracking example: Add Heap Task Tracking example 2020-03-19 15:07:41 +05:30
himem CI: Require runner with PSRAM for himem example test 2020-05-13 18:19:44 +00:00
light_sleep esp32, esp32s2: move sleep modes code to esp_system 2020-08-17 19:09:23 +08:00
network_tests CI: esp_netif tests: Fix netsuite driver layer per wifi optimization changes 2020-09-10 11:52:01 +02:00
ota example_test.py: In ota example_test, open file in binary mode to avoid UnicodeDecodeError 2020-10-10 06:18:30 +00: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 Power consumption graphs were added to ulp and wifi power save examples 2020-09-17 13:20:09 +02:00
ulp_adc CI: Fix regex in ulp_adc example test 2020-09-11 10:45:41 +02:00
ulp_riscv ulp: added support to building code for riscv ULP coprocessor 2020-07-15 15:28:49 -03:00
unit_test cmock: added cmock as component 2020-09-02 16:38:37 +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.