Block a user
write 5518 BNC-IDC / 5528 SMA-IDC datasheet
Updated Sampler datasheet to mention a potential SMA breaking using SMA-IDC. Zotino already mentions this.
write 5518 BNC-IDC / 5528 SMA-IDC datasheet
11ee1ebc. Wrote the BNC/SMA-IDC datasheet. Haven't updated the datasheets of the cards that may use them.
Replace ld.lld with nac3ld for non-host targets
Replaced the unsafe code in dwarf.rs
using ByteOrder. Performance of RISC-V targets improved.
Replace ld.lld with nac3ld for non-host targets
Performance:
Measured the time taken to run artiq_compile
on the nac3devices.py
example on mainline ARTIQ. Completed 100 trials for each result. The mean & standard deviation on RISC-V & ARM…
dyld: Add nac3ld support
Unwind glue: Fix dl_unwind_find_exidx implementation
Replace ld.lld with nac3ld for non-host targets
65e152d.
Identical to da4504a & 80120a5, but repushed because of spelling and not merging properly.
compile_method_to_file
used to be a sub-function of compile_method_to_mem
. It leads to…