LPCClocklessAnalyzer

This is an analyzer for LPC TPM traffic that does not require the clock signal.

Building this Analyzer

Windows

mkdir build
cd build
cmake .. -A x64
cmake --build .
:: built analyzer will be located at SampleAnalyzer\build\Analyzers\Debug\SimpleSerialAnalyzer.dll

MacOS

mkdir build
cd build
cmake ..
cmake --build .
# built analyzer will be located at SampleAnalyzer/build/Analyzers/libSimpleSerialAnalyzer.so

Linux

mkdir build
cd build
cmake ..
cmake --build .
# built analyzer will be located at SampleAnalyzer/build/Analyzers/libSimpleSerialAnalyzer.so
Description
A Saleae Analyzer for TPM traffic that only requires the LADD & LFRAME signals, no clock.
Readme MIT 6.4 MiB
Languages
C++ 76.5%
CMake 12.5%
Python 11%