Merge pull request #437 from gvz/master
by Michael Ossmann 7 years 9 months
Merge pull request #437 from gvz/master

libhackrf: counts the open devices, prevents exit if not all closed
6da35937
Pin OS X builds to Xcode 7.3 for now
by Dominic Spill 7 years 9 months
cc7f5996
Revert Travis to xcode 7.3 to ignore pip issue for...
by Dominic Spill 7 years 9 months
Revert Travis to xcode 7.3 to ignore pip issue for now
- Issue to correct this is #438
bd37a508
Use pip2 rather than pip because it's not availabl...
by Dominic Spill 7 years 9 months
Use pip2 rather than pip because it's not available with xcode 8.3
1c33d68d
Fix Travis-CI builds
by Dominic Spill 7 years 9 months
d211b14f
short pulses when enabling VAA to avoid a big volt...
by Michael Ossmann 7 years 9 months
short pulses when enabling VAA to avoid a big voltage glitch
5d666714
eliminated minor glitch caused by enabling a GPIO ...
by Michael Ossmann 7 years 9 months
eliminated minor glitch caused by enabling a GPIO output before setting its value
b095c532
Pin OS X builds to Xcode 7.3 for now
by Dominic Spill 7 years 11 months
3447863a
Revert Travis to xcode 7.3 to ignore pip issue for...
by Dominic Spill 7 years 11 months
Revert Travis to xcode 7.3 to ignore pip issue for now
- Issue to correct this is #438
aa9af94e
libhackrf: counts the open devices, prevents exit ...
by Georg von Zengen 7 years 11 months
libhackrf: counts the open devices, prevents exit if not all closed

fixes #435, osmosdr calls hackrf_exit for the last sink and the last
source. If both are in one flow graph the desctructor of the source
fails as the sink already closed the usb context.
This prevents hackrf_exit to close the context if not all devices are closed
73ca8c09
Report a bug