OVMS3-idf/examples/system
morris 7bc36d23e1 ethernet: add iperf example to test real bandwidth
1. Add command for Ethernet based on console component.
2. Make cmd_system and iperf a component that can be referenced by other examples
3. Add "version" command to cmd_system.c
4. Clean up the README.md in all ethernet examples[TW#26525]
2018-10-08 09:51:17 +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 cmake: make main a component again 2018-09-11 09:44:12 +08:00
deep_sleep cmake: make main a component again 2018-09-11 09:44:12 +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
light_sleep cmake: Fix some failing example builds, fix gcov 2018-09-19 14:38:19 +10:00
ota examples: Copy ca_cert.pem into both example project dirs 2018-09-19 14:38:19 +10:00
select cmake: make main a component again 2018-09-11 09:44:12 +08: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
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

System Examples

Configuration and management of memory, interrupts, WDT (watchdog timer), OTA (over the air updates), deep sleep and logging.

See the README.md file in the upper level examples directory for more information about examples.