coresight-wire-protocol icon indicating copy to clipboard operation
coresight-wire-protocol copied to clipboard

Coresight Wire Protocol (CSWP) Server/Client and streaming trace examples.

Results 4 coresight-wire-protocol issues
Sort by recently updated
recently updated
newest added

Inside the below function : in file /target/cswp_server/cswp_impl.c `static int cswp_server_impl_mem_read` There is a line which states: ``` /* Only device 0 supports mem access */ if (deviceIndex != 0)...

Build.bat script updated with information to run with Visual Studio 2022. Doctest url updated to a newer version in tcp_client/tests/CmakeLists.txt. Full logging of cswp_server enabled by default by changing verbose...