Closed linuswck closed 1 year ago
This PR allows custom name to be assigned to efc platform from misoc repo.
This will affect the configuration flag "soc_platform" in artiq rust firmware. (By default, #[cfg(soc_platform = "efc")] )
#[cfg(soc_platform = "efc")]
Related PR: PR in artiq PR in misoc
Platform name is not renamed in the end as it introduces too much complexity for just one name change.
This PR allows custom name to be assigned to efc platform from misoc repo.
This will affect the configuration flag "soc_platform" in artiq rust firmware. (By default,
#[cfg(soc_platform = "efc")]
)Related PR: PR in artiq PR in misoc