esp-idf/examples/system
morris c159984264 separate rom from esp32 component to esp_rom
1. separate rom include files and linkscript to esp_rom
2. modefiy "include rom/xxx.h" to "include esp32/rom/xxx.h"
3. Forward compatible
4. update mqtt
2019-03-21 18:51:45 +08:00
..
app_trace_to_host
base_mac_address
console separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
cpp_exceptions
cpp_pthread
deep_sleep
esp_event
esp_timer
freertos/real_time_stats
gcov
himem separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
light_sleep separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
ota
select
sysview_tracing
task_watchdog
ulp
ulp_adc
unit_test
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.