Maxim Sloyko

Results 7 comments of Maxim Sloyko

I would certainly prefer to have 3 buttons. I have three of these devices and two of them -- the ones I use most heavily -- over time develop some...

This removes the dependency on config.h, which only exists when you are building the library. This also removed *source code* dependency on libftdi header. The problem was that you pick...

libftdi include issue should be addressed by #15 @NeoFromMatrix, can you please check my branch (the Pull Request) from here https://github.com/maksymko/libmpsse/tree/fix_libftdi_dep and see if it truly fixes this?

@NeoFromMatrix , Thanks! I meant to ask to test the build, i.e. if it builds, so that's enough, thank you.

One high level thing that needs to be clarified is if the goal is (1) to have small API that is essentially a least common denominator that can be implemented...

Another high-level thought. It would also make sense to clearly define how to add vendor specific things to API. That is, you would probably want to heavily guard stuff that...

One thing I was doing to test my changes, is to basically override MMIO32() macro, changing it to a function call, which and then verifying that the correct registers are...