descriptionCommand-line utility to decode SWO trace data
homepage URLhttps://gitlab.zapb.de/zapb/swodec.git
repository URLhttps://gitlab.zapb.de/zapb/swodec.git
ownerdev@zapb.de
last changeSun, 13 Dec 2020 18:35:39 +0000 (13 19:35 +0100)
last refreshFri, 26 Apr 2024 01:46:10 +0000 (26 03:46 +0200)
content tags
add:
README.md

swodec

swodec is a command-line utility to decode SWO trace data.

Requirements

swodec depends on the following packages:

If you're building swodec from Git, the follwing packets are additionally required:

Building and installing

In order to get and build the latest Git version of swodec, run the following commands:

$ git clone https://gitlab.zapb.de/zapb/swodec.git
$ cd swodec
$ ./autogen.sh
$ ./configure
$ make

After make finishes without any errors, use the following command to install swodec:

$ make install

swodec is licensed under the terms of the GNU General Public License (GPL), version 3 or later. See COPYING file for details.

Website

<https://gitlab.zapb.de/zapb/swodec.git>

shortlog
2020-12-13 Marc SchinkUse a new package version schememaster
2020-12-06 Marc SchinkIncrease output buffer size
2020-12-06 Marc SchinkREADME.md: Update repository URL
2020-12-06 Marc SchinkMakefile.am: Add README.md to EXTRA_DIST
2020-12-06 Marc SchinkMake autotools work with README.md
2020-12-06 Marc SchinkRename README to README.md
2020-12-06 Marc SchinkHACKING: Update maintainer email
2020-12-06 Marc SchinkUpdate project URLs
2017-10-03 Marc SchinkNEWS: Update for 0.1.0 release0.1.0
2017-10-03 Marc SchinkMinor code cleanups
2017-10-03 Marc SchinkRename packet filter names for consistency
2017-10-03 Marc SchinkUpdate for libswo API changes
2017-08-19 Marc SchinkNEWS: Prepare for 0.1.0 release
2017-08-19 Marc Schinkconfigure.ac: Add 'check-news' Automake option
2017-08-19 Marc SchinkAdd INSTALL to .gitignore
2017-08-19 Marc Schinkconfigure.ac: Use 'gnu' Automake strictness
...
tags
6 years ago 0.1.0 swodec 0.1.0 release
heads
3 years ago master