BusPirate / Bus_Pirate

Community driven firmware and hardware for Bus Pirate version 3 and 4
630 stars 131 forks source link

Wait until interrupt command #51

Open dspmind opened 7 years ago

dspmind commented 7 years ago

I was looking for feature in BPv3 hardware that enable one to configure AUX pin as an H->L or L->H interrupt i/p pin and use that modify the binary bit bang protocol to generate an protocol EVENT on the interrupt arrival. This will help in scripting several h/w devices. An exact same feature was already asked in https://github.com/0x90/the-bus-pirate/issues/5

Is this feature very difficult to implement, extending the binary bit bang protocol of BP.

Thanks in Advance

agatti commented 7 years ago

It doesn't look that difficult to implement, we'll see if something like this can fit the usage in 7.2.

agatti commented 7 years ago

On second thought, the changes for this seem to be a bit more extensive than expected. Issue #52 should also cover this.

leonerd commented 6 years ago

I've started thinking about this in my protocol v2 redesign - see #52