add tx_only_uart example to readme
All checks were successful
/ test (pull_request) Successful in 4m43s
All checks were successful
/ test (pull_request) Successful in 4m43s
This commit is contained in:
parent
3267cb38c4
commit
e6dbeb2c85
1 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,12 @@ To program the Flash also, so it stays programmed when power-cycling the board:
|
|||
sudo openFPGALoader --board arty_a7_100t -f target/blinky-out/blinky.bit
|
||||
```
|
||||
|
||||
# Building the [Transmit-only UART example] for the Arty A7 100T on Linux
|
||||
|
||||
[Transmit-only UART example]: crates/fayalite/examples/tx_only_uart.rs
|
||||
|
||||
Follow the steps above of building the Blinky example, but replace `blinky` with `tx_only_uart`.
|
||||
|
||||
# Funding
|
||||
|
||||
## NLnet Grants
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue