Udpdate hackrf submodule (#2906)

* add missing parameter to usb endpoint init
* make firmware compile with latest hackrf
* updated submodule
* format code
This commit is contained in:
gullradriel
2026-01-10 16:19:53 +01:00
committed by GitHub
parent dc976c7f38
commit cd504eb4a7
5 changed files with 17 additions and 16 deletions
+2 -1
View File
@@ -497,7 +497,6 @@ set(MODE_CPPSRC
)
DeclareTargets(PFUT flash_utility)
### Place external app and disabled images below so they don't get added to the firmware
set(add_to_firmware FALSE)
set(MODE_FLAGS "-O3")
@@ -681,6 +680,8 @@ set(MODE_CPPSRC
sd_over_usb/usb_descriptor.c
sd_over_usb/hackrf_core.c
${HACKRF_PATH}/firmware/common/adc.c
${HACKRF_PATH}/firmware/common/selftest.c
${HACKRF_PATH}/firmware/common/usb.c
${HACKRF_PATH}/firmware/common/usb_queue.c
${HACKRF_PATH}/firmware/hackrf_usb/usb_device.c