Paul Osborne

Results 119 comments of Paul Osborne

Yeah, making the symlink root be in sysfs will not work and doesn't make sense. Using some other directory (e.g. /tmp) may work.

Similar to my comment on the other issue, I would be curious to see what we find with `strace`

I misread this before. If you run `gpio poll --help` you should get useful output. I believe you would do this as `gpio --config ./raspberrypi.toml poll -e both GPIO07` (and...

Hi @sprhawk, can you provide more information on the software you were building that required this along with the Yocto version and any other details? Sorry for missing this when...

@caemor Right now the lib seeks to provide a safe but still relatively basic (easy to reason about) interface to the Linux kernel's spidev interface. Splitting messages, reloading the kernel...

Superseded by #123 which includes these changes, thanks @egimbernat

Looks like it failed trying to do bindgen stuff for `redis-modules`. Bindgen has additional requirements (libclang, etc.) that will need to be modeled in your recipe for the build to...

Looks like this relates to #96

For now, the workaround mentioned in #75 is worth a shot.

Yeah, although I tried not to make anything here unnecessarily slow, there are cases where things could be done more efficiently with the sysfs GPIO interface by leaving files open...