Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a way to list potentially supported boards #167

Closed
tcal-x opened this issue Jul 16, 2021 · 1 comment
Closed

Create a way to list potentially supported boards #167

tcal-x opened this issue Jul 16, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@tcal-x
Copy link
Collaborator

tcal-x commented Jul 16, 2021

It would be useful to have a way of generating the names of boards potentially supported by CFU-Playground. The simplest implementation would just list the boards in litex_boards/targets/. It's ok to have some boards listed that won't actually work (due to insufficient memory, or no main_ram region, or no serial/uart).

The main use is for someone who has for example an Arty board, and doesn't know what name to use ("arty"? "arty-35t"? "digilent_arty"?).

@tcal-x tcal-x added the enhancement New feature or request label Jul 16, 2021
@tcal-x
Copy link
Collaborator Author

tcal-x commented Jul 22, 2021

Fixed with PR #183.

@tcal-x tcal-x closed this as completed Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant