PortaPack: Move UI code to hackrf_usb project.
by Jared Boone 6 years 5 months
PortaPack: Move UI code to hackrf_usb project.

Was in common/ and in the common CMake file, which meant it was being included in the blinky project, which was unnecessary.
499ac3ad
PortaPack: If hardware not detected, try to init O...
by Jared Boone 6 years 5 months
PortaPack: If hardware not detected, try to init OperaCake.
7b86403c
Merge branch 'jboone-master' into mossmann-master
by Dominic Spill 6 years 5 months
f1b55690
Merge branch 'master' of https://github.com/jboone...
by Dominic Spill 6 years 5 months
Merge branch 'master' of https://github.com/jboone/hackrf into jboone-master
bc2b8568
Merge branch 'jboone-master' into mossmann-master
by Dominic Spill 6 years 5 months
0a919bb6
Workaround for avoiding conflicting libopencm3 tar...
by Dominic Spill 6 years 5 months
Workaround for avoiding conflicting libopencm3 targets
31079258
PortaPack: Add build option info to firmware READM...
by Jared Boone 6 years 5 months
PortaPack: Add build option info to firmware README
1820c67a
Merge branch 'master' of https://github.com/jboone...
by Dominic Spill 6 years 5 months
Merge branch 'master' of https://github.com/jboone/hackrf into jboone-master
62efaf5d
CMake: Move libopencm3 dependency out of CMake inc...
by Jared Boone 6 years 6 months
CMake: Move libopencm3 dependency out of CMake include file.

Don't declare the libopencm3 target once from each project subdirectory. CMake will complain terribly.
e433bee0
blinky: Remove dependency on CPLD JTAG API.
by Jared Boone 6 years 6 months
blinky: Remove dependency on CPLD JTAG API.

Shouldn't need that just to blink an LED!
65b41fb8
Report a bug