release-7: fix zc706 master and standalone compilation warning #273
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/artiq-zynq#273
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "morgan/artiq-zynq:zc706_warning_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
nix build <variant> -L
of the following and all built successfully without warningszc706-acpki_nist_clock-firmware
zc706-acpki_nist_clock_master-firmware
zc706-acpki_nist_qc2-firmware
zc706-acpki_nist_qc2_master-firmware
zc706-nist_clock-firmware
zc706-nist_clock_master-firmware
zc706-nist_qc2-firmware
zc706-nist_qc2_master-firmware
Compilation warning before patch
fix zc706 compilation warningto release-7: fix zc706 compilation warning@ -149,3 +150,4 @@
i2c::init();
#[cfg(feature = "target_kasli_soc")]
let i2c_bus = unsafe { (i2c::I2C_BUS).as_mut().unwrap() };
Maybe just move it and task::spawn of io_expander_service to the block with io expander settings?
release-7: fix zc706 compilation warningto release-7: fix zc706 master and standalone compilation warning