fix #228 and initialize io_dir
setting at io_expander.rs
#257
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#257
Loading…
Reference in New Issue
No description provided.
Delete Branch "morgan/artiq-zynq:bugfix_pinswap"
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?
SFP0_LED
pin is now configured withhw_rev
and fix #228io_expander
LED and TX_disable pins for hw versionv1.1
andv1.0
atio_expander.rs
port direction setting is now initialized at
io_expander.rs
io_expander.set_oe()
at satman and runtimemain.rs
to avoid duplicate logicadd
self.config["hw_rev"]
atkasli_sco.py
forhw_rev="version no."
cfgcompilation check
nix build <variant> -L
for kasli-soc master, satellite & standalone and all built successfullyfunctional check
hw_rev
is setChecklist of backporting SFP0..3 LED indication
@ -484,10 +484,6 @@ pub extern fn main_core0() -> i32 {
.init(&mut i2c)
.expect("I2C I/O expander #1 initialization failed");
// Actively drive TX_DISABLE to false on SFP0..3
"Actively" comment becomes misleading since the code it refers to no longer touches OE.
Commit messages and PR title need improvement.