You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Puschmann f6d3467884 ringbuffer: fix timeout calculation for timed read
with ZMQ RF, we've seen the radio returning -1 and traced
the issue down to the ringbuffer.
in fact, pthread_cond_timedwait() returned 22 (EINVAL) indicating
a wrong timeout value. The issue was likely an overflow
in the timespec parameter. This patch checks for the return
value of pthread_cond_timedwait() and also calculates the
nanosecond wrap around for the timespec
5 years ago
..
examples Add per-channel TX gain (#1450) 5 years ago
include updated fsm to allow enter methods to receive event that caused them 5 years ago
src ringbuffer: fix timeout calculation for timed read 5 years ago
test updated fsm to allow enter methods to receive event that caused them 5 years ago
CMakeLists.txt Updated copyright 5 years ago