Einar Vading
Einar Vading
## Expected Behavior It should be possible to add annotations when building dynamic types. ## Current Behavior Adding `builder->apply_annotation("Foo", "Bar", "Baz");` to an otherwise working example leads to segfault when...
Hi! I was wondering about EEPROM write functionality. More specifically to write wavelength calibration polynomial coefficients. I can't find any way to write EEPROM anything so I was wondering if...
In the nightly reference for inline assembly it says for `nomem` that: "The compiler also assumes that this asm! block does not perform any kind of synchronization with other threads,...
I have a bunch of FT4232H and I'm trying to use the bit-banging feature in a HW test. Given the following minimal example: ``` import argparse import pyftdi import pyftdi.gpio...