mirror of https://github.com/thesofproject/sof.git
e3c68211c7
Logging versions like "3:18:1" deceive Emacs (and maybe others) because they look like an error location produced by a compiler. When compiling Emacs wrongly believes this an error location and offers to jump to it. The colon ':' is also a reserved character in most filesystems and an unusual version separator. Before: fw abi main version: 3:18:1 fw abi main version: 3:18:1 After: fw abi main version: 3.18.1 fw abi main version: 3.18.1 Signed-off-by: Marc Herbert <marc.herbert@intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
README.md | ||
elf.c | ||
elf.h | ||
elf_defs.h | ||
ldc.c | ||
ldc.h | ||
smex.c | ||
smex.h |
README.md
SOF Metadata Extractor
SMEX (SOF Metadata EXtractor) is a tool used to extract needed information from SOF source code and output files and then put then save them in convenient form like logs dictionary file (ldc).