portapack-mayhem/firmware/common
2017-01-17 07:00:42 +00:00
..
adc.hpp C++14: make some wrapper classes static. 2017-01-05 17:10:00 -08:00
ais_baseband.cpp SYNC 2016-01-31 09:34:24 +01:00
ais_baseband.hpp AIS: Doesn't use RRC filter -- use rect instead. 2016-08-29 20:47:37 -07: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 Add lots of value constructors. 2016-11-26 16:50:44 -08:00
baseband_sgpio.cpp SGPIO: Use pin constants when changing output enables. 2016-08-30 21:33:44 -07: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_exchange.cpp Extract BufferExchange, simplify threading. 2016-10-06 13:38:56 -07:00
buffer_exchange.hpp Disallow copy constructors/assignments. 2016-11-26 16:52:57 -08:00
buffer.cpp Create buffer.cpp, reduce #include dependencies and impl leakage. 2016-10-24 11:16:48 -07:00
buffer.hpp Create buffer.cpp, reduce #include dependencies and impl leakage. 2016-10-24 11:16:48 -07:00
chibios_cpp.cpp C++14: Add two-argument delete() implementations. 2017-01-05 17:13:03 -08:00
chibios_cpp.hpp C++14: Add two-argument delete() implementations. 2017-01-05 17:13:03 -08:00
complex.hpp SYNC 2016-01-31 09:34:24 +01:00
cpld_max5.cpp CPLD: Method to calculate bitstream CRC32. 2016-07-05 12:06:51 -07:00
cpld_max5.hpp JTAG: Remove unused methods. 2016-07-13 11:02:13 -07:00
cpld_xilinx.cpp CPLD: Add XC2C64A method to init from EEPROM contents. 2016-07-18 11:31:21 -07:00
cpld_xilinx.hpp CPLD: Add XC2C64A method to init from EEPROM contents. 2016-07-18 11:31:21 -07:00
crc.hpp CRC: Rearrange public methods to reduce user error. 2016-07-05 11:57:57 -07:00
debug.cpp Capture M4 chDbgPanic msg, show in application. 2016-07-02 15:33:03 -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 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 Added basic POCSAG receiver 2016-08-23 08:45:33 +02: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 Rename format_manchester/ManchesterFormatted to "[sS]ymbols". 2016-05-30 11:24:59 -07:00
ert_packet.hpp Rename format_manchester/ManchesterFormatted to "[sS]ymbols". 2016-05-30 11:24:59 -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 GPIO: Fix for incorrect pin-funciton bit mask. 2017-01-06 14:22:27 -08:00
hackrf_gpio.hpp Rename CPLD "Q_INVERT" to signal to "INVERT". 2016-08-21 11:35:40 -07:00
hackrf_hal.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
hackrf_hal.hpp C++14: make some wrapper classes static. 2017-01-05 17:10:00 -08:00
i2c_pp.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
i2c_pp.hpp C++14: const all the methods! 2017-01-05 17:06:44 -08:00
i2s.hpp C++14: make some wrapper classes static. 2017-01-05 17:10:00 -08:00
jtag_tap.cpp JTAG: Add TAP state management. 2016-07-17 15:44:30 -07:00
jtag_tap.hpp JTAG: Add TAP state management. 2016-07-17 15:44:30 -07:00
jtag_target_gpio.hpp JTAG: Move Target interface to separate header. 2016-07-11 09:39:02 -07:00
jtag_target.hpp JTAG: Move Target interface to separate header. 2016-07-11 09:39:02 -07:00
jtag.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
jtag.hpp JTAG: Remove unused methods. 2016-07-13 11:02:13 -07:00
lcd_ili9341.cpp Merge 'upstream/master' - At least it builds... 2017-01-16 03:45:44 +00:00
lcd_ili9341.hpp OOK transmit is mostly working, bit durations are wrong 2016-08-06 08:49:45 +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 Rename format_manchester/ManchesterFormatted to "[sS]ymbols". 2016-05-30 11:24:59 -07:00
manchester.hpp Rename format_manchester/ManchesterFormatted to "[sS]ymbols". 2016-05-30 11:24:59 -07:00
memory_map.hpp C++14: const all the methods! 2017-01-05 17:06:44 -08:00
message_queue.cpp Merge 2016-05-09 21:05:11 +02:00
message_queue.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
message.hpp Added bitrate option for POCSAG baseband, PWMRSSI frequency option 2017-01-16 08:40:17 +00:00
modules.h Added frequency manager skeleton, LCR alt encoding, GPS jammer 2016-07-25 16:21:27 +02:00
msgpack.cpp More messagepack 2016-05-16 12:02:45 +02:00
msgpack.hpp More messagepack 2016-05-16 12:02:45 +02:00
optional.hpp SYNC 2016-01-31 09:34:24 +01:00
pins.hpp Rename CPLD "Q_INVERT" to signal to "INVERT". 2016-08-21 11:35:40 -07:00
png_writer.cpp FatFs: Enable long file name support. 2016-08-21 18:06:39 -07:00
png_writer.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
pocsag_packet.cpp Added basic POCSAG receiver 2016-08-23 08:45:33 +02:00
pocsag_packet.hpp Added bitrate option for POCSAG baseband, PWMRSSI frequency option 2017-01-16 08:40:17 +00:00
portapack_adc.hpp Initial firmware commit. 2015-07-08 08:39:24 -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 Playdead default sequence and validity check 2016-12-26 13:49:23 +01:00
portapack_persistent_memory.hpp # This is a combination of 2 commits. 2016-12-24 11:52:11 +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 'upstream/master' - At least it builds... 2017-01-16 03:45:44 +00:00
simd.hpp Introduce simd32_t type. 2017-01-06 16:57:36 -08:00
sine_table_int8.hpp Fixed LCR transmit and AFSK baseband module 2016-07-27 21:26:03 +02:00
sine_table.hpp Dynamic baseband module loading from SD card 2015-11-20 07:59:09 +01:00
spi_image.hpp Merge 'upstream/master' - At least it builds... 2017-01-16 03:45:44 +00:00
thread_base.hpp Move thread_base.hpp from baseband/ to common/. 2016-07-26 10:22:10 -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 Fix static_cast warning. 2016-11-28 12:05:24 -08:00
tpms_packet.hpp Rename format_manchester/ManchesterFormatted to "[sS]ymbols". 2016-05-30 11:24:59 -07:00
ui_focus.cpp Hide ui::Point implementation. 2016-11-28 10:39:10 -08:00
ui_focus.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
ui_painter.cpp Merge 'upstream/master' - At least it builds... 2017-01-16 03:45:44 +00:00
ui_painter.hpp Digital mode for waveform widget, 2.4GHZ WLAN channels in jammer 2017-01-17 07:00:42 +00:00
ui_text.cpp Hide ui::Size implementation. 2016-11-28 10:55:45 -08:00
ui_text.hpp Hide ui::Size implementation. 2016-11-28 10:55:45 -08:00
ui_widget.cpp Digital mode for waveform widget, 2.4GHZ WLAN channels in jammer 2017-01-17 07:00:42 +00:00
ui_widget.hpp Digital mode for waveform widget, 2.4GHZ WLAN channels in jammer 2017-01-17 07:00:42 +00:00
ui.cpp Hide ui::Rect implementation. 2016-11-28 11:25:27 -08:00
ui.hpp Merge 'upstream/master' - At least it builds... 2017-01-16 03:45:44 +00: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 Merge 'upstream/master' - At least it builds... 2017-01-16 03:45:44 +00: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