portapack-mayhem/firmware/common
furrtek 496c77fe3e Module loading should work again
Modules won't load if already loaded (dirty footprint hack)
2016-01-05 20:17:55 +01:00
..
adc.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
ais_baseband.cpp Improve comment accuracy. 2015-11-10 15:11:19 -08:00
ais_baseband.hpp FSKProcessor: remove separate channel filter. 2015-11-07 14:10:44 -08:00
audio.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
audio.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
baseband.hpp Savestate ! RDS (only PSN) tx 2015-08-23 05:08:38 +02:00
bit_pattern.hpp Rework BitHistory, BitPattern, PacketBuilder. 2015-11-09 14:38:09 -08:00
buffer.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
chibios_cpp.cpp Tease apart utility.hpp, other header dependencies. 2015-11-06 09:40:03 -08:00
chibios_cpp.hpp Tease apart utility.hpp, other header dependencies. 2015-11-06 09:40:03 -08:00
complex.hpp Tease apart utility.hpp, other header dependencies. 2015-11-06 09:40:03 -08:00
cpld_max5.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
cpld_max5.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
cpu_clock.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
cpu_clock.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
crc.hpp CRC class. 2015-11-06 13:49:59 -08:00
debug.cpp Move halt indication code to common place. 2015-07-08 16:28:57 -07:00
debug.hpp Move halt indication code to common place. 2015-07-08 16:28:57 -07:00
dsp_fft.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
dsp_fft.hpp Replace std::sin() with interpolated LUT. 2015-10-14 11:10:24 -07:00
dsp_types.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
fifo.hpp Tease apart utility.hpp, other header dependencies. 2015-11-06 09:40:03 -08:00
gcc.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
gcc.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
gpdma.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
gpdma.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
gpio.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
hackrf_gpio.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
hackrf_hal.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
hackrf_hal.hpp Switch RFFC5072, MAX2837 back to 40MHz reference. 2015-09-02 17:45:19 -07:00
i2c_pp.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
i2c_pp.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
i2s.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
jtag_target_gpio.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
jtag.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
jtag.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
lcd_ili9341.cpp Xylos (CCIR tones) TX, jammer update, SD card mod load 2016-01-03 07:24:30 +01:00
lcd_ili9341.hpp Xylos (CCIR tones) TX, jammer update, SD card mod load 2016-01-03 07:24:30 +01:00
led.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
lpc43xx_cpp.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
memory_map.hpp Move _KiB and _MiB user-defined literals to utility.hpp. 2015-08-20 17:15:51 -07:00
message_queue.cpp Generalize FIFO to specify FIFO size as 2^K. 2015-08-20 15:59:25 -07:00
message_queue.hpp Un-const Message in message handler interfaces. 2015-11-06 09:39:59 -08:00
message.hpp Module loading should work again 2016-01-05 20:17:55 +01:00
modules.h Module loading should work again 2016-01-05 20:17:55 +01:00
pins.hpp Init radio in RX mode, not TX mode. 2015-09-02 17:30:16 -07:00
portapack_adc.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
portapack_cpld_data.cpp Remove extra CPLD code internal signals. 2015-08-27 16:54:38 -07:00
portapack_cpld_data.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
portapack_dma.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
portapack_hal.hpp Swap function of P2_8, P2_4 in schematic, firmware, CPLD. 2015-08-27 16:54:38 -07:00
portapack_io.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
portapack_io.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
portapack_persistent_memory.cpp Added AFSK BW and repeat parameters 2015-09-16 15:43:43 +02:00
portapack_persistent_memory.hpp Added AFSK BW and repeat parameters 2015-09-16 15:43:43 +02:00
portapack_shared_memory.cpp Rework to make use of declared memory map regions. 2015-08-20 17:11:08 -07:00
portapack_shared_memory.hpp Xylos (CCIR tones) TX, jammer update, SD card mod load 2016-01-03 07:24:30 +01:00
sine_table.hpp Dynamic baseband module loading from SD card 2015-11-20 07:59:09 +01:00
spi_image.hpp Remove application kludge to strip DFU of header. 2015-08-25 15:11:22 -07:00
ui_focus.cpp Short-term focus navigation fix 2015-07-29 14:00:59 -07:00
ui_focus.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
ui_painter.cpp Push more widget painting code into ui::Painter 2015-08-14 21:36:51 -07:00
ui_painter.hpp Push more widget painting code into ui::Painter 2015-08-14 21:36:51 -07:00
ui_text.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
ui_text.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
ui_widget.cpp Xylos (CCIR tones) TX, jammer update, SD card mod load 2016-01-03 07:24:30 +01:00
ui_widget.hpp Merged remote-tracking branch 'upstream/master' 2015-11-18 22:01:48 +01:00
ui.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
ui.hpp Dynamic baseband module loading from SD card 2015-11-20 07:59:09 +01:00
utility_m4.hpp Tease apart utility.hpp, other header dependencies. 2015-11-06 09:40:03 -08:00
utility.cpp Tease apart utility.hpp, other header dependencies. 2015-11-06 09:40:03 -08:00
utility.hpp Tease apart utility.hpp, other header dependencies. 2015-11-06 09:40:03 -08:00
volume.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
wm8731.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
wm8731.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00