portapack-mayhem/firmware/baseband
Jared Boone 052fd1c407 Extract loop into static method.
Performance boost as compiler is no longer updating member variable every pass through the loop.
2017-01-06 16:59:57 -08:00
..
audio_compressor.cpp Change baseband floats to normalize at +/-1.0. 2016-02-14 12:38:50 -08:00
audio_compressor.hpp Audio compressor implementation. 2016-02-13 11:19:07 -08:00
audio_dma.cpp Rename GPDMA channel disable_force() to disable(). 2016-01-10 10:11:16 -08:00
audio_dma.hpp Move I2S management to application side. 2016-02-05 15:25:08 -08:00
audio_output.cpp Provide AudioOutput::set_stream(). 2016-04-23 14:55:59 -07:00
audio_output.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
audio_stats_collector.cpp Change baseband floats to normalize at +/-1.0. 2016-02-14 12:38:50 -08:00
audio_stats_collector.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
baseband_dma.cpp wait_for_buffer() now handles TX buffers. 2016-08-10 10:34:14 -07:00
baseband_dma.hpp wait_for_buffer() now handles TX buffers. 2016-08-10 10:34:14 -07:00
baseband_processor.cpp Create AudioOutput singleton, from extracted BasebandProcessor code. 2016-01-10 20:25:24 -08:00
baseband_processor.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
baseband_stats_collector.cpp Consolidating M4-specific saturation flag code. 2016-01-04 12:00:52 -08:00
baseband_stats_collector.hpp Move BasebandStatsCollector code into .cpp, as much as possible. 2016-01-04 11:49:39 -08:00
baseband_thread.cpp C++14: Decommission my own make_unique. 2017-01-05 17:14:07 -08:00
baseband_thread.hpp Disallow copy constructors/assignments. 2016-11-26 16:52:57 -08:00
baseband.cpp baseband: Move all init code into baseband.cpp. 2016-07-24 21:34:38 -07:00
block_decimator.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
channel_decimator.cpp Fix inaccurate comment. 2015-12-20 13:33:08 -08:00
channel_decimator.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
channel_stats_collector.hpp Extract loop into static method. 2017-01-06 16:59:57 -08:00
chconf.h Remove ChibiOS registry, thread names. 2016-02-09 11:36:38 -08:00
clock_recovery.cpp Complete rewrite of clock recovery, lots of refactoring. 2015-11-06 09:39:59 -08:00
clock_recovery.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
CMakeLists.txt Compile firmware as C++14. 2017-01-05 17:15:00 -08:00
dsp_decimate.cpp Introduce simd32_t type. 2017-01-06 16:57:36 -08:00
dsp_decimate.hpp Work around apparent alignment bug in G++ 5.4.1? 2016-11-26 16:58:42 -08:00
dsp_demodulate.cpp Introduce simd32_t type. 2017-01-06 16:57:36 -08:00
dsp_demodulate.hpp Change baseband floats to normalize at +/-1.0. 2016-02-14 12:38:50 -08:00
dsp_squelch.cpp Change baseband audio processing pipeline to all floats. 2016-01-11 16:15:42 -08:00
dsp_squelch.hpp Change baseband audio processing pipeline to all floats. 2016-01-11 16:15:42 -08:00
event_m4.cpp Clear baseband message for non-shutdown messages. 2016-07-02 16:02:03 -07:00
event_m4.hpp Give new Processor to EventDispatcher. 2016-06-25 11:14:28 -07: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 Disable SDC "nice waiting" for performance. 2016-04-10 17:24:28 -07:00
linear_resampler.hpp Default constructors and configure methods for baseband classes. 2015-11-06 09:40:05 -08:00
matched_filter.cpp Init matched filter output variable. 2016-02-06 16:24:14 -08:00
matched_filter.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
mcuconf.h Allow overriding baseband mcuconf.h M4 clock config. 2016-11-05 10:40:05 -07:00
ook.hpp Fix narrowing conversion warnings. 2016-11-28 12:09:02 -08:00
packet_builder.cpp Rework BitHistory, BitPattern, PacketBuilder. 2015-11-09 14:38:09 -08:00
packet_builder.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
phase_accumulator.hpp OOK slicer, clock recovery classes. 2016-04-11 11:50:03 -07:00
phase_detector.hpp Rework phase detector. 2016-06-01 15:22:21 -07:00
proc_ais.cpp Clean up baseband processors to each have a main(). 2016-07-24 21:42:11 -07:00
proc_ais.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
proc_am_audio.cpp Clean up baseband processors to each have a main(). 2016-07-24 21:42:11 -07:00
proc_am_audio.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
proc_capture.cpp Clean up baseband processors to each have a main(). 2016-07-24 21:42:11 -07:00
proc_capture.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
proc_ert.cpp Clean up baseband processors to each have a main(). 2016-07-24 21:42:11 -07:00
proc_ert.hpp ERT: Add RSSI reporter to processor. 2016-07-25 16:12:13 -07:00
proc_nfm_audio.cpp Clean up baseband processors to each have a main(). 2016-07-24 21:42:11 -07:00
proc_nfm_audio.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
proc_tpms.cpp Clean up baseband processors to each have a main(). 2016-07-24 21:42:11 -07:00
proc_tpms.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
proc_wfm_audio.cpp Clean up baseband processors to each have a main(). 2016-07-24 21:42:11 -07:00
proc_wfm_audio.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
proc_wideband_spectrum.cpp Clean up baseband processors to each have a main(). 2016-07-24 21:42:11 -07:00
proc_wideband_spectrum.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
rssi_dma.cpp Simplify RSSI/BB DMA, extract to ThreadWait class. 2016-02-09 10:41:19 -08:00
rssi_dma.hpp Remove unused DMA Handler types. 2016-06-22 11:22:28 -07:00
rssi_stats_collector.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
rssi_thread.cpp Remove thread pointer checking. 2016-06-24 15:46:53 -07:00
rssi_thread.hpp Change baseband, RSSI threads to be more RAII. 2016-06-24 15:34:49 -07:00
rssi.cpp C++14: make some wrapper classes static. 2017-01-05 17:10:00 -08:00
rssi.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
spectrum_collector.cpp Spectrum: Templatize various window functions. 2016-10-03 12:31:40 -07:00
spectrum_collector.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
stream_input.cpp Refactor of capture buffer management between cores. 2016-05-10 14:12:37 -07:00
stream_input.hpp Disallow copy constructors/assignments. 2016-11-26 16:52:57 -08:00
symbol_coding.hpp Refactor bit pattern matching. 2015-11-06 09:40:00 -08:00
touch_dma.cpp Rename GPDMA channel disable_force() to disable(). 2016-01-10 10:11:16 -08:00
touch_dma.hpp Remove unused DMA Handler types. 2016-06-22 11:22:28 -07:00