Skip to content

Commit

Permalink
Add ftdi_bridge repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraembedded committed Aug 17, 2019
1 parent 909a635 commit d6a44c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
[submodule "dbg_bridge"]
path = dbg_bridge
url = https://github.com/ultraembedded/core_dbg_bridge
[submodule "ftdi_bridge"]
path = ftdi_bridge
url = https://github.com/ultraembedded/core_ftdi_bridge.git
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ git clone --recursive https://github.com/ultraembedded/cores.git
| ---- | ------------- |
| asram16_axi4 | AXI4 -> Async SRAM (16-bit) Interface |
| dbg_bridge | UART -> AXI4 Debug Bridge |
| ftdi_async_bridge | FTDI Asynchronous FIFO Interface |
| ftdi_async_bridge | FTDI Asynchronous FIFO Interface (Wishbone) |
| ftdi_bridge | FTDI Asynchronous/Synchronous FIFO Interface (AXI-4) |
| i2s | I2S Master |
| irq_ctrl | Simple Linux support interrupt controller |
| sdram | Simple SDRAM Controller (Wishbone) |
Expand Down
1 change: 1 addition & 0 deletions ftdi_bridge
Submodule ftdi_bridge added at 739a21

0 comments on commit d6a44c5

Please sign in to comment.