* fix(.clang-tidy): `Checks` is supposed to be a comma separated list of checks * fix clang-tidy warning * fix a few lint warnings * run clang-format * more format
Svc::ComLogger Component
This is the build directory for the ISF ComLogger component.
Redo Targets
Main targets: The following redo targets are available:
-
all: Build the targetBuild/$TARGET/$MODE/lib.a, whereTARGETandMODEare environment variables. The targets are Darwin, Linux, and CORTEX160. The modes are Unit, Integration, and Flight. IfTARGETis not set, the system will use the native environment (Darwin or Linux) as the default. IfMODEis not set, the system will use Unit as the default. -
clean: Clean this directory and its subdirectories. -
Dictionary: Create a directoryDictionarycontaining a dictionary for the ISF Ground Support Equipment (GSE). -
Docs: Create a directoryDocscontaining ISF-style component documentation. -
html: Generate `docs/ComLogger.html -
Interface: Create a directoryInterfacecontaining an ASTERIA-style component interface. -
NCSL: Create a directoryNCSLcontaining counts of non-commented source lines of code. -
README.md: Generate thisREADMEfile. -
report: GenerateComLoggerComponentReport.txt.
Helper targets: The main targets use the following helper targets. You should not have to invoke these targets directly, except when developing or debugging the build system.
-
default.a: Build a component library targetBuild/target/mode/lib.a. -
default.ncsl.txt: Generate an NCSL file. -
default.o: Build target of the formBuild/target/mode/path/file.o, where path may be empty.