add oscilloscope (time sink) app (#3059)

* POC

* submodule

* seperate bb

* seperate bb

* seperate bb

* seperate bb

* seperate bb

* sadly have to reduce history

* icon

* bring it back

* bring it back

* bb

* format and move bb outside
This commit is contained in:
zxkmm
2026-03-03 02:17:02 +08:00
committed by GitHub
parent f489d43259
commit 9ca36394d0
12 changed files with 911 additions and 3 deletions
+6 -1
View File
@@ -312,6 +312,10 @@ set(EXTCPPSRC
#pocsag_tx
external/pocsag_tx/main.cpp
external/pocsag_tx/ui_pocsag_tx.cpp
#time_sink
external/time_sink/main.cpp
external/time_sink/ui_time_sink.cpp
)
set(EXTAPPLIST
@@ -386,10 +390,11 @@ set(EXTAPPLIST
siggen
morse_radio
morseradiotx
keeloqtx
keeloqtx
rtty_rx
rtty_tx
pocsag_tx
time_sink
)
# sdusb has type conflicts with PRALINE (HackRF Pro) - add only for non-PRALINE builds