5 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
Alberto Escolar Piedras
85fb13958d Refactor equal processor headers into new generic ones
Refactor all processor headers which had the same content
into a generic set, to reduce the number of duplicates.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-10 14:04:39 +01:00
Arnaud Pouliquen
ad87802d6e Rework the version management
PROJECT_VERSION* variables are recognized by cmake. Rename the
PROJECT_VER* variables used for the version.

Create a version file to make it easier to find and update the version.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
2021-04-15 09:37:07 +02: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
Cyril Chemparathy
7bda1db4a9 Initial commit
This commit sets up the basic infrastructure necessary for the project:

  - Documentation generation and installation using Doxygen.

  - Configuration options and template headers with option substitution.

  - Self-tests using cmake add_test() commands.

  - Configurable selection, build, and install of static and shared
    libraries, as well as handling for dependencies (libsysfs,
    libhugetlbfs) for linux builds.

  - Cross compilation for bare-metal and Linux target platforms.

  - Basic infrastructure for initialization, logging, etc. and
    separation between common, and system specific code.
2016-01-06 09:09:40 -08:00