eugene345

Results 7 comments of eugene345

Hi @Hadatko, Thanks for the idea. @group name also should have a different postfix? otherwise after erpcgen running files will be rewritten. And then call erpcMatrixMultiply_f from master (client) and...

Hi @Hadatko, I'm still trying to find the best and most elegant option. Let me remind about my case. There are 2 (but can be more) exactly same devices with...

Hi @Hadatko, Thanks. This is, seems, easy to create 2 transports. But how to use 2 transports, if only one client is possible? Assign 1st transport to client and another...

Hi @chkothe , We are considering adding LSL to our product - EEG Dev Kit (https://www.foc.us/eeg). Would be good to know, if any low level documentation available about LSL (detailed...

Thanks @tstenner and @mgrivich Our device, EEG Dev kit, is an embedded system, based on Cortex M4F MCU, therefore has limited performance and memory. It can't run Linux, but has...

I use ARM compiler 5, but, probably, could move to ARM compiler 6.

Yes, ARM Compiler 6 supports both C++11 and C++14. There is real time operational system, so threads are used. And network processor provides asynchronous network API. I worry about using...