Skip to content

Moatasem-Elsayed/Uart_debuger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uart_debugger

steps to execute

How to use it

Prerequisites

  • The current code was built using gcc version 7.5.0
>> mkdir build
>> cd build
>> cmake ../
>> make

Run the uart debugger

./uart_debugger -l "pathToLogFile" -a "pathToAnalysisFile"

or

./uart_debugger --LogFilePath "pathToLogFile" --AnalysisFilePath "pathToAnalysisFile"

you can always refere to the help menu by calling

./uart_debugger -h

or

./uart_debugger --help

Design snippets

PlantUML

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published