Using C poll() on stdin with systemd
Published 12 May 2012 under C, embedded

I recently wrote a C application which uses poll() towait for interrupts from a GPIO. It worked perfectly until we tried to run theapplication under systemd on Angstrom at which point it used 100%...

Read more →