Jon Trulson
Jon Trulson
You can either wait for updated MRAA and UPM modules to be released, or try to compile them yourself. Sorry, I don't have the time to walk you through building...
Yes, I brought this up a few months ago when the build system was overhauled. I referred to it as "The Java Problem" :) Python and JS are fine with...
Hmm. I think you tested the use of directors in this fashion to try to resolve this problem (at least for interrupts), and the result was a 5x slowdown in...
Oh, and I'm okay with your intermediate fix for now. We should keep this issue open so that eventually when all of the drivers suffering from this issue are fixed,...
Yes, we did talk about these cases already. In the first case, if you look at the implementation in the Java interface file, you will see that the memory allocated...
If you look at commit d4b536b (at least the interesting parts), I am now using std::vector and a new upm_vectortypes.i interface file to return array data for Java (and everything...
This naming pre-dates my involvement with this project, but I think doing this where possible would be a nice improvement. Of course it would be an "API" change though right?...
> dfrph-c > dfrph-cxx > dfrph-java > dfrph-node > dfrph-python2 > dfrph-python3 Yes, I like that. We could also rename the driver interface files - jsupm_mma7660.i -> javascript.i javaupm_mma7660.i ->...
Hi @malikabhi05, couldn't you have just swapped out the call to mraa_i2c_read_byte_data() with a call to mraa_i2c_read_bytes_data(), but reading just one byte? That would seem to have been a better...