Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
600 changes: 600 additions & 0 deletions CMakeLists.txt

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Releases will appear on the master branch in the git repository with an appropri
CoreSight Trace Component Support.
----------------------------------

_Current Version 1.8.2_
_Current Version 1.8.3-rc1_

### Current support:

Expand Down Expand Up @@ -383,7 +383,7 @@ Version and Modification Information
- __Bugfix__: etmv4: Packet description string typo fixed. (github #84)
- __Bugfix__: stm: Issue with waitASync routine (github #85), fix freq packet handling

- _Version 1.8.2:
- _Version 1.8.2_:
- __Update__: tests: add python test script for cross platform use - replace linux only bash scripts.
- __Update__: opencsd: memory access - added debug to trace memory accesses by library under control of env var.
- __Bugfix__: tests: windows test program names differ from linux ones - fix to make same
Expand All @@ -392,6 +392,8 @@ Version and Modification Information
issues. (github #88)
- __Bugfix__: Fix mac-os build for test programs.

- _Version 1.8.3-rc1_:
- __Update__: build: Experimental cmake build files. (github #89)

Licence Information
===================
Expand Down
5 changes: 5 additions & 0 deletions decoder/build/cmake/OpenCSDConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@PACKAGE_INIT@

include("${CMAKE_CURRENT_LIST_DIR}/OpenCSDTargets.cmake")

check_required_components(OpenCSD)
Loading