mirror of
https://github.com/stacksmashing/LPCClocklessAnalyzer.git
synced 2026-01-30 19:08:38 +03:00
updated readme.
This commit is contained in:
10
readme.md
10
readme.md
@@ -3,7 +3,7 @@ The Saleae Analyzer SDK is used to create custom plugins for the Saleae Logic so
|
|||||||
|
|
||||||
To build your own protocol decoder plugin, first fork, clone, or download this repository.
|
To build your own protocol decoder plugin, first fork, clone, or download this repository.
|
||||||
|
|
||||||
Then, make sure you have the required software installed for development. See the [Prerequisites](#-Prerequisites) section below for details.
|
Then, make sure you have the required software installed for development. See the [Prerequisites](#Prerequisites) section below for details.
|
||||||
|
|
||||||
## Renaming your Analyzer
|
## Renaming your Analyzer
|
||||||
|
|
||||||
@@ -22,7 +22,11 @@ After that, the script will complete the renaming process and exit.
|
|||||||
SPI
|
SPI
|
||||||
Mark's SPI Analyzer
|
Mark's SPI Analyzer
|
||||||
|
|
||||||
Once renamed, you're ready to build your analyzer! See the [Building your Analyzer](##-Building-your-Analyzer) section below.
|
Once renamed, you're ready to build your analyzer! See the [Building your Analyzer](#Building-your-Analyzer) section below.
|
||||||
|
|
||||||
|
## Cloud Building & Publishing
|
||||||
|
|
||||||
|
This example repository includes support for GitHub actions, which is a continuous integration service from GitHub.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
@@ -98,6 +102,7 @@ mkdir build
|
|||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
cmake --build .
|
cmake --build .
|
||||||
|
# built analyzer will be located at SampleAnalyzer/build/Analyzers/libSimpleSerialAnalyzer.so
|
||||||
```
|
```
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
@@ -107,4 +112,5 @@ mkdir build
|
|||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
cmake --build .
|
cmake --build .
|
||||||
|
# built analyzer will be located at SampleAnalyzer/build/Analyzers/libSimpleSerialAnalyzer.so
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user