portapack-mayhem/firmware/application
furrtek 1b0da68d65 Merge remote-tracking branch 'upstream/master'
Conflicts:
	firmware/application/Makefile
	firmware/application/core_control.cpp
	firmware/application/touch.cpp
	firmware/application/ui_debug.cpp
	firmware/application/ui_debug.hpp
	firmware/application/ui_navigation.cpp
	firmware/baseband/baseband_thread.cpp
2016-04-21 20:36:19 +02:00
..
ais_app.cpp Remove unused code. 2016-02-22 14:18:20 -08:00
ais_app.hpp Create log files on heap. 2016-02-10 20:53:14 -08:00
analog_audio_app.cpp Use sequential file naming for audio recording. 2016-04-20 10:22:50 -07:00
analog_audio_app.hpp Extract VGAGainField. 2016-04-12 10:48:24 -07:00
audio_thread.cpp Semi-naive audio recording to SD card. 2016-04-11 10:20:19 -07:00
audio_thread.hpp Change file recording behavior to create new file instead of appending. 2016-04-20 10:24:39 -07:00
audio.cpp Extract LOTS of stuff into an audio API. 2016-02-05 16:25:43 -08:00
audio.hpp Extract LOTS of stuff into an audio API. 2016-02-05 16:25:43 -08:00
baseband_api.cpp Hide baseband queue code inside baseband "API". 2016-02-10 20:11:19 -08:00
baseband_api.hpp Hide baseband queue code inside baseband "API". 2016-02-10 20:11:19 -08:00
baseband_cpld.cpp
baseband_cpld.hpp
capture_app.cpp Use sequential file naming for baseband capture files. 2016-04-20 10:23:59 -07:00
capture_app.hpp Widen capture mode sampling rate, baseband filter. 2016-04-20 09:54:19 -07:00
chconf.h
clock_manager.cpp Insert IDIVC into audio MCLK path, so it can be divided. 2016-01-29 15:17:05 -08:00
clock_manager.hpp Insert IDIVC into audio MCLK path, so it can be divided. 2016-01-29 15:17:05 -08:00
core_control.cpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
core_control.hpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
cpld_update.cpp
cpld_update.hpp
debounce.cpp
debounce.hpp
demofont.hpp Completely useless "about" screen 2016-01-30 00:28:05 +01:00
dirty_registers.hpp
encoder.cpp
encoder.hpp
ert_app.cpp Add ERT commodity type. 2016-04-06 16:16:10 -07:00
ert_app.hpp Add ERT commodity type. 2016-04-06 16:16:10 -07:00
event_m0.cpp Signal SD card write thread from M4 event. 2016-04-11 10:20:19 -07:00
event_m0.hpp Signal SD card write thread from M4 event. 2016-04-11 10:20:19 -07:00
ffconf.h Enable FatFs f_findfirst, f_findnext. 2016-04-19 11:57:22 -07:00
file.cpp Functions to select next filename based on matching pattern. 2016-04-20 09:57:17 -07:00
file.hpp Functions to select next filename based on matching pattern. 2016-04-20 09:57:17 -07:00
fox_bmp.hpp Completely useless "about" screen 2016-01-30 00:28:05 +01:00
halconf.h Disable SDC "nice waiting" for performance. 2016-04-10 17:24:28 -07:00
irq_controls.cpp SYNC 2016-01-31 09:34:24 +01:00
irq_controls.hpp
irq_lcd_frame.cpp SYNC 2016-01-31 09:34:24 +01:00
irq_lcd_frame.hpp
irq_rtc.cpp SYNC 2016-01-31 09:34:24 +01:00
irq_rtc.hpp
log_file.cpp Create log files on heap. 2016-02-10 20:53:14 -08:00
log_file.hpp Create log files on heap. 2016-02-10 20:53:14 -08:00
main.cpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
Makefile Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
max2837.cpp SYNC 2016-01-31 09:34:24 +01:00
max2837.hpp SYNC 2016-01-31 09:34:24 +01:00
max5864.cpp
max5864.hpp
mcuconf.h Completely useless "about" screen 2016-01-30 00:28:05 +01:00
portapack.cpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
portapack.hpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
radio.cpp Tighten up radio API, stop leaking 1st/2nd IF instances. 2016-02-16 10:28:13 -08:00
radio.hpp Tighten up radio API, stop leaking 1st/2nd IF instances. 2016-02-16 10:28:13 -08:00
receiver_model.cpp Hide baseband queue code inside baseband "API". 2016-02-10 20:11:19 -08:00
receiver_model.hpp Capture UI basic controls. 2016-04-12 10:56:00 -07:00
recent_entries.cpp SYNC 2016-01-31 09:34:24 +01:00
recent_entries.hpp Make Widget flags private, expose via methods. 2016-02-07 10:32:38 -08:00
rf_path.cpp
rf_path.hpp SYNC 2016-01-31 09:34:24 +01:00
rffc507x_spi.cpp
rffc507x_spi.hpp
rffc507x.cpp Remove dead test code. 2016-02-16 10:28:35 -08:00
rffc507x.hpp SYNC 2016-01-31 09:34:24 +01:00
sd_card.cpp Use correct SDC card present function. 2016-04-10 17:29:14 -07:00
sd_card.hpp SYNC 2016-01-31 09:34:24 +01:00
si5351.cpp
si5351.hpp
signal.hpp SYNC 2016-01-31 09:34:24 +01:00
spectrum_analysis_app.cpp Move ReceiverView code to AnalogAudioView. 2016-01-31 09:13:44 -08:00
spectrum_analysis_app.hpp Move ReceiverView code to AnalogAudioView. 2016-01-31 09:13:44 -08:00
spectrum_color_lut.cpp
spectrum_color_lut.hpp
spi_arbiter.hpp
spi_pp.cpp
spi_pp.hpp
splash.bmp
splash.hpp Xylos (CCIR tones) TX, jammer update, SD card mod load 2016-01-03 07:24:30 +01:00
string_format.cpp SYNC 2016-01-31 09:34:24 +01:00
string_format.hpp SYNC 2016-01-31 09:34:24 +01:00
temperature_logger.cpp Tighten up radio API, stop leaking 1st/2nd IF instances. 2016-02-16 10:28:13 -08:00
temperature_logger.hpp SYNC 2016-01-31 09:34:24 +01:00
touch_adc.cpp
touch_adc.hpp
touch.cpp More arguments pass-by-reference. 2016-02-06 16:44:19 -08:00
touch.hpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
tpms_app.cpp Add TPMS signal_type. 2016-04-06 17:04:40 -07:00
tpms_app.hpp Add TPMS signal_type. 2016-04-06 17:04:40 -07:00
transmitter_model.cpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
transmitter_model.hpp "At least it builds, now" 2016-02-05 17:40:14 +01:00
tuning.cpp SYNC 2016-01-31 09:34:24 +01:00
tuning.hpp
ui_about.cpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
ui_about.hpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
ui_afskrx.cpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
ui_afskrx.hpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
ui_afsksetup.cpp "At least it builds, now" 2016-02-05 17:40:14 +01:00
ui_afsksetup.hpp "At least it builds, now" 2016-02-05 17:40:14 +01:00
ui_alphanum.cpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
ui_alphanum.hpp Completely useless "about" screen 2016-01-30 00:28:05 +01:00
ui_audio.cpp SYNC 2016-01-31 09:34:24 +01:00
ui_audio.hpp SYNC 2016-01-31 09:34:24 +01:00
ui_baseband_stats_view.cpp SYNC 2016-01-31 09:34:24 +01:00
ui_baseband_stats_view.hpp
ui_channel.cpp SYNC 2016-01-31 09:34:24 +01:00
ui_channel.hpp SYNC 2016-01-31 09:34:24 +01:00
ui_console.cpp Make assorted arguments pass-by-reference. 2016-02-06 16:23:20 -08:00
ui_console.hpp Make assorted arguments pass-by-reference. 2016-02-06 16:23:20 -08:00
ui_debug.cpp Add SD card debug view. 2016-04-10 17:16:39 -07:00
ui_debug.hpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
ui_font_fixed_8x16.cpp
ui_font_fixed_8x16.hpp
ui_jammer.cpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
ui_jammer.hpp "At least it builds, now" 2016-02-05 17:40:14 +01:00
ui_lcr.cpp Loadmodule emergency fix 2016-02-06 23:19:28 +01:00
ui_lcr.hpp Loadmodule emergency fix 2016-02-06 23:19:28 +01:00
ui_loadmodule.cpp Loadmodule emergency fix 2016-02-06 23:19:28 +01:00
ui_loadmodule.hpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
ui_menu.cpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
ui_menu.hpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
ui_navigation.cpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
ui_navigation.hpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
ui_numbers.cpp Completely useless "about" screen 2016-01-30 00:28:05 +01:00
ui_numbers.hpp Completely useless "about" screen 2016-01-30 00:28:05 +01:00
ui_rds.cpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
ui_rds.hpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
ui_receiver.cpp Extract VGAGainField. 2016-04-12 10:48:24 -07:00
ui_receiver.hpp Extract VGAGainField. 2016-04-12 10:48:24 -07:00
ui_rssi.cpp SYNC 2016-01-31 09:34:24 +01:00
ui_rssi.hpp SYNC 2016-01-31 09:34:24 +01:00
ui_sd_card_debug.cpp Add SD card debug view. 2016-04-10 17:16:39 -07:00
ui_sd_card_debug.hpp Add SD card debug view. 2016-04-10 17:16:39 -07:00
ui_sd_card_status_view.cpp Fix SD error icon. 2016-02-18 21:32:25 -08:00
ui_sd_card_status_view.hpp SD card status view inherits from new Image class. 2016-02-03 15:50:14 -08:00
ui_setup.cpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
ui_setup.hpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
ui_sigfrx.cpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
ui_sigfrx.hpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
ui_spectrum.cpp Hide baseband queue code inside baseband "API". 2016-02-10 20:11:19 -08:00
ui_spectrum.hpp SYNC 2016-01-31 09:34:24 +01:00
ui_whistle.cpp Added missing files, ENUMed modulation modes 2016-01-05 11:47:46 +01:00
ui_whistle.hpp "At least it builds, now" 2016-02-05 17:40:14 +01:00
ui_xylos.cpp Merge fixing, commit to catch up on recent files 2016-02-04 10:27:53 +01:00
ui_xylos.hpp "At least it builds, now" 2016-02-05 17:40:14 +01:00
ymdata.hpp Completely useless "about" screen 2016-01-30 00:28:05 +01:00