Block a user
zc706: made RTIO channels same as kc705
make ZC706 RTIO channel numbers the same as the KC705
Looks good, compiles nicely as well. I think that's it, see the incoming PR.
285b034a6b
Merge branch 'master' into 117_rtio_channels
a5e3580d18
Revert "runtime: expose rint from libm"
3582af564d
runtime: expose rint from libm
742ce9fdde
fix sd and acpki satellite builds
c4de1c261a
default.nix: restored proper satellite variants
make ZC706 RTIO channel numbers the same as the KC705
Well, the problem is that according to both the user guide, and zc706 board schematics (most notably page 44, SMA and Testpoints), there is just no SMA GPIO available. Maybe I'm missing something,…
add MGT_SMA DRTIO link
This is only relevant to zc706, as I cannot find MGT_SMA for kasli-soc, right?
Anyway, this should be solved already:…
fix sd and acpki satellite builds
742ce9fdde
fix sd and acpki satellite builds
c4de1c261a
default.nix: restored proper satellite variants
219c075931
added explicit runtime/satman targets for makefile
d947c06e33
Merge branch 'master' into make_explicit_targets
d04a7decfe
removed simple variants from zc706
added explicit runtime/satman targets for makefile
Unfortunately they cannot be called simply runtime/satman as it collides with what find finds.
Why is that an issue at all with phony targets? Additionally,
find
should only look at…