Add fresh build of hackrf firmware to firmware zip (#2409)

* added fresh build of hackrf firmware to firmware zip

* refactoring

* refactoring
This commit is contained in:
Bernd Herzog
2024-12-06 13:02:00 +01:00
committed by GitHub
parent ac89ca2a2a
commit 8e2442f196
6 changed files with 8 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ add_subdirectory(hackrf/firmware)
set(HACKRF_FIRMWARE_DFU_FILENAME hackrf_usb.dfu)
set(HACKRF_FIRMWARE_BIN_FILENAME hackrf_usb_ram.bin)
set(HACKRF_FIRMWARE_FILENAME hackrf_usb.bin)
set(HACKRF_CPLD_XSVF_FILENAME default.xsvf)
set(HACKRF_PATH ${CMAKE_CURRENT_LIST_DIR}/hackrf)