8000 GitHub - shuffle2/LpcAnalyzer: Low Pin Count (LPC) Analyzer for Saleae Logic
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shuffle2/LpcAnalyzer

Repository files navigation

LpcAnalyzer

Low Pin Count (LPC) Analyzer for Saleae Logic

build

clone the repo with submodules

msvc / vscode

using "cmake tools" extension, configure for Release build with VS - amd64 and build.

msvc / cmdline

"c:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64

(or equivalent for your installation / start environment from appropriate start menu entry)

mkdir build && cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release .. && cmake --build .

gcc

mkdir build && cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release .. && cmake --build .

usage

add the path containing the dll to Logic (Preferences -> Custom Low Level Analyzers), or copy dll to existing setup path.

5AB9

About

Low Pin Count (LPC) Analyzer for Saleae Logic

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0