OVMS3-idf/docs/api-guides
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
..
jtag-debugging Small updates of documentation 2017-10-31 07:36:55 +01:00
app_trace.rst Linked API reference of 'Application Level Tracing' with description in the 'API Guides' 2017-11-07 20:27:19 +01:00
build-system.rst Add support for Makefile.componentbuild files 2017-12-27 16:54:27 +08:00
console.rst add console component and example 2017-08-21 15:58:27 +08:00
core_dump.rst Getting started guides 2017-04-27 19:51:42 +02:00
deep-sleep-stub.rst Getting started guides 2017-04-27 19:51:42 +02:00
external-ram.rst Add logic to make external RAM usable with malloc() 2017-09-28 17:17:50 +08:00
freertos-smp.rst docs: link to FreeRTOS APIs from SMP changes documentation 2017-12-27 16:54:14 +08:00
general-notes.rst docs: update general notes section on IRAM/ISRs 2017-07-06 10:47:18 +08:00
hlinterrupts.rst Updated links to binary distributions of OpenOCD 2017-07-26 14:53:54 +08:00
index.rst Add logic to make external RAM usable with malloc() 2017-09-28 17:17:50 +08:00
partition-tables.rst docs: link to Kconfig options documentation 2017-08-22 15:12:35 +08:00
romconsole.rst JTAG Debugging - revamping of Debugging documentation 2017-07-26 14:53:43 +08:00
SYSVIEW_FreeRTOS.txt esp32: SEGGER SystemView Tracing Support 2017-06-27 20:52:43 +03:00
ulp.rst ulp: fix calculation or ulp_run argument 2018-08-13 23:34:06 +03:00
ulp_instruction_set.rst docs: fix line endings of ULP docs 2018-08-13 23:34:06 +03:00
ulp_macros.rst Getting started guides 2017-04-27 19:51:42 +02:00
unit-tests.rst Getting started guides 2017-04-27 19:51:42 +02:00
wifi.rst wifi: optimize scan feature 2017-10-10 12:27:02 +08:00