Block a user
stabilizer_pounder: fix pounder test procedure and use python3 pyserial
ZC706: add CXP_4R_FMC variant
- remove some debug leftover and #[derive(Debug)] from enum with display::fmt
- replace the
leftover
+for
loop xml file reading withwhile
loop - change all
info
at `cxp_camera_setup.r…
ZC706: add CXP_4R_FMC variant
something like this?
[ 2545.936162s] INFO(libboard_artiq::cxp_camera_setup): camera detected at linerate 3.125 Gbps
[ 2546.144904s] DEBUG(libboard_artiq::cxp_camera_setup): only 1…
ZC706: add CXP_4R_FMC variant
without the last modulo, (4 - 16 % 4)) = 4, extra padding will be added and the message length error will be raised
ZC706: add CXP_4R_FMC variant