Skip to content

Commit

Permalink
No default UART TX output to RS485
Browse files Browse the repository at this point in the history
  • Loading branch information
GregAC committed Nov 5, 2024
1 parent e28346b commit 86a2af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/top_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -553,3 +553,4 @@ block_ios = [{ block = "uart", instance = 2, io = "rx" }]
[[pins]]
name = "rs485_tx"
block_ios = [{ block = "uart", instance = 2, io = "tx" }]
no_default_out = true
4 changes: 2 additions & 2 deletions rtl/system/pinmux.sv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 86a2af0

Please sign in to comment.