Michael Ossmann
21dd8a99fd
LNA915: move symbols and footprints to gsg-kicad-lib
2020-08-03 15:12:39 -06:00
Michael Ossmann
7986924b9a
LNA915: change ground pad pin number from 0 to 7 on GRF6011
2020-08-03 13:26:43 -06:00
Michael Ossmann
8589e8615e
LNA915: use gsg-kicad-lib instead of hackrf library
2020-08-03 13:09:21 -06:00
Michael Ossmann
dc46244873
LNA915: renumber reference designators
2020-08-03 11:20:32 -06:00
Michael Ossmann
bf2a1d8133
LNA915: add optional shunt capacitor
2020-08-03 11:13:56 -06:00
Michael Ossmann
33a1f366bf
LNA915: make easier to assemble
2020-08-03 10:55:07 -06:00
Michael Ossmann
6e4f738c6c
LNA915: modify SMA-KIT-1.5MF footprint to ease soldering
2020-08-03 10:54:03 -06:00
Michael Ossmann
3bcb11fc12
LNA915: add courtyard to GRF6011 footprint
2020-08-03 10:53:00 -06:00
Michael Ossmann
eb37228166
LNA915: add copy of F5Q footprint to local library and update
2020-08-03 10:49:22 -06:00
Michael Ossmann
89f4d79e96
LNA915: add copy of TSLP-7-1 footprint to local library and update
2020-08-03 10:48:54 -06:00
Michael Ossmann
e93d70eddc
Merge pull request #756 from mossmann/spi-names
...
adopt OSHWA convention for SPI signal names
2020-07-26 07:53:43 -06:00
Michael Ossmann
eccd5a64f2
travis: use newer OSX image to fix bundle error
2020-07-26 07:41:53 -06:00
Michael Ossmann
451873d616
Merge pull request #716 from Jakub6/master
...
fix _FILE_OFFSET_BITS 64 position in hackrf_transfer.c
2020-07-26 07:39:17 -06:00
Michael Ossmann
e20fd29502
travis: use newer OSX image to fix bundle error
2020-07-26 07:35:52 -06:00
Michael Ossmann
8bd99bd175
Merge pull request #707 from miek/transceiver
...
Clean up transceiver modes & fix invalid data on start of TX/RX
2020-07-26 07:31:00 -06:00
Michael Ossmann
40d7a07ac3
Merge pull request #766 from mossmann/travis-osx
...
travis: use newer OSX image to fix bundle error
2020-07-26 07:12:16 -06:00
Michael Ossmann
53197decb2
travis: use newer OSX image to fix bundle error
2020-07-26 07:01:21 -06:00
Michael Ossmann
5e6a2b5d95
adopt OSHWA convention for SPI signal names
...
https://www.oshwa.org/a-resolution-to-redefine-spi-signal-names
2020-07-03 16:37:15 -06:00
Michael Ossmann
8e310bdf63
LNA915: redesign around GRF6011 failsafe switch
...
fits in SMA-KIT-1.5MF inline SMA enclosure
2020-06-22 22:35:52 -06:00
Michael Ossmann
124b85b7df
LNA915: correct minor layout errors
2020-06-21 09:59:29 -06:00
Michael Ossmann
62c36d8405
LNA915: update to KiCad 5.1
2020-06-21 09:41:14 -06:00
ggatis
38f6d4c828
Update hackrf_sweep.c
...
change if ( fd != NULL ) to if ( ( fd != NULL ) && ( fd != stdout ) )
before fclose( fd );
2020-06-16 13:55:50 +03:00
jaj
a9f6cbc367
fix _FILE_OFFSET_BITS 64 position in hackrf_transfer.c (must be included before <sys/stat.h>)
2020-03-16 13:16:15 +01:00
Mike Walters
1c091a10bf
libhackrf: Zero-out initial transfer buffers
2020-02-12 18:53:59 +00:00
Mike Walters
54bdb86a89
Fix CPLD update
2020-02-12 18:53:59 +00:00
Michael Ossmann
7d900268de
fix compiler warnings
2020-02-11 16:59:59 +00:00
Michael Ossmann
c0aed2edb7
firmware: clean up transceiver modes
2020-02-11 16:59:59 +00:00
Michael Ossmann
43e6f99fe8
Merge pull request #702 from miek/dont_reinit_endpoints
...
Don't re-init bulk endpoints on every set_transceiver_mode call
2020-02-11 07:49:08 -07:00
Mike Walters
d8250c6396
Don't re-init bulk endpoints on every set_transceiver_mode call
...
Previously the firmware would re-initialise the bulk endpoints on
every transceiver mode change including a USB data toggle reset,
which could cause the first bulk packet (512-bytes) to be dropped
by the host if the PID no longer matched.
2020-02-10 15:46:55 +00:00
Michael Ossmann
92ee144714
Merge pull request #699 from miek/ui_disable
...
Add option to disable HackRF UI
2020-01-22 14:35:58 -07:00
Mike Walters
4aac303480
Add option to disable HackRF UI
...
Fixes #608
2020-01-22 21:23:30 +00:00
Michael Ossmann
7e025f3e46
Merge pull request #698 from miek/operacake_init_fixes
...
Operacake GPIO init fixes
2020-01-22 10:34:08 -07:00
Michael Ossmann
4e75a25882
Merge pull request #697 from mossmann/sample-rates
...
remove specific sample rate recommendations
2020-01-22 10:10:55 -07:00
Mike Walters
c6e1a5f7f7
Fix Operacake GPIO mode initialisation
2020-01-22 14:21:03 +00:00
Mike Walters
05b1650a6a
Rename hackrf-ui.[ch]
...
Every other source file uses underscores! :(
2020-01-22 14:20:23 +00:00
Michael Ossmann
ecd82e81c1
remove specific sample rate recommendations
...
HackRF One supports arbitrary sample rates from 2 Msps to 20 Msps. In
early development we had ideas about preferred sample rates that we no
longer consider valid.
2020-01-22 06:39:08 -07:00
Michael Ossmann
ba26b742a9
Merge pull request #692 from miek/m0_sgpio
...
Use the M0 core to handle SGPIO samples
2020-01-20 17:22:03 -07:00
Michael Ossmann
76817e1b99
Merge pull request #691 from miek/sgpio_debug
...
Add SGPIO debug CPLD image & host tools
2020-01-20 17:16:34 -07:00
Mike Walters
4d23acd2fd
Add sgpio_debug tools
2020-01-20 23:33:44 +00:00
Mike Walters
f59b1e9c15
cpld/sgpio_debug: Add TX/RX counters to check SGPIO
...
For RX, this replaces received samples with an 8-bit incrementing counter.
This allows for identification of any dropped or repeated samples across the
SGPIO interface.
For TX, this compares transmitted samples against another 8-bit incrementing
counter, and raises pin B2AUX1 if they don't match. This should be used with
a tool on the host-side that transmits a matching counter.
2020-01-20 23:33:41 +00:00
Mike Walters
77f9c124f7
cpld/sgpio_debug: Start with copy of sgpio_if
2020-01-20 23:30:50 +00:00
Mike Walters
e76eace09d
Use the M0 to collect SGPIO samples
2020-01-20 14:22:30 +00:00
Mike Walters
3e2ca4e6c3
Bring up the M0 & blink TX LED
2020-01-20 14:22:30 +00:00
Michael Ossmann
058276d010
Merge pull request #671 from yhetti/acrylic_case
...
Acrylic case
2020-01-06 16:47:28 -07:00
Michael Ossmann
8ff56c615f
Merge pull request #661 from mgesteiro/hackrf_transfer-fix
...
FIXED: remove garbage at the end when capturing to stdout ('-r -')
2020-01-06 16:43:14 -07:00
Matioupi
1442014a80
Modified hackrf_stop_tx and hackrf_stop_rx to first join the transfer thread
...
before setting the receiver to OFF mode (cf. issue #650 )
2020-01-06 16:37:05 -07:00
Michael Ossmann
208fae7538
Merge pull request #645 from jboone/master
...
Sync up PortaPack UI changes.
2020-01-06 16:31:28 -07:00
Michael Ossmann
1569737109
Merge pull request #607 from dominicgs/portapack_ui_opera_cake_coexistence
...
Allow portapack and opera cake to coexist and still enable the PP UI
2020-01-06 16:28:58 -07:00
Michael Ossmann
06eb9192cd
Merge pull request #672 from mossmann/clang-fix
...
Fix OSX travis builds
2019-12-17 15:39:52 -07:00
Mike Walters
dcb98f7f51
Get FFTW library dir
2019-12-10 18:46:51 +00:00