esp-idf/components/freertos
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
..
include/freertos docs: add FreeRTOS API docs 2017-12-07 12:01:14 +08:00
test freertos/fix SMP bug with Idle task clean up 2017-12-05 18:13:56 +08:00
FreeRTOS-openocd.c freertos: place uxTopUsedPriority into DRAM 2017-09-11 20:15:27 +08:00
Kconfig freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
component.mk build system: Restore ifdef/ifndef in Makefiles, clean up examples build 2017-09-05 16:11:03 +10:00
croutine.c
event_groups.c freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
license.txt
list.c
port.c freertos: port: add check for portMUX address validity 2017-11-15 11:16:45 +05:30
portasm.S pm: support for tracing using GPIOs 2017-10-18 14:19:18 +08:00
portmux_impl.h
queue.c freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
readme_xtensa.txt
ringbuf.c ringbuf: Bugfixes for managing arbitrary sizes of ring buffer 2017-11-21 17:15:53 +05:30
stdint.readme
tasks.c freertos/fix SMP bug with Idle task clean up 2017-12-05 18:13:56 +08:00
timers.c freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
xtensa_context.S
xtensa_init.c freertos: deprecate XT_CLOCK_FREQ 2017-10-18 14:19:19 +08:00
xtensa_intr.c
xtensa_intr_asm.S
xtensa_overlay_os_hook.c
xtensa_vector_defaults.S panic handler: Print correct PC & backtrace for debug exceptions 2017-10-23 15:46:43 +08:00
xtensa_vectors.S pm: support for tracing using GPIOs 2017-10-18 14:19:18 +08:00