OVMS3-idf/examples/system/ulp_adc/main
Ivan Grokhotkov c2e424e7af 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:23:54 +03:00
..
ulp ulp: document the need to wait for RTC to be ready for wakeup 2017-12-11 12:11:46 +08:00
component.mk examples: add ULP ADC example 2017-05-16 13:15:02 +08:00
ulp_adc_example_main.c ulp: fix calculation or ulp_run argument 2018-08-13 23:23:54 +03:00