3 Commits

Author SHA1 Message Date
Arnaud Pouliquen
d3a27c1454 lib: fix file headers for doxygen generation
- start by "/**",
- fix file relative path,
- fix typos,

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
2026-01-13 10:33:04 +01:00
Wendy Liang
9520117eee Covert license text to use SPDX tags
Replace the license text with SPDX tags

Signed-off-by: Wendy Liang <jliang@xilinx.com>
2018-04-09 23:51:01 -07:00
Kristian Klomsten Skordal
710caf1e15 lib: add metal_assert() macro
Adds an assertion macro to libmetal. This allows applications to take
advantage of any special assertion handling logic provided by their
environments, such as the __ASSERT() macros in Zephyr.

Signed-off-by: Kristian Klomsten Skordal <kristian.skordal@nordicsemi.no>
2018-04-06 17:23:18 -07:00