portapack-mayhem/firmware/application
2016-04-23 17:30:55 -07: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 Add simple record UI to audio app. 2016-04-22 12:30:02 -07:00
analog_audio_app.hpp Add simple record UI to audio app. 2016-04-22 12:30:02 -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
bitmap.hpp Consolidate bitmaps for reuse. 2016-04-22 11:57:46 -07:00
capture_app.cpp Rename AudioThread -> CaptureThread. 2016-04-22 12:15:51 -07:00
capture_app.hpp Rename AudioThread -> CaptureThread. 2016-04-22 12:15:51 -07:00
capture_thread.cpp Rename AudioThread -> CaptureThread. 2016-04-22 12:15:51 -07:00
capture_thread.hpp Rename EVT_FIFO_HIGHWATER -> EVT_MASK_CAPTURE_THREAD. 2016-04-23 17:30:55 -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 Rename m4_startup.* to more appropriate core_control.* 2016-02-16 11:09:00 -08:00
core_control.hpp Rename m4_startup.* to more appropriate core_control.* 2016-02-16 11:09:00 -08:00
cpld_update.cpp
cpld_update.hpp
debounce.cpp
debounce.hpp
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 Remove unused EventDispatcher::thread_record. 2016-04-23 17:26:54 -07:00
event_m0.hpp Rename EVT_FIFO_HIGHWATER -> EVT_MASK_CAPTURE_THREAD. 2016-04-23 17:30:55 -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
halconf.h Disable SDC "nice waiting" for performance. 2016-04-10 17:24:28 -07:00
irq_controls.cpp
irq_controls.hpp
irq_lcd_frame.cpp
irq_lcd_frame.hpp
irq_rtc.cpp
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 Init message queues in M0 event dispatcher. 2016-02-16 11:23:02 -08:00
Makefile Rename AudioThread -> CaptureThread. 2016-04-22 12:15:51 -07:00
max2837.cpp
max2837.hpp
max5864.cpp
max5864.hpp
mcuconf.h
portapack.cpp Extract LOTS of stuff into an audio API. 2016-02-05 16:25:43 -08:00
portapack.hpp Extract LOTS of stuff into an audio API. 2016-02-05 16:25:43 -08: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
recent_entries.hpp Make Widget flags private, expose via methods. 2016-02-07 10:32:38 -08:00
rf_path.cpp
rf_path.hpp
rffc507x_spi.cpp
rffc507x_spi.hpp
rffc507x.cpp Remove dead test code. 2016-02-16 10:28:35 -08:00
rffc507x.hpp
sd_card.cpp Use correct SDC card present function. 2016-04-10 17:29:14 -07:00
sd_card.hpp
si5351.cpp
si5351.hpp
signal.hpp
spectrum_color_lut.cpp
spectrum_color_lut.hpp
spi_arbiter.hpp
spi_pp.cpp
spi_pp.hpp
string_format.cpp
string_format.hpp
temperature_logger.cpp Tighten up radio API, stop leaking 1st/2nd IF instances. 2016-02-16 10:28:13 -08:00
temperature_logger.hpp
touch_adc.cpp
touch_adc.hpp
touch.cpp More arguments pass-by-reference. 2016-02-06 16:44:19 -08:00
touch.hpp More arguments pass-by-reference. 2016-02-06 16:44:19 -08: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
tuning.cpp
tuning.hpp
ui_audio.cpp
ui_audio.hpp De-constexpr a few UI constructors. 2016-04-22 11:18:35 -07:00
ui_baseband_stats_view.cpp
ui_baseband_stats_view.hpp
ui_channel.cpp
ui_channel.hpp De-constexpr a few UI constructors. 2016-04-22 11:18:35 -07: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 De-constexpr a few UI constructors. 2016-04-22 11:18:35 -07:00
ui_font_fixed_8x16.cpp
ui_font_fixed_8x16.hpp
ui_menu.cpp Make Widget flags private, expose via methods. 2016-02-07 10:32:38 -08:00
ui_menu.hpp Fix extra, empty menu items in DebugMenuView. 2016-02-19 11:22:22 -08:00
ui_navigation.cpp Use automatic file naming for screen capture .png files. 2016-04-20 10:22:05 -07:00
ui_navigation.hpp Consolidate bitmaps for reuse. 2016-04-22 11:57:46 -07: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
ui_rssi.hpp De-constexpr a few UI constructors. 2016-04-22 11:18:35 -07: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 Consolidate bitmaps for reuse. 2016-04-22 11:57:46 -07: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 Make assorted arguments pass-by-reference. 2016-02-06 16:23:20 -08:00
ui_setup.hpp Remove some unused member variables. 2016-02-06 16:23:38 -08:00
ui_spectrum.cpp Change justification of spectrum right tick label. 2016-04-21 11:36:07 -07:00
ui_spectrum.hpp Initialize Spectrum FIFO pointer to nullptr. 2016-01-30 22:23:22 -08:00