..
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
baseband_sgpio.cpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
baseband_sgpio.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
Switch RFFC5072, MAX2837 back to 40MHz reference.
2015-09-02 17:45:19 -07:00
clock_manager.hpp
Function to adjust clock generator XTAL PLL frequency.
2015-08-24 12:09:11 -07: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
event.cpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
event.hpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
ffconf.h
Initial firmware commit.
2015-07-08 08:39:24 -07:00
halconf.h
Initial firmware commit.
2015-07-08 08:39:24 -07:00
irq_controls.cpp
Touch code cleanup, stop scanning when no touch.
2015-09-02 18:48:38 -07:00
irq_controls.hpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
irq_ipc.cpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
irq_ipc.hpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
irq_lcd_frame.cpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
irq_lcd_frame.hpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
irq_rtc.cpp
Extract RTC interrupt handler into separate files.
2015-08-14 20:57:40 -07:00
irq_rtc.hpp
Extract RTC interrupt handler into separate files.
2015-08-14 20:57:40 -07: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
Un-const Message in message handler interfaces.
2015-11-06 09:39:59 -08:00
Makefile
AIS decoding and really bad UI.
2015-11-06 13:53:04 -08:00
max2837.cpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
max2837.hpp
Initial firmware commit.
2015-07-08 08:39:24 -07: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
Use PPB correction to adjust clock generator XTAL PLLA frequency.
2015-08-24 12:11:33 -07:00
portapack.hpp
Move LCD display object to portapack namespace.
2015-08-01 14:31:51 -07:00
radio.cpp
Stop streaming when changing baseband configuration.
2015-08-27 14:07:15 -07:00
radio.hpp
Stop streaming when changing baseband configuration.
2015-08-27 14:07:15 -07:00
receiver_model.cpp
Ignore more initial bits of AIS training sequence.
2015-11-06 09:40:01 -08:00
receiver_model.hpp
Add wideband spectrum processor.
2015-08-27 13:57:31 -07:00
rf_path.cpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
rf_path.hpp
Initial firmware commit.
2015-07-08 08:39:24 -07: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
Initial firmware commit.
2015-07-08 08:39:24 -07:00
rffc507x.hpp
Initial firmware commit.
2015-07-08 08:39:24 -07: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
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
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
tuning.cpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
tuning.hpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
ui_audio.cpp
Hide implementation of MessageHandlerMap.
2015-08-14 17:31:23 -07:00
ui_audio.hpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
ui_baseband_stats_view.cpp
Break out BasebandStatsView, add main, RSSI threads.
2015-10-14 10:59:32 -07:00
ui_baseband_stats_view.hpp
Break out BasebandStatsView, add main, RSSI threads.
2015-10-14 10:59:32 -07:00
ui_channel.cpp
Hide implementation of MessageHandlerMap.
2015-08-14 17:31:23 -07:00
ui_channel.hpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
ui_console.cpp
Rework spectrum/console UI clearing and resetting.
2015-11-06 09:40:03 -08:00
ui_console.hpp
Switching between waterfall and console mode.
2015-11-06 09:40:03 -08:00
ui_debug.cpp
Break out BasebandStatsView, add main, RSSI threads.
2015-10-14 10:59:32 -07:00
ui_debug.hpp
Break out BasebandStatsView, add main, RSSI threads.
2015-10-14 10:59:32 -07: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
Initial firmware commit.
2015-07-08 08:39:24 -07:00
ui_menu.hpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
ui_navigation.cpp
Switching between waterfall and console mode.
2015-11-06 09:40:03 -08:00
ui_navigation.hpp
Add HackRF mode explanation text.
2015-09-01 20:23:11 -07:00
ui_receiver.cpp
AIS decoding and really bad UI.
2015-11-06 13:53:04 -08:00
ui_receiver.hpp
AIS decoding and really bad UI.
2015-11-06 13:53:04 -08:00
ui_rssi.cpp
Hide implementation of MessageHandlerMap.
2015-08-14 17:31:23 -07:00
ui_rssi.hpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
ui_setup.cpp
Tweak cast to C++ style.
2015-08-15 15:40:55 -07:00
ui_setup.hpp
Make GIT_REVISION value available within code.
2015-08-25 16:33:52 -07:00
ui_spectrum.cpp
Initial firmware commit.
2015-07-08 08:39:24 -07:00
ui_spectrum.hpp
Rework spectrum/console UI clearing and resetting.
2015-11-06 09:40:03 -08:00