portapack-mayhem/firmware/baseband
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
..
audio_dma.cpp SYNC 2016-01-31 09:34:24 +01:00
audio_dma.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
audio_output.cpp SYNC 2016-01-31 09:34:24 +01:00
audio_output.hpp SYNC 2016-01-31 09:34:24 +01:00
audio_stats_collector.cpp SYNC 2016-01-31 09:34:24 +01:00
audio_stats_collector.hpp SYNC 2016-01-31 09:34:24 +01:00
baseband_dma.cpp SYNC 2016-01-31 09:34:24 +01:00
baseband_dma.hpp Integerized the waveform table 2015-08-24 05:16:55 +02:00
baseband_processor.cpp SYNC 2016-01-31 09:34:24 +01:00
baseband_processor.hpp SYNC 2016-01-31 09:34:24 +01:00
baseband_stats_collector.cpp SYNC 2016-01-31 09:34:24 +01:00
baseband_stats_collector.hpp SYNC 2016-01-31 09:34:24 +01:00
baseband_thread.cpp SYNC 2016-01-31 09:34:24 +01:00
baseband_thread.hpp SYNC 2016-01-31 09:34:24 +01:00
block_decimator.hpp SYNC 2016-01-31 09:34:24 +01:00
channel_decimator.cpp SYNC 2016-01-31 09:34:24 +01:00
channel_decimator.hpp SYNC 2016-01-31 09:34:24 +01:00
channel_stats_collector.hpp SYNC 2016-01-31 09:34:24 +01:00
chconf.h Initial firmware commit. 2015-07-08 08:39:24 -07:00
clock_recovery.cpp Complete rewrite of clock recovery, lots of refactoring. 2015-11-06 09:39:59 -08:00
clock_recovery.hpp Add some baseband constructors. 2015-11-10 14:04:50 -08:00
description Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
dsp_decimate.cpp SYNC 2016-01-31 09:34:24 +01:00
dsp_decimate.hpp SYNC 2016-01-31 09:34:24 +01:00
dsp_demodulate.cpp Use more accurate arctan for NBFM demodulation. 2016-02-02 16:15:14 -08:00
dsp_demodulate.hpp SYNC 2016-01-31 09:34:24 +01:00
dsp_iir.cpp SYNC 2016-01-31 09:34:24 +01:00
dsp_squelch.cpp SYNC 2016-01-31 09:34:24 +01:00
dsp_squelch.hpp SYNC 2016-01-31 09:34:24 +01:00
event_m4.cpp SYNC 2016-01-31 09:34:24 +01:00
event_m4.hpp SYNC 2016-01-31 09:34:24 +01:00
fxpt_atan2.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
fxpt_atan2.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
gpdma_lli.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
halconf.h Initial firmware commit. 2015-07-08 08:39:24 -07:00
linear_resampler.hpp Default constructors and configure methods for baseband classes. 2015-11-06 09:40:05 -08:00
main.cpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
Makefile SYNC 2016-01-31 09:34:24 +01:00
matched_filter.cpp SYNC 2016-01-31 09:34:24 +01:00
matched_filter.hpp SYNC 2016-01-31 09:34:24 +01:00
mcuconf.h Fix clock configuration for M4. 2015-08-14 12:21:49 -07:00
name Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
packet_builder.cpp Rework BitHistory, BitPattern, PacketBuilder. 2015-11-09 14:38:09 -08:00
packet_builder.hpp SYNC 2016-01-31 09:34:24 +01:00
proc_afskrx.cpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
proc_afskrx.hpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
proc_ais.cpp SYNC 2016-01-31 09:34:24 +01:00
proc_ais.hpp SYNC 2016-01-31 09:34:24 +01:00
proc_am_audio.cpp SYNC 2016-01-31 09:34:24 +01:00
proc_am_audio.hpp SYNC 2016-01-31 09:34:24 +01:00
proc_ert.cpp SYNC 2016-01-31 09:34:24 +01:00
proc_ert.hpp SYNC 2016-01-31 09:34:24 +01:00
proc_nfm_audio.cpp Reinstate and slightly tweak NBFM squelch. 2016-02-02 16:08:18 -08:00
proc_nfm_audio.hpp Merge remote-tracking branch 'upstream/master' 2016-02-04 11:35:55 +01:00
proc_sigfrx.cpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
proc_sigfrx.hpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
proc_tpms.cpp SYNC 2016-01-31 09:34:24 +01:00
proc_tpms.hpp SYNC 2016-01-31 09:34:24 +01:00
proc_wfm_audio.cpp SYNC 2016-01-31 09:34:24 +01:00
proc_wfm_audio.hpp SYNC 2016-01-31 09:34:24 +01:00
proc_wideband_spectrum.cpp SYNC 2016-01-31 09:34:24 +01:00
proc_wideband_spectrum.hpp SYNC 2016-01-31 09:34:24 +01:00
rssi_dma.cpp SYNC 2016-01-31 09:34:24 +01:00
rssi_dma.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
rssi_stats_collector.hpp SYNC 2016-01-31 09:34:24 +01:00
rssi_thread.cpp SYNC 2016-01-31 09:34:24 +01:00
rssi_thread.hpp SYNC 2016-01-31 09:34:24 +01:00
rssi.cpp Unify duplicated code between touch_adc.cpp and rssi.cpp. 2015-07-08 16:00:18 -07:00
rssi.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
spectrum_collector.cpp SYNC 2016-01-31 09:34:24 +01:00
spectrum_collector.hpp SYNC 2016-01-31 09:34:24 +01:00
symbol_coding.hpp Refactor bit pattern matching. 2015-11-06 09:40:00 -08:00
thread_base.hpp SYNC 2016-01-31 09:34:24 +01:00
touch_dma.cpp SYNC 2016-01-31 09:34:24 +01:00
touch_dma.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00