Skip to content

Commit

Permalink
Replace hackrf submodule (#2404)
Browse files Browse the repository at this point in the history
* replaced hackrf submodule
* updated hackrf submodule
* replaced hackrf overlay with mayhem fork
  • Loading branch information
bernd-herzog authored Dec 5, 2024
1 parent 874eba8 commit 2d8e0f8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 981 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "hackrf"]
path = hackrf
url = https://github.com/mossmann/hackrf.git
url = https://github.com/portapack-mayhem/hackrf.git
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ message("Building version: ${VERSION} MD5: ${VERSION_MD5}")
set(LICENSE_PATH ${CMAKE_CURRENT_LIST_DIR}/LICENSE)
set(HARDWARE_PATH ${CMAKE_CURRENT_LIST_DIR}/hardware)

add_subdirectory(hackrf-portapack)
add_subdirectory(hackrf/firmware)

set(HACKRF_FIRMWARE_DFU_FILENAME hackrf_usb.dfu)
set(HACKRF_FIRMWARE_BIN_FILENAME hackrf_usb_ram.bin)
Expand Down
93 changes: 0 additions & 93 deletions hackrf-portapack/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 2d8e0f8

Please sign in to comment.