OVMS3-idf/docs/api-reference/system
Ivan Grokhotkov cda22d9aaf docs: add FreeRTOS API docs
- Use `code` tags instead of a mix of `<pre></pre>` and
  `@verbatim .. @endverbatim`
- Remove manually added function prototypes from comment blocks
- Remove of grouping (`\defgroup`) — some extra work is needed
  to make groups compatible with the way we auto-generate API
  reference from Doxygen XML files. It's pretty easy to add the
  grouping directives back if/when we implement support for
  Doxygen groups in the later stages of documentation build
  process.
- Hide private APIs under `@cond .. @endcond`
- Convert some comments into Doxygen-compatible ones
- Fix various documentation issues: missing documentation for
  some parameters, mismatch between parameter names in comment
  block and in function prototype.
- Add doxygen comments for functions which didn't have them
  (thread local storage).
- Add [out] param tags where necessary
- Redefine `xTaskCreate` and `xTaskCreateStatic` as inline
  functions instead of macros.
2017-12-07 12:01:14 +08: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
base_mac_address.rst docs: Generate Doxygen directives for API documentation 2017-05-19 18:26:02 +02:00
esp_timer.rst esp_timer: add documentation, expose profiling option in Kconfig 2017-11-29 11:44:46 +08:00
freertos.rst docs: add FreeRTOS API docs 2017-12-07 12:01:14 +08:00
heap_debug.rst doc: Add internal links for chapters and fix typos 2017-11-09 11:45:13 +08:00
hooks.rst docs: add FreeRTOS API docs 2017-12-07 12:01:14 +08:00
index.rst docs: add FreeRTOS API docs 2017-12-07 12:01:14 +08:00
intr_alloc.rst fix(intr): always assign the same intr to a same source, disable the source only when all the handlers disabled. 2017-09-06 15:20:01 +08:00
ipc.rst docs/ipc documentation 2017-11-24 15:31:28 +08:00
log.rst docs: Generate Doxygen directives for API documentation 2017-05-19 18:26:02 +02:00
mem_alloc.rst doc: Rewrite heap debugging docs to add function/struct links & improve actionability 2017-10-10 16:19:29 +11:00
ota.rst docs: Generate Doxygen directives for API documentation 2017-05-19 18:26:02 +02:00
power_management.rst docs: add power management API reference 2017-10-18 14:37:23 +08:00
sleep_modes.rst sleep: add light sleep, factor out APIs common for deep/light sleep 2017-09-01 10:36:14 +08:00
wdts.rst New Task Watchdog API (Revert of Revert) 2017-11-02 16:47:51 +08:00