OVMS3-idf/examples/system
Ivan Grokhotkov 37975c186d Merge branch 'feature/pthread_name_affinity_config' into 'master'
pthread: make affinity and task name configurable

See merge request idf/esp-idf!3878
2018-12-05 13:46:05 +08:00
..
app_trace_to_host cmake: make main a component again 2018-09-11 09:44:12 +08:00
base_mac_address cmake: make main a component again 2018-09-11 09:44:12 +08:00
console ethernet: add iperf example to test real bandwidth 2018-10-08 09:51:17 +08:00
cpp_exceptions asio: examples renamed to have consistent binary names when build in make and CMake 2018-10-17 15:00:26 +02:00
cpp_pthread #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. 2018-11-28 20:43:09 +01:00
deep_sleep cmake: make main a component again 2018-09-11 09:44:12 +08:00
esp_event event: Implement event loop library 2018-10-26 13:14:19 +08:00
esp_timer cmake: make main a component again 2018-09-11 09:44:12 +08:00
gcov gcov: use GCC API to control GCOV data dumps 2018-09-20 18:53:14 +08:00
himem Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 2018-10-15 14:32:58 +08:00
light_sleep cmake: Fix some failing example builds, fix gcov 2018-09-19 14:38:19 +10:00
ota examples: add otatool and parttool examples 2018-11-28 17:28:20 +08:00
select asio: examples renamed to have consistent binary names when build in make and CMake 2018-10-17 15:00:26 +02:00
sysview_tracing example: Adds SystemView tracing example app 2018-11-20 04:09:39 +00:00
task_watchdog cmake: make main a component again 2018-09-11 09:44:12 +08:00
ulp cmake: add ulp components build support 2018-09-13 14:54:59 +08:00
ulp_adc cmake: add ulp components build support 2018-09-13 14:54:59 +08:00
unit_test examples: add unit testing example 2018-11-19 12:36:31 +08: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.