portapack-mayhem/firmware/common
furrtek 6bcb7dc1b1 # This is a combination of 2 commits.
# The first commit's message is:

Updated RDS transmitter: flags, PI and date/time

Merging baseband audio tone generators

Merging DTMF baseband with "tones" baseband

Added stealth transmit mode

App flash section bumped to 512k
RX and TX LEDs are now used
Play dead should work again, added login option
Morse frame gen. for letters and fox hunt codes
Merged EPAR with Xylos
Made EPAR use encoders for frame gen.
Moved OOK encoders data in encoders.hpp
Simplified about screen, ui_about_demo.* files are still there

BHT city DB, keywords removed

BHT cities DB, keywords removed

Update README.md

RDS radiotext and time group generators

# This is the 2nd commit message:

Update README.md
2016-12-24 11:52:11 +01:00
..
adc.hpp
ais_baseband.cpp
ais_baseband.hpp
ais_packet.cpp
ais_packet.hpp
baseband_packet.hpp
baseband_sgpio.cpp
baseband_sgpio.hpp
baseband.hpp
bit_pattern.hpp
buffer.hpp
chibios_cpp.cpp
chibios_cpp.hpp
complex.hpp
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
dsp_fft.cpp
dsp_fft.hpp
dsp_fir_taps.cpp
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
dsp_iir.hpp
dsp_types.hpp
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
event.hpp
field_reader.hpp
fifo.hpp
gcc.cpp
gcc.hpp
gpdma.cpp
gpdma.hpp
gpio.hpp
hackrf_gpio.hpp JTAG: Add GPIO definitions for HackRF CPLD. 2016-07-16 14:06:58 -07:00
hackrf_hal.cpp
hackrf_hal.hpp
i2c_pp.cpp
i2c_pp.hpp
i2s.hpp
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
jtag.hpp JTAG: Remove unused methods. 2016-07-13 11:02:13 -07:00
lcd_ili9341.cpp Restoring jammer and RDS functionalities, please wait... 2016-12-23 18:31:01 +01:00
lcd_ili9341.hpp OOK transmit is mostly working, bit durations are wrong 2016-08-06 08:49:45 +02:00
led.hpp
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
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
message_queue.cpp Merge 2016-05-09 21:05:11 +02:00
message_queue.hpp Clear application message queue after baseband is shut down. 2016-07-02 16:19:41 -07:00
message.hpp # This is a combination of 2 commits. 2016-12-24 11:52:11 +01: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
pins.hpp
png_writer.cpp Improve File error handling. Massive effects... 2016-05-16 14:01:44 -07:00
png_writer.hpp Improve File error handling. Massive effects... 2016-05-16 14:01:44 -07:00
pocsag_packet.cpp Added basic POCSAG receiver 2016-08-23 08:45:33 +02:00
pocsag_packet.hpp Bitrate and flags for POCSAG packets, trim bugfix 2016-08-25 16:20:19 +02:00
portapack_adc.hpp
portapack_cpld_data.hpp
portapack_dma.hpp
portapack_hal.hpp
portapack_io.cpp
portapack_io.hpp Function to read bytes from 16-bit LCD interface. 2016-02-19 15:29:00 -08:00
portapack_persistent_memory.cpp # This is a combination of 2 commits. 2016-12-24 11:52:11 +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
portapack_shared_memory.hpp # This is a combination of 2 commits. 2016-12-24 11:52:11 +01:00
simd.hpp
sine_table_int8.hpp Fixed LCR transmit and AFSK baseband module 2016-07-27 21:26:03 +02:00
sine_table.hpp
spi_image.hpp # This is a combination of 2 commits. 2016-12-24 11:52:11 +01:00
thread_base.hpp Move thread_base.hpp from baseband/ to common/. 2016-07-26 10:22:10 -07:00
thread_wait.cpp
thread_wait.hpp
tpms_packet.cpp TPMS: Validate checksum for OOK 8k192 Schrader. 2016-06-02 23:09:55 -07:00
tpms_packet.hpp Rename format_manchester/ManchesterFormatted to "[sS]ymbols". 2016-05-30 11:24:59 -07:00
ui_focus.cpp Merge 2016-05-09 21:05:11 +02:00
ui_focus.hpp
ui_painter.cpp RDS radiotext transmit (group 2A) 2016-05-29 12:06:47 +02:00
ui_painter.hpp RDS radiotext transmit (group 2A) 2016-05-29 12:06:47 +02:00
ui_text.cpp
ui_text.hpp
ui_widget.cpp # This is a combination of 2 commits. 2016-12-24 11:52:11 +01:00
ui_widget.hpp # This is a combination of 2 commits. 2016-12-24 11:52:11 +01:00
ui.cpp
ui.hpp 3D buttons, to make UI clearer 2016-12-23 18:31:03 +01:00
units.hpp
utility_m4.hpp
utility.cpp
utility.hpp Wavfile class 2016-12-23 18:31:02 +01:00
volume.hpp
wm8731.cpp
wm8731.hpp