| Age | Commit message (Collapse) | Author |
|
|
|
This can be enforced by pre-commit, but correct it separately to make it easier to review.
|
|
These calls were all moved into `main.c`, however this call was not
removed from litex. As a result, litex was calling `board_init()` twice.
This is currently not a problem, as `fomu` is able to be initialized
twice without issue, however future boards may have issue with this.
This fixes #2991.
Signed-off-by: Sean Cross <sean@xobs.io>
|
|
Basic blinky works but doesn't check pins.
|
|
|
|
|
|
This adds support for Litex, along with support for the Fomu FPGA board.
Signed-off-by: Sean Cross <sean@xobs.io>
|