libhackrf: counts the open devices, prevents exit ...
by Georg von Zengen 7 years 6 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
Merge pull request #434 from dominicgs/flash-inves...
by Michael Ossmann 7 years 6 months
Merge pull request #434 from dominicgs/flash-investigation

Allow users to interact with the flash status register
94cd63fa
Merge branch 'mossmann-master' into flash-investig...
by Dominic Spill 7 years 7 months
Merge branch 'mossmann-master' into flash-investigation
5f560d6a
Use pip2 rather than pip because it's not availabl...
by Dominic Spill 7 years 7 months
Use pip2 rather than pip because it's not available with xcode 8.3
00b1dea5
Wrong localtime argument type in hackrf_sweep caus...
by Dominic Spill 7 years 7 months
Wrong localtime argument type in hackrf_sweep causes crash on win 10
Thanks jaredd
a1f9361f
Merge pull request #427 from dominicgs/clock_util
by Michael Ossmann 7 years 7 months
Merge pull request #427 from dominicgs/clock_util

Clock util
fb83ad64
Merge pull request #399 from yhetti/master
by Michael Ossmann 7 years 7 months
Merge pull request #399 from yhetti/master

Added decoupling capacitors to Operacake.
28e9ef44
hackrf_clock: Allow CLKOUT to be enabled / disable...
by Dominic Spill 7 years 7 months
hackrf_clock: Allow CLKOUT to be enabled / disabled
hackrf_clock -o 1 / hackrf_clock -o 0
3f569a8a
Initial commit of a dedicated clock tool
by Dominic Spill 7 years 7 months
1f9c2c81
SPI Flash: add function to clear SPI flash status ...
by Dominic Spill 7 years 7 months
SPI Flash: add function to clear SPI flash status register
c416fa12
Report a bug