Jared Boone
88fb406a55
PortaPack: Conditionally claim JTAG pins in SCU #defines
2018-12-27 10:10:01 -08:00
Jared Boone
ccc86aad14
Add support for PortaPack user interface add-on board.
2018-08-01 21:05:10 -07:00
Michael Ossmann
b4a452cd3a
replaced AVX/Kyocera 2500BL14M100T (NRND) with Abracon ABM8-25.000MHZ-10-D1G-T (X1), added load capacitors (C169 and C170)
2018-04-14 12:20:42 -06:00
Michael Ossmann
26360e18fd
listed Murata LDB182G4510G-120 as an alternative to Johanson 2500BL14M100T (T3 and T4)
2018-04-14 12:07:21 -06:00
Michael Ossmann
86f724a342
replaced Murata LXES1TBCC2-004 (End of Life) with Vishay VBUS54CV-HSF-G4-08 (U15)
2018-04-14 12:02:15 -06:00
Dominic Spill
a4c57effce
Merge pull request #469 from arnout/master
...
Don't require a C++ compiler
2018-04-01 12:56:42 -06:00
Arnout Vandecappelle (Essensium/Mind)
a6284cb9ed
Don't require a C++ compiler
...
By default, CMake assumes that the project is using both C and C++. By
explicitly passing 'C' as argument of the project() macro, we tell CMake
that only C is used, which prevents CMake from erroring out if a C++
compiler doesn't exist.
2018-03-31 22:50:37 +02:00
Michael Ossmann
5fbd75ef94
Merge pull request #468 from dominicgs/appveyor
...
Appveyor
2018-03-28 09:15:11 -06:00
Michael Ossmann
7641e48851
Merge pull request #467 from dominicgs/windows_build_warnings
...
Remove Windows build warnings
2018-03-28 09:14:54 -06:00
Dominic Spill
bde5ca9f58
DFU serial number - avoid reading serial from flash chip
...
Set a DFU mode specific serial number
2018-03-27 18:08:49 -06:00
Dominic Spill
70d189bcdc
Fix appveyor config formatting
2018-03-27 16:35:06 -06:00
Dominic Spill
f041d2686a
Pull libusb from GitHub rather than SourceForge
2018-03-27 16:20:37 -06:00
Dominic Spill
cf4b3ae7f4
Cast all the things
2018-03-27 14:30:41 -06:00
Dominic Spill
e384a2d2b7
Explicitly cast variables to silence Windows build warnings
2018-03-27 14:11:51 -06:00
Dominic Spill
d4d74db27c
Add helper functions for parsing frequency arguments
2018-03-27 11:57:52 -06:00
Dominic Spill
9f0a46d818
Calculate using doubles and cast to float at the last moment
2018-03-27 10:38:03 -06:00
Dominic Spill
bfa9f65f4e
Try another work around for strdup()
2018-03-26 23:25:31 -06:00
Dominic Spill
f768ff6735
Fix cmake command error
2018-03-26 21:36:33 -06:00
Dominic Spill
936da52169
Third time lucky with definition to remove warning about strdup()
2018-03-26 21:31:56 -06:00
Dominic Spill
e0e02bcd7a
Fix bad define (maybe)
2018-03-26 21:16:23 -06:00
Dominic Spill
c8e8d33a59
Silence warning about strdup() being deprecated
2018-03-26 20:59:55 -06:00
Dominic Spill
bb585e40a4
libhackrf: Fix Windows type warnings
...
MSVC compalins when we mix int and ssize_t
Declaration of hackrf_set_sample_rate_manual differed between .h and .c
2018-03-26 20:35:44 -06:00
Dominic Spill
3168bb55e3
Revert "hackrf_transfer: fix Windows uint32 conversion build warnings"
...
This reverts commit a9bc8b7ff7c1a2fd910f99d7accd9f75196c71f0.
2018-03-26 19:11:55 -06:00
Dominic Spill
a9bc8b7ff7
hackrf_transfer: fix Windows uint32 conversion build warnings
2018-03-26 19:07:42 -06:00
Dominic Spill
4c2a039a01
hackrf_operacake: cleanup Windows precision warnings
2018-03-26 18:39:56 -06:00
Dominic Spill
5f02620a49
ahckrf_debug: finx type conversion warning from Windows build
2018-03-26 18:06:13 -06:00
Dominic Spill
1fab6d9030
Fix type conversion warnings for Windows build
2018-03-26 18:04:45 -06:00
Dominic Spill
92f122d43a
Firmware: no longer require dfu-prefix
...
it was adding a header that we weren't using anyway
2018-03-22 12:29:27 -06:00
Michael Ossmann
d7e2068ff1
Merge pull request #460 from dominicgs/device_counting_fix
...
Open device counting: increment when opening a device
2018-03-21 15:03:22 -06:00
Michael Ossmann
370ee2dce5
HackRF One: replaced U20 with Winbond W25Q80JVSSIQ
2018-02-28 12:12:32 -07:00
Dominic Spill
65c7b5aa24
Open device counting: increment when opening a device
...
Previously it incremented when the library was initialised, this worked
for GNU Radio flowgraphs, but broke elsewhere
2018-02-27 16:07:04 -07:00
Michael Ossmann
fc8fcd8616
added CPLD update requirement to firmware/README
...
improved cpld/README
fixes #458
2018-02-20 08:18:42 -07:00
Dominic Spill
d17f091736
libhackrf: stop_tx() put HackRF in to idle mode before killing transfer thread
...
This is what we do for RX and appears to prevent HackRF remaining in TX
mode. This mirrors commit 693c262
2018-02-17 16:20:08 -07:00
Michael Ossmann
991c5089a9
Merge branch 'glitch-fix'
2018-02-02 15:15:27 -07:00
Michael Ossmann
6da3593781
Merge pull request #437 from gvz/master
...
libhackrf: counts the open devices, prevents exit if not all closed
2018-02-02 15:03:46 -07:00
Dominic Spill
cc7f599677
Pin OS X builds to Xcode 7.3 for now
2018-01-28 18:37:39 -07:00
Dominic Spill
bd37a5082f
Revert Travis to xcode 7.3 to ignore pip issue for now
...
- Issue to correct this is #438
2018-01-28 18:37:29 -07:00
Dominic Spill
1c33d68dec
Use pip2 rather than pip because it's not available with xcode 8.3
2018-01-28 18:37:16 -07:00
Dominic Spill
d211b14f85
Fix Travis-CI builds
2018-01-28 18:20:37 -07:00
Michael Ossmann
5d6667141e
short pulses when enabling VAA to avoid a big voltage glitch
2018-01-28 16:24:48 -07:00
Michael Ossmann
b095c5326a
eliminated minor glitch caused by enabling a GPIO output before setting its value
2018-01-28 16:16:35 -07:00
Dominic Spill
3447863a8b
Pin OS X builds to Xcode 7.3 for now
2017-12-07 16:26:42 -07:00
Dominic Spill
aa9af94ec3
Revert Travis to xcode 7.3 to ignore pip issue for now
...
- Issue to correct this is #438
2017-12-07 10:21:35 -07:00
Georg von Zengen
73ca8c09dd
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
2017-12-07 15:21:29 +01:00
Michael Ossmann
94cd63fad7
Merge pull request #434 from dominicgs/flash-investigation
...
Allow users to interact with the flash status register
2017-12-06 21:14:57 -07:00
Dominic Spill
5f560d6ad3
Merge branch 'mossmann-master' into flash-investigation
2017-12-05 16:18:19 -07:00
Dominic Spill
00b1dea58d
Use pip2 rather than pip because it's not available with xcode 8.3
2017-12-04 08:00:00 -07:00
Dominic Spill
a1f9361f78
Wrong localtime argument type in hackrf_sweep causes crash on win 10
...
Thanks jaredd
2017-12-02 20:37:37 -07:00
Michael Ossmann
fb83ad6495
Merge pull request #427 from dominicgs/clock_util
...
Clock util
2017-11-16 18:00:20 -07:00
Michael Ossmann
28e9ef4475
Merge pull request #399 from yhetti/master
...
Added decoupling capacitors to Operacake.
2017-11-08 02:03:04 -07:00