portapack-mayhem/firmware/application
2016-02-02 13:39:02 -08:00
..
ais_app.cpp Really dumb list view columns structures. 2016-01-27 09:02:17 -08:00
ais_app.hpp Add titles for transponder apps. 2016-01-26 13:08:46 -08:00
analog_audio_app.cpp Move modulation configuration into ReceiverModel. 2016-02-02 13:39:02 -08:00
analog_audio_app.hpp Move modulation configuration into ReceiverModel. 2016-02-02 13:39:02 -08:00
baseband_cpld.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
baseband_cpld.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
chconf.h Initial firmware commit. 2015-07-08 08:39:24 -07:00
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
cpld_update.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
cpld_update.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
debounce.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
debounce.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
dirty_registers.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
encoder.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
encoder.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
ert_app.cpp Fix initial focus on ERT, TPMS apps. 2016-01-27 10:18:44 -08:00
ert_app.hpp Fix initial focus on ERT, TPMS apps. 2016-01-27 10:18:44 -08:00
event_m0.cpp Recover from display sleep, use LCD sleep function. 2016-01-27 21:05:28 -08:00
event_m0.hpp Recover from display sleep, use LCD sleep function. 2016-01-27 21:05:28 -08:00
ffconf.h Enable FatFs string functions. 2015-11-10 15:30:43 -08:00
file.cpp Extract general File class from LogFile. 2016-01-17 14:20:02 -08:00
file.hpp Extract general File class from LogFile. 2016-01-17 14:20:02 -08:00
halconf.h Initial firmware commit. 2015-07-08 08:39:24 -07:00
irq_controls.cpp Move event.* code into event_m[04].*. 2016-01-12 22:00:42 -08:00
irq_controls.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
irq_lcd_frame.cpp Move event.* code into event_m[04].*. 2016-01-12 22:00:42 -08:00
irq_lcd_frame.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
irq_rtc.cpp Move event.* code into event_m[04].*. 2016-01-12 22:00:42 -08:00
irq_rtc.hpp Extract RTC interrupt handler into separate files. 2015-08-14 20:57:40 -07:00
log_file.cpp Extract general File class from LogFile. 2016-01-17 14:20:02 -08:00
log_file.hpp Extract general File class from LogFile. 2016-01-17 14:20:02 -08:00
m4_startup.cpp Add Shutdown message, plumbing to send and handle. 2015-08-20 18:03:49 -07:00
m4_startup.hpp Add Shutdown message, plumbing to send and handle. 2015-08-20 18:03:49 -07:00
main.cpp Unclever first attempt at display sleep. 2016-01-27 20:33:54 -08:00
Makefile Move ReceiverView code to AnalogAudioView. 2016-01-31 09:13:44 -08:00
max2837.cpp More application of range_t methods. 2016-01-27 14:55:03 -08:00
max2837.hpp More application of range_t methods. 2016-01-27 14:55:03 -08:00
max5864.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
max5864.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
mcuconf.h Initial firmware commit. 2015-07-08 08:39:24 -07:00
portapack.cpp Expose instance clock_manager in portapack.hpp. 2016-01-29 15:21:33 -08:00
portapack.hpp Expose instance clock_manager in portapack.hpp. 2016-01-29 15:21:33 -08:00
radio.cpp RF antenna bias voltage control API. 2016-01-23 11:30:00 -08:00
radio.hpp RF antenna bias voltage control API. 2016-01-23 11:30:00 -08:00
receiver_model.cpp Move modulation configuration into ReceiverModel. 2016-02-02 13:39:02 -08:00
receiver_model.hpp Move modulation configuration into ReceiverModel. 2016-02-02 13:39:02 -08:00
recent_entries.cpp Extract RecentEntries stuff to separate files. 2016-01-17 21:42:15 -08:00
recent_entries.hpp Another tweak to sane-ify transponder apps initial focus. 2016-01-27 10:49:17 -08:00
rf_path.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
rf_path.hpp Make better use of range_t methods. 2016-01-27 14:46:45 -08:00
rffc507x_spi.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
rffc507x_spi.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
rffc507x.cpp Make better use of range_t methods. 2016-01-27 14:46:45 -08:00
rffc507x.hpp RF antenna bias voltage control API. 2016-01-23 11:30:00 -08:00
sd_card.cpp Expose current SD card status. 2016-01-13 23:08:22 -08:00
sd_card.hpp Expose current SD card status. 2016-01-13 23:08:22 -08:00
si5351.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
si5351.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
signal.hpp Add Signal for callbacks within a process (code executing on one core). 2015-12-01 10:27:46 -08:00
spectrum_color_lut.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
spectrum_color_lut.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
spi_arbiter.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
spi_pp.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
spi_pp.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
string_format.cpp Add AIS last position timestamp to details view. 2016-01-15 18:15:34 -08:00
string_format.hpp Add AIS last position timestamp to details view. 2016-01-15 18:15:34 -08:00
temperature_logger.cpp Method to read TemperatureLogger record capacity. 2015-12-17 12:12:22 -08:00
temperature_logger.hpp Method to read TemperatureLogger record capacity. 2015-12-17 12:12:22 -08:00
touch_adc.cpp Unify duplicated code between touch_adc.cpp and rssi.cpp. 2015-07-08 16:00:18 -07:00
touch_adc.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
touch.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
touch.hpp Increase touch sensitivity a bit. 2015-09-02 18:48:51 -07:00
tpms_app.cpp Fix initial focus on ERT, TPMS apps. 2016-01-27 10:18:44 -08:00
tpms_app.hpp Fix initial focus on ERT, TPMS apps. 2016-01-27 10:18:44 -08:00
tuning.cpp Remove GCC-isms interfering with host-based testing. 2016-01-27 20:20:34 -08:00
tuning.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
ui_audio.cpp Improve clipping of RSSI, baseband, audio bar graphs. 2016-01-27 12:50:33 -08:00
ui_audio.hpp Missing #includes. 2016-01-09 12:17:17 -08:00
ui_baseband_stats_view.cpp Remove message_map from Context. 2016-01-13 15:46:04 -08:00
ui_baseband_stats_view.hpp Break out BasebandStatsView, add main, RSSI threads. 2015-10-14 10:59:32 -07:00
ui_channel.cpp Improve clipping of RSSI, baseband, audio bar graphs. 2016-01-27 12:50:33 -08:00
ui_channel.hpp Missing #includes. 2016-01-09 12:17:17 -08:00
ui_console.cpp Clean up UI type static_casts. 2016-01-23 17:02:16 -08:00
ui_console.hpp Switching between waterfall and console mode. 2015-11-06 09:40:03 -08:00
ui_debug.cpp Remove unused variables. 2016-01-23 17:53:33 -08:00
ui_debug.hpp Reduce use of unsigned integers when signed will do fine. 2016-01-23 17:53:16 -08:00
ui_font_fixed_8x16.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
ui_font_fixed_8x16.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
ui_menu.cpp Clean up UI type static_casts. 2016-01-23 17:02:16 -08:00
ui_menu.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
ui_navigation.cpp Move ReceiverView code to AnalogAudioView. 2016-01-31 09:13:44 -08:00
ui_navigation.hpp Unclever first attempt at display sleep. 2016-01-27 20:33:54 -08:00
ui_receiver.cpp Move ReceiverView code to AnalogAudioView. 2016-01-31 09:13:44 -08:00
ui_receiver.hpp Move ReceiverView code to AnalogAudioView. 2016-01-31 09:13:44 -08:00
ui_rssi.cpp Improve clipping of RSSI, baseband, audio bar graphs. 2016-01-27 12:50:33 -08:00
ui_rssi.hpp Missing #includes. 2016-01-09 12:17:17 -08:00
ui_sd_card_status_view.cpp Read SD card status in SDCardStatusView constructor. 2016-01-15 15:31:32 -08:00
ui_sd_card_status_view.hpp Add SD card status view to receiver UI. 2015-12-01 10:45:34 -08:00
ui_setup.cpp UI to turn on antenna bias voltage. 2016-01-23 11:32:10 -08:00
ui_setup.hpp UI to turn on antenna bias voltage. 2016-01-23 11:32:10 -08:00
ui_spectrum.cpp Reduce use of unsigned integers when signed will do fine. 2016-01-23 17:53:16 -08:00
ui_spectrum.hpp Initialize Spectrum FIFO pointer to nullptr. 2016-01-30 22:23:22 -08:00