OVMS3-idf/examples/system
Ivan Grokhotkov 7fcc76fa06 ulp: fix calculation or ulp_run argument
The argument to ulp_run should be expressed in 32-bit words. Both the
address of ulp_entry and RTC_SLOW_MEM already are uint32_t*, so their
difference is the difference in addresses divided by sizeof(uint32_t).
Therefore the extra division by sizeof(uint32_t) is not needed.
2018-08-13 23:34:06 +03:00
..
app_trace_to_host feature(I2S-ADC): add ADC mode for I2S. 2017-09-14 13:24:08 +08:00
base_mac_address Optimize configuration of base MAC address 2017-05-10 10:15:07 +08:00
console console: handle empty input to esp_console_run correctly 2017-10-13 07:14:53 +08:00
deep_sleep sleep: add light sleep, factor out APIs common for deep/light sleep 2017-09-01 10:36:14 +08:00
gcov esp32: Adds gcov over JTAG feature 2017-09-07 18:13:16 +03:00
ota ota example: Send a valid HTTP/1.0 request 2017-11-21 09:02:58 +11:00
task_watchdog New Task Watchdog API (Revert of Revert) 2017-11-02 16:47:51 +08:00
ulp ulp: fix calculation or ulp_run argument 2018-08-13 23:34:06 +03:00
ulp_adc ulp: fix calculation or ulp_run argument 2018-08-13 23:34:06 +03:00
README.md Added README.md to example category folders 2017-01-18 21:03:15 +01: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.