Skip to content

Commit

Permalink
Update the other two diagrams as well
Browse files Browse the repository at this point in the history
  • Loading branch information
DominykasPetke authored and rjonaitis committed Jul 2, 2024
1 parent 3873036 commit d873a80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/development/diagrams/comms.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ flowchart LR

subgraph Communication libraries
subgraph USB
subgraph Linux
subgraph UNIX
libusb["libusb library"]
end
subgraph Windows
Expand Down Expand Up @@ -68,7 +68,7 @@ flowchart LR

FX3-->|On Windows|Cypress-->SDR
FT601-->|On Windows|FTD3XX-->SDRMini
FX3 & FT601-->|On Linux|libusb
FX3 & FT601-->|On UNIX|libusb

libusb-->|Using FT601|SDRMini
libusb-->|Using FX3|SDR
10 changes: 5 additions & 5 deletions docs/development/diagrams/trxlooper.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ flowchart LR

subgraph Communication libraries
subgraph USB
subgraph Linux
subgraph UNIX
libusb["libusb library"]
end
subgraph Windows
Expand All @@ -26,14 +26,14 @@ flowchart LR
end
end

TRXLooper-->TRXLooper_USB & TRXLooper_PCIE
TRXLooper-->IDMA

TRXLooper_PCIE-->LitePCIe-->litepcie-->X3 & XTRX & MMX8
TRXLooper_USB-->USBGeneric-.->FX3 & FT601
IDMA-.->LitePCIeDMA-->LitePCIe-->litepcie-->X3 & XTRX & MMX8
IDMA-.->USBDMAEmulation-->IUSB-.->FX3 & FT601

FX3-->|On Windows|Cypress-->SDR
FT601-->|On Windows|FTD3XX-->SDRMini
FX3 & FT601-->|On Linux|libusb
FX3 & FT601-->|On UNIX|libusb

libusb-->|Using FT601|SDRMini
libusb-->|Using FX3|SDR

0 comments on commit d873a80

Please sign in to comment.