David Lechner

Results 1560 comments of David Lechner

I'm not sure what that link is. The official download is https://github.com/ev3dev/ev3dev/releases/download/ev3dev-stretch-2020-04-10/ev3dev-stretch-ev3-generic-2020-04-10.zip.

Answering question from the last commit message: > Use multiple channel scan_type to have different buffer endianness for each buffer setup? Yes. Jonathan's recommendation on similar upstream patches is to...

Also, FYI, a bunch of regulator and other dependencies are being backported in https://github.com/analogdevicesinc/linux/pull/2433, so we should be able to make use of those and avoid some (all?) of the...

> it would require either duplicating the statically declared `iio_chan_spec` structs This came up on the mailing list within the last few months. I can't find the thread at the...

I dug into this deeper and actually tested it today with a logic analyzer and found a few issues. I didn't have the right eval board to test with, so...

> * Removed `_raw` attribute for when offload is used (the invalid buffer pointer leads to kernel Oops on single-shot read). With my changes, the `_raw` attribute was still working...

Since the NXT just uses RFCOMM, the builtin Bluetooth sockets in Python should work for Windows and Linux. Then for Mac, we can use PyObjC which has IOBluetooth bindings that...

Looks like a nice start. I'm not sure if we have the bandwidth to take on translations right at this moment, but when we do, I think, that starting with...

We've been discussing this in https://github.com/hbldh/bleak/issues/1621. My preference would be to move this to a separate function in addition to adding the require permissions for newer Android versions.

Also, we will need a changelog entry explaining that this is a breaking change.