Skip to content

Commit

Permalink
Merge pull request #276 from yrabbit/usb-serial-tn9
Browse files Browse the repository at this point in the history
Use builtin USB-serial
  • Loading branch information
yrabbit authored Aug 31, 2024
2 parents 41afe8d + 50ed2d8 commit 741818e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/himbaechel/tangnano9k.cst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ IO_LOC "LED_R" 10;
IO_LOC "LED_G" 11;
IO_LOC "LED_B" 13;

IO_LOC "TXD" 32;
// Use buildin USB-serial
IO_LOC "TXD" 17;
IO_PORT "TXD" PULL_MODE=UP;
IO_LOC "RXD" 31;
IO_LOC "RXD" 18;
IO_PORT "RXD" PULL_MODE=UP;

// fake
Expand Down Expand Up @@ -93,4 +94,4 @@ IO_PORT "tmds_clk_n" PULL_MODE=NONE DRIVE=8;

INS_LOC "clk_div" TOPSIDE[0];

IO_LOC "div_led" 10;
IO_LOC "div_led" 10;

0 comments on commit 741818e

Please sign in to comment.