Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearPhoenixx committed Sep 13, 2023
1 parent f1cea2e commit acac0bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Replacement tool for grmon, low-level software debugging over JTAG via an FT2232H chip.

Used for debugging the GR712RC Dual-Core LEON3FT SPARC V8 Processor on the the Solar wind Magnetosphere Ionosphere Link Explorer, or SMILE -- a joint mission between the European Space Agency (ESA) and the Chinese Academy of Sciences (CAS).
Used for debugging the GR712RC Dual-Core LEON3FT SPARC V8 Processor on the the Solar wind Magnetosphere Ionosphere Link Explorer, or SMILE -- a joint mission between the European Space Agency (ESA) and the Chinese Academy of Sciences (CAS). Anyways, probably can be used with any LEON SPARC V8 processors.

```text
g++ -o uviemon *.cpp *.c -L./lib/ftdi/build/ -lftd2xx -lreadline -Wall -O -pthread -std=c++14
Expand Down
4 changes: 2 additions & 2 deletions src/uviemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ int main(int argc, char *argv[])
{
cout << "\n ** uviemon v" << VERSION << " **\n"
<< endl;
cout << " GR712RC Dual-Core LEON3FT SPARC V8 Processor debugging" << endl;
cout << " monitor using the FTDI FT2232H chipset for communication.\n"
cout << " LEON SPARC V8 Processor debugging monitor using" << endl;
cout << " the FTDI FT2232H chipset for communication.\n"
<< endl;

if (argc < 2)
Expand Down

0 comments on commit acac0bd

Please sign in to comment.