Gerard Marull-Paretas
8c4b757fd4
doc: remove redundant breathe project
...
The default breathe project is `Zephyr`, so there is no need to specify
it.
Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-05-20 20:04:51 +02:00
Jordan Yates
5c7151b02c
doc: net_buf: document remove functions
...
Document the existance of the `net_buf_remove_*` family of functions.
Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2021-01-05 14:31:13 +02:00
Jordan Yates
4b7e236290
doc: net_buf: document net_buf_push_mem
...
Document existance of the new function.
Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2021-01-05 14:31:13 +02:00
Kumar Gala
a1b77fd589
zephyr: replace zephyr integer types with C99 types
...
git grep -l 'u\(8\|16\|32\|64\)_t' | \
xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
git grep -l 's\(8\|16\|32\|64\)_t' | \
xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
Johan Hedberg
8aba2d51e7
doc: networking: buf: Add mentions of net_buf_add_mem & net_buf_pull_mem
...
These are APIs that were added after this part of the documentation
was originally created.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2019-03-18 10:12:13 +02:00
Anas Nashif
d6f72a67fc
doc: introduce final structure
...
Move guides and APIs into separate directories and cleanup naming
introducing index files rather than named section files.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-02-05 07:04:40 -05:00