OVMS3-idf/examples/system
Darian Leung de682a13b1 examples: Update system examples README
The following commit updates the first half of the the system
example README files. Some other changes were also made:

* Updated base_mac_address example
* Moved contents in GCOV README to GCOV docs
* Some *main.c file names updated
* Updated example README template
2019-08-28 16:19:40 +08:00
..
app_trace_to_host examples: Update system examples README 2019-08-28 16:19:40 +08:00
base_mac_address examples: Update system examples README 2019-08-28 16:19:40 +08:00
console examples: Update system examples README 2019-08-28 16:19:40 +08:00
cpp_exceptions examples: Update system examples README 2019-08-28 16:19:40 +08:00
cpp_pthread examples: Update system examples README 2019-08-28 16:19:40 +08:00
deep_sleep examples: Update system examples README 2019-08-28 16:19:40 +08:00
esp_event examples: Update system examples README 2019-08-28 16:19:40 +08:00
esp_timer examples: Update system examples README 2019-08-28 16:19:40 +08:00
freertos/real_time_stats examples: Update system examples README 2019-08-28 16:19:40 +08:00
gcov examples: Update system examples README 2019-08-28 16:19:40 +08:00
himem examples: Update system examples README 2019-08-28 16:19:40 +08:00
light_sleep examples: Update system examples README 2019-08-28 16:19:40 +08:00
network_tests esp_wifi: wifi support new event mechanism 2019-08-20 09:39:51 +00:00
ota esp_wifi: wifi support new event mechanism 2019-08-20 09:39:51 +00:00
select Fix remaining -Wstrict-prototypes warnings 2019-08-01 16:28:56 +07:00
sysview_tracing timer_group: use the LL 2019-08-09 13:46:31 +08:00
sysview_tracing_heap_log tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
task_watchdog tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
ulp examples: Add the fast wakeup option for deep sleep examples 2019-08-21 11:44:37 +00:00
ulp_adc examples: Add the fast wakeup option for deep sleep examples 2019-08-21 11:44:37 +00:00
unit_test tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
README.md event: Implement event loop library 2018-10-26 13:14:19 +08:00

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.