[common] cpuinfo: implement lgDebugCPU

This is a helper function that can be run at startup to quickly generate
a debug print containing CPU information.
This commit is contained in:
Quantum
2021-08-30 20:10:45 -04:00
committed by Geoffrey McRae
parent a6112feddb
commit 34fb2f9076
2 changed files with 39 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ set(COMMON_SOURCES
src/runningavg.c
src/ringbuffer.c
src/vector.c
src/cpuinfo.c
)
add_library(lg_common STATIC ${COMMON_SOURCES})