Angus Gratton b6a24bbd25 Merge branch 'feature/esp-https-ota-basic-auth' into 'master' 6 yıl önce
..
app_trace_to_host ed84bcee7b cleanup app_trace_to_host example 7 yıl önce
base_mac_address 37126d3451 Correct Kconfigs according to the coding style 7 yıl önce
console 893c1d82f7 nvs_console: Fix type comparison 6 yıl önce
cpp_exceptions 57c54f96f1 examples: Fix Python coding style 7 yıl önce
cpp_pthread 71f57931bd #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. 7 yıl önce
deep_sleep 37126d3451 Correct Kconfigs according to the coding style 7 yıl önce
esp_event e37b0ad648 esp_event: move trailing semicolons out of defines 6 yıl önce
esp_timer 57c54f96f1 examples: Fix Python coding style 7 yıl önce
freertos 3e25d441a5 freertos: Add real time stats example 7 yıl önce
gcov 23ee93ea76 Rename deprecated Kconfig options in a backward compatible way 6 yıl önce
himem c159984264 separate rom from esp32 component to esp_rom 7 yıl önce
light_sleep c159984264 separate rom from esp32 component to esp_rom 7 yıl önce
ota 64e3ab364e examples/system/ota/advanced_https_ota: Add example for newly introduced APIs in esp_https_ota component 6 yıl önce
select 9784df1c3a asio: examples renamed to have consistent binary names when build in make and CMake 7 yıl önce
sysview_tracing 296c9549a4 sys_view: Adds heap & log tracing example 6 yıl önce
sysview_tracing_heap_log 296c9549a4 sys_view: Adds heap & log tracing example 6 yıl önce
task_watchdog d9939cedd9 cmake: make main a component again 7 yıl önce
ulp 946f55db85 cmake: add ulp components build support 7 yıl önce
ulp_adc 946f55db85 cmake: add ulp components build support 7 yıl önce
unit_test a5adfd0169 examples: add unit testing example 7 yıl önce
README.md 5a83347bec event: Implement event loop library 7 yıl önce

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.