furrtek
|
8009a9b543
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
firmware/application/Makefile
firmware/application/analog_audio_app.cpp
firmware/application/analog_audio_app.hpp
firmware/application/event.cpp
firmware/application/irq_ipc.hpp
firmware/application/portapack.hpp
firmware/application/receiver_model.cpp
firmware/application/receiver_model.hpp
firmware/application/recent_entries.cpp
firmware/application/string_format.hpp
firmware/application/ui_debug.cpp
firmware/application/ui_debug.hpp
firmware/application/ui_menu.cpp
firmware/application/ui_navigation.cpp
firmware/application/ui_navigation.hpp
firmware/application/ui_receiver.cpp
firmware/application/ui_receiver.hpp
firmware/application/ui_sd_card_status_view.cpp
firmware/application/ui_sd_card_status_view.hpp
firmware/application/ui_setup.cpp
firmware/application/ui_setup.hpp
firmware/application/ui_spectrum.hpp
firmware/baseband-tx/dsp_fir_taps.cpp
firmware/baseband-tx/dsp_fir_taps.hpp
firmware/baseband-tx/irq_ipc_m4.cpp
firmware/baseband-tx/irq_ipc_m4.hpp
firmware/baseband-tx/proc_audiotx.cpp
firmware/baseband/Makefile
firmware/baseband/audio_output.cpp
firmware/baseband/audio_output.hpp
firmware/baseband/block_decimator.hpp
firmware/baseband/dsp_decimate.cpp
firmware/baseband/dsp_decimate.hpp
firmware/baseband/dsp_demodulate.cpp
firmware/baseband/dsp_demodulate.hpp
firmware/baseband/dsp_fir_taps.cpp
firmware/baseband/irq_ipc_m4.cpp
firmware/baseband/irq_ipc_m4.hpp
firmware/baseband/proc_am_audio.cpp
firmware/baseband/proc_am_audio.hpp
firmware/baseband/proc_nfm_audio.cpp
firmware/baseband/proc_nfm_audio.hpp
firmware/baseband/proc_wfm_audio.cpp
firmware/baseband/proc_wfm_audio.hpp
firmware/baseband/spectrum_collector.hpp
firmware/common/dsp_fir_taps.cpp
firmware/common/dsp_fir_taps.hpp
firmware/common/event.hpp
firmware/common/message.hpp
firmware/common/ui_painter.cpp
firmware/common/ui_painter.hpp
|
2016-02-04 11:35:55 +01:00 |
|
furrtek
|
6e496e2b26
|
Merge fixing, commit to catch up on recent files
|
2016-02-04 10:27:53 +01:00 |
|
furrtek
|
44638e504b
|
SYNC
|
2016-01-31 09:34:24 +01:00 |
|
Jared Boone
|
e4f5539407
|
Remove unused variables.
|
2016-01-23 17:53:33 -08:00 |
|
Jared Boone
|
14f18d5cf7
|
Reduce use of unsigned integers when signed will do fine.
|
2016-01-23 17:53:16 -08:00 |
|
Jared Boone
|
ce481c0b5a
|
Clean up UI type static_casts.
So disgusting, but not entirely gone yet...
|
2016-01-23 17:02:16 -08:00 |
|
Jared Boone
|
1146d1fa06
|
Clean up temperature sensor rendering.
|
2015-12-17 20:36:58 -08:00 |
|
Jared Boone
|
188f692195
|
Center temperature graph in view.
|
2015-12-17 12:18:25 -08:00 |
|
Jared Boone
|
c3116eac63
|
Use reference to temperature logger, more concise.
|
2015-12-17 12:16:26 -08:00 |
|
Jared Boone
|
c92138f4b3
|
Extract calculation of temperature from raw sensor value.
|
2015-12-17 12:14:28 -08:00 |
|
Jared Boone
|
86edf01def
|
Quick and dirty temperature logger, debug view of temp vs. time.
|
2015-12-16 22:36:51 -08:00 |
|
Jared Boone
|
4ce27f51d4
|
Add WM8731 registers view.
|
2015-12-14 12:09:31 -08:00 |
|
Jared Boone
|
ee3a77f32c
|
Center RegistersWidget painting.
|
2015-12-14 11:47:43 -08:00 |
|
Jared Boone
|
56c3167156
|
Move RegistersWidget/Views methods to .cpp.
|
2015-12-14 11:30:24 -08:00 |
|
Jared Boone
|
2ee072aa7b
|
Invert register number column colors in RegistersWidget.
|
2015-12-14 11:24:48 -08:00 |
|
Jared Boone
|
a340cbb74b
|
Make NavigationView an implicit first argument to any instance pushed onto nav stack.
|
2015-12-14 11:18:59 -08:00 |
|
Jared Boone
|
97f29f8336
|
Clean up UI navigation push constructor scheme.
|
2015-12-14 10:22:42 -08:00 |
|
Jared Boone
|
a1aa6ecdbf
|
Eliminate per-device Views and RegisterWidgets, virtual methods.
Nice code size improvement, despite supporting three device register sets instead of just one.
|
2015-12-13 21:28:39 -08:00 |
|
Jared Boone
|
a0fbfcf6a2
|
Consolidate code and improve reuse between RegistersWidgets.
|
2015-12-13 13:22:09 -08:00 |
|
Jared Boone
|
74aa2112f4
|
Add Si5351C register view, make more space in all register views.
|
2015-12-13 12:34:51 -08:00 |
|
Jared Boone
|
5df1665994
|
Class divider comments.
|
2015-12-13 11:50:55 -08:00 |
|
Jared Boone
|
c7d49eb190
|
Expose MAX2837 registers, show registers in debug view.
|
2015-12-13 11:50:06 -08:00 |
|
Jared Boone
|
a6fbd1c5ef
|
Make DebugRFFCView into generic RegistersView.
|
2015-12-13 11:48:39 -08:00 |
|
Jared Boone
|
76845c4335
|
Extract to_string_* functions from ui_widget.
|
2015-12-02 13:38:17 -08:00 |
|
furrtek
|
5f60b004f7
|
Dynamic baseband module loading from SD card
|
2015-11-20 07:59:09 +01:00 |
|
furrtek
|
835d581e6c
|
Merged remote-tracking branch 'upstream/master'
|
2015-11-18 22:01:48 +01:00 |
|
Jared Boone
|
8f7e26b5c1
|
Break out BasebandStatsView, add main, RSSI threads.
|
2015-10-14 10:59:32 -07:00 |
|
furrtek
|
9a7657fb38
|
Play dead actually works, fixed 7bit AFSK, AFSK repeat, started whistle mode
|
2015-09-10 20:36:39 +02:00 |
|
furrtek
|
f1166205b0
|
Checkboxes, more AFSK options
|
2015-09-05 20:17:43 +02:00 |
|
furrtek
|
30531a20f2
|
Splash screen and Play Dead functionality
|
2015-09-04 20:37:27 +02:00 |
|
furrtek
|
8e0210f944
|
Savestate ! RDS (only PSN) tx
|
2015-08-23 05:08:38 +02:00 |
|
Jared Boone
|
a7226820d0
|
Hide implementation of MessageHandlerMap.
|
2015-08-14 17:31:23 -07:00 |
|
Jared Boone
|
154b40d3c9
|
Extract baseband stats into separate widget
Also removed baseband saturation indication on red (TX) LED. A saturation indicator needs to live somewhere else, and be thought out a bit more...
|
2015-07-09 11:53:10 -07:00 |
|
Jared Boone
|
dc6fee8370
|
Initial firmware commit.
|
2015-07-08 08:39:24 -07:00 |
|