portapack-mayhem/firmware/common
2016-05-09 20:42:20 +02:00
..
adc.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
ais_baseband.cpp SYNC 2016-01-31 09:34:24 +01:00
ais_baseband.hpp SYNC 2016-01-31 09:34:24 +01:00
ais_packet.cpp CRC internal type more suitable for ARM. 2016-02-18 21:31:51 -08:00
ais_packet.hpp SYNC 2016-01-31 09:34:24 +01:00
baseband_packet.hpp SYNC 2016-01-31 09:34:24 +01:00
baseband_sgpio.cpp SYNC 2016-01-31 09:34:24 +01:00
baseband_sgpio.hpp SYNC 2016-01-31 09:34:24 +01:00
baseband.hpp SYNC 2016-01-31 09:34:24 +01:00
bit_pattern.hpp SYNC 2016-01-31 09:34:24 +01:00
buffer.hpp SYNC 2016-01-31 09:34:24 +01:00
chibios_cpp.cpp ChibiOS memory helper functions. 2016-02-12 13:52:22 -08:00
chibios_cpp.hpp ChibiOS memory helper functions. 2016-02-12 13:52:22 -08:00
complex.hpp SYNC 2016-01-31 09:34:24 +01: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
crc.hpp Quiet shift-overflow compiler warning. 2016-02-22 14:18:53 -08:00
debug.cpp Add chDbgPanic for unhandled exceptions. 2016-02-27 12:05:29 -08: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 Extract some constexpr math utilities to utility.hpp 2016-02-10 10:15:42 -08:00
dsp_fir_taps.cpp SYNC 2016-01-31 09:34:24 +01:00
dsp_fir_taps.hpp Move TPMS taps to dsp_fir_taps.hpp. 2016-04-11 10:18:31 -07:00
dsp_iir_config.hpp Add IIR configs for fs=24kHz NBFM and fs=12kHz AM. 2016-01-29 18:31:03 -08:00
dsp_iir.cpp Move IIR struct and configs to common/. 2016-01-29 15:43:39 -08:00
dsp_iir.hpp Move IIR struct and configs to common/. 2016-01-29 15:43:39 -08:00
dsp_types.hpp SYNC 2016-01-31 09:34:24 +01:00
ert_packet.cpp Add ERT commodity type. 2016-04-06 16:16:10 -07:00
ert_packet.hpp Add ERT commodity type. 2016-04-06 16:16:10 -07:00
event.cpp SYNC 2016-01-31 09:34:24 +01:00
event.hpp SYNC 2016-01-31 09:34:24 +01:00
field_reader.hpp SYNC 2016-01-31 09:34:24 +01:00
fifo.hpp Remove "K" parameter from FIFO template. 2016-02-10 10:41:06 -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 SYNC 2016-01-31 09:34:24 +01:00
gpdma.hpp SYNC 2016-01-31 09:34:24 +01:00
gpio.hpp SYNC 2016-01-31 09:34:24 +01: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 Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
lcd_ili9341.hpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
led.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
lfsr_random.cpp Add LFSR random number generator. 2016-04-10 16:30:28 -07:00
lfsr_random.hpp Add LFSR random number generator. 2016-04-10 16:30:28 -07:00
lpc43xx_cpp.hpp SYNC 2016-01-31 09:34:24 +01:00
manchester.cpp SYNC 2016-01-31 09:34:24 +01:00
manchester.hpp SYNC 2016-01-31 09:34:24 +01:00
memory_map.hpp Define and utilize memory region backup_ram. 2016-02-05 16:45:23 -08:00
message_queue.cpp Generalize FIFO to specify FIFO size as 2^K. 2015-08-20 15:59:25 -07:00
message_queue.hpp Prevent alternate MessageQueue constructors. 2016-02-27 21:20:16 -08:00
message.hpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
modules.h Fixed LCR and Xylos transmitters 2016-05-09 20:42:20 +02:00
optional.hpp SYNC 2016-01-31 09:34:24 +01:00
pins.hpp Init radio in RX mode, not TX mode. 2015-09-02 17:30:16 -07:00
png_writer.cpp Change File::open to File::open_for_writing. 2016-04-10 15:55:01 -07:00
png_writer.hpp Bodgy code to write PNG files the size of the LCD screen. 2016-02-19 15:33:27 -08: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 Extract LOTS of stuff into an audio API. 2016-02-05 16:25:43 -08:00
portapack_io.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
portapack_io.hpp Function to read bytes from 16-bit LCD interface. 2016-02-19 15:29:00 -08:00
portapack_persistent_memory.cpp Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
portapack_persistent_memory.hpp UI options: backlight auto-off, splash screen toggle 2016-01-07 14:17:39 +01: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 Merge remote-tracking branch 'upstream/master' 2016-04-21 20:36:19 +02:00
simd.hpp SYNC 2016-01-31 09:34:24 +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
thread_wait.cpp Simplify RSSI/BB DMA, extract to ThreadWait class. 2016-02-09 10:41:19 -08:00
thread_wait.hpp Simplify RSSI/BB DMA, extract to ThreadWait class. 2016-02-09 10:41:19 -08:00
tpms_packet.cpp Extract TPMS packet stuff to separate files. 2016-04-06 17:01:54 -07:00
tpms_packet.hpp Extract TPMS packet stuff to separate files. 2016-04-06 17:01:54 -07:00
ui_focus.cpp Remove unfinished Widget last child focus code. 2016-02-07 11:06:16 -08:00
ui_focus.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
ui_painter.cpp Add Painter.draw_bitmap for Bitmap types. 2016-02-03 13:23:46 -08:00
ui_painter.hpp Add Painter.draw_bitmap for Bitmap types. 2016-02-03 13:23:46 -08: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 Fixed LCR and Xylos transmitters 2016-05-09 20:42:20 +02:00
ui_widget.hpp Fixed LCR and Xylos transmitters 2016-05-09 20:42:20 +02:00
ui.cpp SYNC 2016-01-31 09:34:24 +01:00
ui.hpp Fixed LCR and Xylos transmitters 2016-05-09 20:42:20 +02:00
units.hpp SYNC 2016-01-31 09:34:24 +01:00
utility_m4.hpp SYNC 2016-01-31 09:34:24 +01:00
utility.cpp Remove constexpr use of std::log2, std::log10. 2016-02-19 10:30:26 -08:00
utility.hpp Change baseband floats to normalize at +/-1.0. 2016-02-14 12:38:50 -08:00
volume.hpp SYNC 2016-01-31 09:34:24 +01:00
wm8731.cpp SYNC 2016-01-31 09:34:24 +01:00
wm8731.hpp SYNC 2016-01-31 09:34:24 +01:00