Unai Martinez-Corral
Unai Martinez-Corral
The MSYS2 packages were updated some weeks ago, but I forgot to ping. @balika011 can you please update (`pacman -Syu`) and let us know?
I rebased and pushed #65. CI runs are not shown in the PR, because CI is not enabled for this repo yet. However, you can see the Actions tab of...
I updated #65. Now, contents of packages are shown in CI. No need to download and extract the artifacts. See https://github.com/umarcor/openFPGALoader/runs/1677313883?check_suite_focus=true#step:8:11.
On MSYS2, should https://github.com/makestuff/fpgalink be a different package, which openFPGALoader depends on?
@trabucayre, pkg-config is supported on MSYS2 and used by many packages. It's ok and desirable to use that. Am I correct assuming the upstream is https://github.com/makestuff/libfpgalink/ and https://github.com/makestuff/fpgalink is just...
openFPGALoader was upstreamed but it's not in the repos yet: https://packages.msys2.org/new. In a few days some maintainer will move it and then it will be available through `pacman -Ss openFPGALoader`....
FTR, now there is a "Constraints" column in the [Boards compatibility list](https://trabucayre.github.io/openFPGALoader/compatibility/board.html), which contains cross-references to hdl/constraints through interpshinx. See #160 and #161. Possible enhancements: - Use the same mechanism...
The documentation of hdl/constraints now contains some data extracted from the doc helpers in this repo. If field Constraints is defined here, the openFPGALoader ID, Memory and Flash fields are...
Closing since kokoro is not used anymore.
@Biswa96 the point is to avoid downloading and extracting/installing the same packages multiple times in parallel. See, for example: https://github.com/umarcor/neorv32-setups/actions/runs/1673157184 A MWE of the proposal would be: ```yml name: Test...