2502 Commits

Author SHA1 Message Date
straithe
fd99b1e688 Remove Travis file 2021-11-08 16:10:04 -05:00
Michael Ossmann
ec3cf3dac9 Merge pull request #985 from lyusupov/master
sgpio_cpld_stream_rx_set_decimation() is no longer available
2021-11-08 14:08:03 -07:00
Linar Yusupov
909c0ca17f sgpio_cpld_stream_rx_set_decimation() is no longer available 2021-11-08 16:45:11 +03:00
Michael Ossmann
681d0c165b Merge pull request #981 from straithe/updateDocsHackRFPage
Update HackRF one docs page
2021-11-03 15:01:49 -06:00
straithe
5a56fff91a Update HackRF one docs pag 2021-11-02 21:07:20 -04:00
Michael Ossmann
f92d49ab23 Merge pull request #961 from straithe/updatedOperatingSystemsPage
Update installing hackrf software documentation
2021-11-02 16:39:14 -06:00
Michael Ossmann
3589bc4ed3 Merge pull request #950 from miek/operacake-cleanup
Opera Cake CLI/API cleanup
2021-10-28 17:00:55 -06:00
straithe
dcc23c40d0 Remove non-HackRF references 2021-10-25 17:41:12 -04:00
Michael Ossmann
c030776792 Merge pull request #971 from ffontaine/master
cmake/modules/FindFFTW.cmake: fix build without fftw3
2021-10-20 10:45:26 -06:00
Fabrice Fontaine
3e32f46c79 cmake/modules/FindFFTW.cmake: fix build without fftw3
Build on Linux fails if libfftw3 is not available since commit
a8c1fc92e9
which replaced
pkg_check_modules(FFTW REQUIRED fftw3f)
by
find_package(FFTW REQUIRED)

Fix this build failure by updating FindFFTW.cmake to check for fftw3f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2021-10-15 23:42:03 +02:00
Mike Walters
f5a7132805 hackrf_operacake: make main options mutually exclusive
ref #930
2021-10-15 14:45:38 +01:00
Mike Walters
4ecbd5d2c9 hackrf_operacake: add option for default dwell time
This allows for usage like this:

  $ hackrf_operacake -m time -w 1e6 -t A1 -t A2 -t A3
  $ hackrf_transfer -r /dev/null -s 1e6

ref #930
2021-10-15 14:45:38 +01:00
Mike Walters
38ed075437 operacake: replace hackrf_set_operacake_ranges with hackrf_set_operacake_freq_ranges 2021-10-15 14:45:38 +01:00
Mike Walters
0e68be7771 hackrf_operacake: simplify frequency range parsing 2021-10-15 14:45:38 +01:00
Mike Walters
07a9dd73d8 hackrf_operacake: swap argument order for frequency-switching
ref #930
2021-10-15 14:45:38 +01:00
Mike Walters
f9b923fce2 hackrf_operacake: default to address 0
ref #930
2021-10-15 14:45:38 +01:00
Michael Ossmann
988296c194 Merge pull request #931 from miek/operacake-sctimer
Opera Cake SCTimer-based antenna switching
2021-10-14 18:21:26 -06:00
Mike Walters
e41314f130 operacake: add API function to set port dwell times 2021-10-14 14:41:52 +01:00
Mike Walters
c50ebb1a36 operacake: add time switching mode 2021-10-14 14:41:52 +01:00
Schuyler St. Leger
9ee25ab48a operacake: add support for port switching using SCTimer
Based on Schuyler St. Leger's operacake-sctimer branch
2021-10-14 14:36:18 +01:00
Mike Walters
790b5d35cf operacake: add get/set switching mode functions 2021-10-14 14:36:18 +01:00
Mike Walters
7fd3db9b2b operacake: create struct for operacake state 2021-10-14 14:36:18 +01:00
Michael Ossmann
d84ff8262f Merge pull request #966 from yhetti/h1r8
HackRF One: Change fabrication attr for U4, 17-19, 21 to SMT
2021-10-13 10:26:33 -06:00
Michael Ossmann
b293750691 Merge pull request #967 from miek/fix_m0_copy
Copy M0 image directly from ROM, instead of shadow region.
2021-10-13 10:25:08 -06:00
Mike Walters
7f21c93c33 Copy M0 image directly from ROM, instead of shadow region.
This changes m0_rom_to_ram to read directly from the ROM region, rather
than copying from where .text has been copied to RAM.

Previously the second .text section would be merged with the first one,
so the M0 image would be copied to RAM during `pre_main`. However, on
newer linkers the sections are not merged together so the second .text
section did not get copied to RAM.

fixes #936
2021-10-06 18:40:34 +01:00
Taylor Streetman
19d8bd850b HackRF One: Change fabrication attr for U4, 17-19, 21 to SMT 2021-10-05 17:11:15 -06:00
Michael Ossmann
ac0983fadf Merge pull request #964 from yhetti/h1r8
Adjust pin strapping to indicate revision increment.
2021-09-28 16:44:49 -04:00
Taylor Streetman
66d1f04142 Adjust pin strapping to indicate revision increment. 2021-09-28 13:56:13 -06:00
Michael Ossmann
855440be31 Merge pull request #963 from yhetti/h1r8
HackRF One r8
2021-09-28 12:35:34 -04:00
Taylor Streetman
091ac839b7 HackRF One: Update documentation
Update date codes
Move NT3 on silkscreen
Add VBUSCTRL note to .sch
2021-09-28 10:12:28 -06:00
Michael Ossmann
fb48e629c1 HackRF One: update VBUS sense resistor values 2021-09-27 11:56:03 -06:00
Taylor Streetman
cab7129d68 HackRF One: Change all references from r6 to r8 2021-09-27 11:32:06 -06:00
Straithe
2fd10c1554 Update HackRF readme (#962)
* Updated HackRF readme
2021-09-22 18:50:10 -04:00
Straithe
76ae1f6d56 Merge pull request #954 from straithe/removeDeadLinks
update mentions page
2021-09-22 18:14:25 -04:00
straithe
92e3f48cec Add Ubuntu instructions 2021-09-22 01:29:40 -04:00
straithe
ce49451e80 Update installing hackrf software documentation 2021-09-22 01:23:09 -04:00
straithe
fcd6e658cf Update mentions 2021-09-21 09:52:04 -04:00
straithe
36f4a94a1e update mentions page 2021-09-15 17:08:38 -04:00
Michael Ossmann
1408473b38 Merge pull request #953 from straithe/capitalizeHeading
Update capitalization
2021-09-13 15:46:56 -06:00
Michael Ossmann
8b6fa216e7 Merge pull request #952 from straithe/UpdateHackRFHacksTitle
update HackRF hacks page
2021-09-13 15:46:42 -06:00
straithe
5def0bcc89 Update capitalization 2021-09-13 14:52:07 -04:00
straithe
5e205c9db3 update HackRF hacks page 2021-09-13 14:34:04 -04:00
Michael Ossmann
763f9a0b40 Merge pull request #944 from mossmann/updateindex
Update docs index
2021-09-10 13:11:04 -06:00
Michael Ossmann
fe6ca36eda Merge pull request #941 from mossmann/removedocfolder
Remove doc folder
2021-09-10 13:07:03 -06:00
straithe
27723c804c Update docs index 2021-09-02 15:38:19 -04:00
straithe
bffa5585ed Remove doc folder 2021-08-30 18:19:19 -04:00
Michael Ossmann
704725217d Merge pull request #917 from miek/operacake-addresses
Switch to using 0-7 for Opera Cake addresses
2021-07-15 14:30:04 -06:00
Straithe
2f084cd9d8 Update README with response times and documentation information (#913)
* Update README with response times and documentation information

* Update Readme

* update readme
2021-07-15 14:06:49 -06:00
Straithe
d4457469b3 updatepicturenames (#911)
* update picture names
2021-07-15 14:02:47 -06:00
Mike Walters
6aa64a80d5 hackrf_operacake: clarify output of list command
Now that addresses are in the range 0-7, this would previously output
"Operacakes found: 0" for the default board address. This is confusing
as it looks like it found no Opera Cakes.
2021-07-14 18:35:31 +01:00